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.3,1.4


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/tests/runtime Testruntime.cs,1.3,1.4
Date: Thu, 21 Nov 2002 19:17:51 -0500

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

Modified Files:
        Testruntime.cs 
Log Message:


Test the behaviour of some of the cryptographic algorithms.


Index: Testruntime.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/tests/runtime/Testruntime.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Testruntime.cs      19 Nov 2002 05:48:13 -0000      1.3
--- Testruntime.cs      22 Nov 2002 00:17:48 -0000      1.4
***************
*** 33,36 ****
--- 33,37 ----
                                suite.AddTests(typeof(TestStringBuilder));
                                suite.AddTests(typeof(TestArrayList));
+                               suite.AddTest(TestCryptography.Suite());
                                return suite;
                        }





reply via email to

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