Nice/testsuite/compiler/null constants.testsuite,1.2,1.3

Arjan Boeijink <[email protected]> Sat, 12 Mar 2005 15:06:15 +0000
Newsgroups gmane.comp.lang.nice.cvs
Message-ID <[email protected]>
Update of /cvsroot/nice/Nice/testsuite/compiler/null
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11641/F:/nice/testsuite/compiler/null

Modified Files:
	constants.testsuite 
Log Message:
Added some missing failure positions.

Index: constants.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/null/constants.testsuite,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** constants.testsuite	27 May 2003 21:07:55 -0000	1.2
--- constants.testsuite	12 Mar 2005 15:06:13 -0000	1.3
***************
*** 9,13 ****
    let s = str;
    if (s == null)
!     s.trim();
  
  /// PASS
--- 9,13 ----
    let s = str;
    if (s == null)
!     s. /* /// FAIL HERE */ trim();
  
  /// PASS
***************
*** 31,35 ****
    ?String str = "abc";
    let s = str;
!   s = "xyz";
  
  /// PASS
--- 31,35 ----
    ?String str = "abc";
    let s = str;
!   /* /// FAIL HERE */ s = "xyz";
  
  /// PASS
***************
*** 41,45 ****
  /// FAIL
    if (str != null)
!     str.trim();
    /// Toplevel
    var ?String str = null;
--- 41,45 ----
  /// FAIL
    if (str != null)
!     str. /* /// FAIL HERE */ trim();
    /// Toplevel
    var ?String str = null;



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click