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/Security/Cryptog


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/tests/runtime/System/Security/Cryptography TestRNG.cs,1.1,1.2 TestTripleDES.cs,1.2,1.3
Date: Tue, 26 Nov 2002 21:56:32 -0500

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

Modified Files:
        TestRNG.cs TestTripleDES.cs 
Log Message:


Semantic bugs shown up by latest MS compiler.


Index: TestRNG.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/tests/runtime/System/Security/Cryptography/TestRNG.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** TestRNG.cs  27 Nov 2002 02:13:22 -0000      1.1
--- TestRNG.cs  27 Nov 2002 02:56:30 -0000      1.2
***************
*** 167,171 ****
                                int bit;
                                int prev = -1;
!                               int value, count;
                                count = 0;
                                for(bit = 0; bit < 20000; ++bit)
--- 167,172 ----
                                int bit;
                                int prev = -1;
!                               int value = 0;
!                               int count;
                                count = 0;
                                for(bit = 0; bit < 20000; ++bit)

Index: TestTripleDES.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/tests/runtime/System/Security/Cryptography/TestTripleDES.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** TestTripleDES.cs    25 Nov 2002 23:14:17 -0000      1.2
--- TestTripleDES.cs    27 Nov 2002 02:56:30 -0000      1.3
***************
*** 139,143 ****
  
        // Test the TripleDES implementation.
!       public void TestTripleDES()
                        {
                                CheckTripleDES(TripleDES.Create(), des3Key1, 
des3Plaintext1);
--- 139,143 ----
  
        // Test the TripleDES implementation.
!       public void TestTripleDES1()
                        {
                                CheckTripleDES(TripleDES.Create(), des3Key1, 
des3Plaintext1);





reply via email to

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