2
0
Fork 0

added jface dep and made swt test run again

This commit is contained in:
willemc 2010-05-01 00:47:48 +02:00
parent 58347ef9fb
commit dba13c08b7
6 changed files with 47 additions and 85 deletions

View file

@ -60,8 +60,12 @@ public class SWTTest extends TestCase {
public void testNull() throws Exception {
assertEquals(true, true);
}
/*
public void testAll() throws Exception {
public static void main(String[] args) throws Exception {
new SWTTest().doSWT();
}
public void doSWT() throws Exception {
// get GUI
Display display = new Display();
@ -88,5 +92,4 @@ public class SWTTest extends TestCase {
}
display.dispose();
}
*/
}