added jface dep and made swt test run again
This commit is contained in:
parent
58347ef9fb
commit
dba13c08b7
6 changed files with 47 additions and 85 deletions
|
|
@ -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();
|
||||
}
|
||||
*/
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue