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

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

[Dotgnu-pnet-commits] CVS: pnetlib/csunit TestCase.cs,1.4,1.5


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/csunit TestCase.cs,1.4,1.5
Date: Tue, 15 Apr 2003 03:27:56 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/csunit
In directory subversions:/tmp/cvs-serv27699/csunit

Modified Files:
        TestCase.cs 
Log Message:


Mark up members of the "ExtendedNumerics" subset of ECMA with
CONFIG_EXTENDED_NUMERICS.


Index: TestCase.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/csunit/TestCase.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** TestCase.cs 8 Dec 2002 02:12:07 -0000       1.4
--- TestCase.cs 15 Apr 2003 07:27:53 -0000      1.5
***************
*** 209,212 ****
--- 209,213 ----
                                }
                        }
+ #if CONFIG_EXTENDED_NUMERICS
        public static void AssertEquals(double expected, double actual,
                                                                    double 
delta)
***************
*** 219,222 ****
--- 220,224 ----
                                AssertEquals(null, expected, actual, delta);
                        }
+ #endif
        public static void AssertEquals(String expected, String actual)
                        {
***************
*** 257,260 ****
--- 259,263 ----
                                }
                        }
+ #if CONFIG_EXTENDED_NUMERICS
        public static void AssertEquals(String msg, double expected,
                                                                        double 
actual, double delta)
***************
*** 273,276 ****
--- 276,280 ----
                                }
                        }
+ #endif
        public static void AssertEquals(String msg, String expected, String 
actual)
                        {





reply via email to

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