[Nice-commit] Nice/testsuite/compiler/native fields.testsuite,1.5,1.6
Brought to you by:
bonniot
|
From: Daniel B. <bo...@us...> - 2005-03-30 12:43:22
|
Update of /cvsroot/nice/Nice/testsuite/compiler/native In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24574/testsuite/compiler/native Modified Files: fields.testsuite Log Message: Do not load non-public fields from java* packages. Index: fields.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/native/fields.testsuite,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** fields.testsuite 23 Dec 2004 19:12:31 -0000 1.5 --- fields.testsuite 30 Mar 2005 12:42:33 -0000 1.6 *************** *** 31,35 **** let v = ""./*/// FAIL HERE*/ value; ! /// FAIL bug // Access to protected field ! let f = javax.swing.JComboBox b => b.actionCommand; --- 31,35 ---- let v = ""./*/// FAIL HERE*/ value; ! /// FAIL // Access to protected field ! let f = javax.swing.JComboBox b => b./*/// FAIL HERE */ actionCommand; |