[Nice-commit] Nice/testsuite/compiler/classes fields.testsuite,1.14,1.15
Brought to you by:
bonniot
From: <ar...@pr...> - 2004-01-26 13:15:08
|
Update of /cvsroot/nice/Nice/testsuite/compiler/classes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18833/F:/nice/testsuite/compiler/classes Modified Files: fields.testsuite Log Message: Don't search further static fields in super- classes/interfaces when found one. Fixes problem with JFrame.EXIT_ON_CLOSE. Index: fields.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/classes/fields.testsuite,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** fields.testsuite 15 Jan 2004 21:39:19 -0000 1.14 --- fields.testsuite 26 Jan 2004 13:14:16 -0000 1.15 *************** *** 122,123 **** --- 122,128 ---- /// Toplevel import java.io.*; + + /// PASS + /// Toplevel + import javax.swing.*; + let int x = JFrame.EXIT_ON_CLOSE; |