logo       
Google Custom Search
    AddThis Social Bookmark Button

Nice/testsuite/compiler/native methods.testsuite,1.2,1.3: msg#00106

Subject: Nice/testsuite/compiler/native methods.testsuite,1.2,1.3
Update of /cvsroot/nice/Nice/testsuite/compiler/native
In directory sc8-pr-cvs1:/tmp/cvs-serv29819/testsuite/compiler/native

Modified Files:
        methods.testsuite 
Log Message:
bug #755742


Index: methods.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/native/methods.testsuite,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** methods.testsuite   20 May 2003 14:48:10 -0000      1.2
--- methods.testsuite   17 Jun 2003 09:27:41 -0000      1.3
***************
*** 9,10 ****
--- 9,18 ----
    byte->String f = Byte.toString;
    String[] s = [1].map(int i => toString(i));
+ 
+ /// PASS
+   // bug #755742
+   let s1 = "abc";
+   let s2 = "xyz";
+   List<String> list1 = [s1, s2];
+   List<String> list2 = [s1, s2];
+   assert list1.equals(list2);




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>