[Nice-commit] Nice/testsuite/compiler/typing null.testsuite,1.6,1.7
Brought to you by:
bonniot
|
From: <bo...@us...> - 2003-04-27 19:32:31
|
Update of /cvsroot/nice/Nice/testsuite/compiler/typing
In directory sc8-pr-cvs1:/tmp/cvs-serv11429/testsuite/compiler/typing
Modified Files:
null.testsuite
Log Message:
Modified a test involving Swing so that it does not need a working DISPLAY
to run. It broke on remote machines that have none (for tests).
This is a typing test anyway.
Index: null.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/typing/null.testsuite,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** null.testsuite 21 Feb 2003 15:19:20 -0000 1.6
--- null.testsuite 27 Apr 2003 19:32:26 -0000 1.7
***************
*** 14,19 ****
/// PASS
- javax.swing.JFrame f = new javax.swing.JFrame().init();
/// Toplevel
<java.awt.Component T> T init
--- 14,22 ----
/// PASS
/// Toplevel
+ void foo()
+ {
+ javax.swing.JFrame f = new javax.swing.JFrame().init();
+ }
<java.awt.Component T> T init
|