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 Testruntime.cs,1.4,1.5


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/tests/runtime Testruntime.cs,1.4,1.5
Date: Thu, 28 Nov 2002 22:05:28 -0500

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

Modified Files:
        Testruntime.cs 
Log Message:


Test cases and bug fixes for "System.Guid".


Index: Testruntime.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/tests/runtime/Testruntime.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Testruntime.cs      22 Nov 2002 00:17:48 -0000      1.4
--- Testruntime.cs      29 Nov 2002 03:05:26 -0000      1.5
***************
*** 29,32 ****
--- 29,33 ----
                                TestSuite suite = new TestSuite("Basic Runtime 
Tests");
                                suite.AddTests(typeof(TestBoolean));
+                               suite.AddTests(typeof(TestGuid));
                                suite.AddTests(typeof(TestSByte));
                                suite.AddTests(typeof(TestString));





reply via email to

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