[Nice-commit] Nice/testsuite/lib/java/util collections.testsuite,1.14,1.15
Brought to you by:
bonniot
From: Arjan B. <ar...@us...> - 2005-03-13 15:27:53
|
Update of /cvsroot/nice/Nice/testsuite/lib/java/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25445/F:/nice/testsuite/lib/java/util Modified Files: collections.testsuite Log Message: Added the rest of the obvious failure locations. Index: collections.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/lib/java/util/collections.testsuite,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** collections.testsuite 1 Mar 2005 18:56:23 -0000 1.14 --- collections.testsuite 13 Mar 2005 15:27:43 -0000 1.15 *************** *** 51,55 **** List<B> list = new ArrayList(); A obj = new A(); ! list.contains(obj); /// Toplevel class A{} --- 51,55 ---- List<B> list = new ArrayList(); A obj = new A(); ! list. /*/// FAIL HERE */ contains(obj); /// Toplevel class A{} |