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 SuiteSystem.cs,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/tests/runtime/System SuiteSystem.cs,1.3,1.4
Date: Sun, 13 Apr 2003 20:44:46 -0400

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

Modified Files:
        SuiteSystem.cs 
Log Message:


Make "ArgIterator.GetHashCode" produce the same value regardless of
the current position.


Index: SuiteSystem.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/tests/runtime/System/SuiteSystem.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** SuiteSystem.cs      2 Feb 2003 16:39:18 -0000       1.3
--- SuiteSystem.cs      14 Apr 2003 00:44:44 -0000      1.4
***************
*** 28,31 ****
--- 28,32 ----
                        {
                                TestSuite suite = new TestSuite("Core Class 
Tests");
+                               suite.AddTests(typeof(TestArgIterator));
                                suite.AddTests(typeof(TestBoolean));
                                suite.AddTests(typeof(TestDecimal));





reply via email to

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