dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/tests/runtime/System TestDouble.cs,1


From: Jonathan Springer <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/tests/runtime/System TestDouble.cs,1.3,1.4
Date: Mon, 17 Mar 2003 12:51:40 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/tests/runtime/System
In directory subversions:/tmp/cvs-serv26040/tests/runtime/System

Modified Files:
        TestDouble.cs 
Log Message:


Refinements/Fixes of FP Formatting/Parsing.


Index: TestDouble.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/tests/runtime/System/TestDouble.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** TestDouble.cs       2 Feb 2003 16:39:18 -0000       1.3
--- TestDouble.cs       17 Mar 2003 17:51:38 -0000      1.4
***************
*** 117,120 ****
--- 117,121 ----
                d = 1.13d;
                AssertEquals("1.13", "1.13", d.ToString());
+               AssertEquals("d=1.13; d.ToString(\"R\",null)", "1.13", 
d.ToString("R", null));
  
                //d = -1.13d;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]