log.setException("TestException");
ErrorView.getInstance(log).setVisible(true);
}
public void testMainShow() {
ErrorView v = (ErrorView) ErrorView.getInstance(log);
assertNotNull(v);
try {
Thread.sleep(100000);
} catch (InterruptedException e) {
// TODO Auto-generated catch block