[Nice-commit] Nice/testsuite/lib/java/util collections.testsuite,1.11,1.12
Brought to you by:
bonniot
From: <bo...@us...> - 2003-09-11 20:13:01
|
Update of /cvsroot/nice/Nice/testsuite/lib/java/util In directory sc8-pr-cvs1:/tmp/cvs-serv19247/testsuite/lib/java/util Modified Files: collections.testsuite Log Message: Use a special name in the testcase, to make in independent of the stdlib by avoid a name clash. Index: collections.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/lib/java/util/collections.testsuite,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** collections.testsuite 1 May 2003 18:50:58 -0000 1.11 --- collections.testsuite 11 Sep 2003 20:12:58 -0000 1.12 *************** *** 58,64 **** /// PASS /// Toplevel ! <T,U,V | U <: T, V <: T> Set<T> intersection(Set<U>, Set<V>); ! <T,U,V> intersection(s1@Set, s2@Set) { Set<T> res = new HashSet(); if (s1.size() < s2.size()) { --- 58,64 ---- /// PASS /// Toplevel ! <T,U,V | U <: T, V <: T> Set<T> myintersection(Set<U>, Set<V>); ! <T,U,V> myintersection(s1@Set, s2@Set) { Set<T> res = new HashSet(); if (s1.size() < s2.size()) { |