}
public SvnBreadCrumbTest() {
super("BreadCrumb test");
this.bar = new BreadcrumbSvnSelector();
this.bar.setThrowsExceptions(true);
this.bar.addExceptionHandler(new BreadcrumbBarExceptionHandler() {
public void onException(Throwable t) {
MessageListDialog.showMessageDialog(SvnBreadCrumbTest.this,
"Error", t);