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 CryptoTestCase.cs,1.5,1.6
Date: Tue, 26 Nov 2002 23:22:24 -0500

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

Modified Files:
        CryptoTestCase.cs 
Log Message:


Test "HashAlgorithm.ComputeHash" on streams.


Index: CryptoTestCase.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/tests/runtime/System/Security/Cryptography/CryptoTestCase.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** CryptoTestCase.cs   27 Nov 2002 04:20:28 -0000      1.5
--- CryptoTestCase.cs   27 Nov 2002 04:22:22 -0000      1.6
***************
*** 203,207 ****
                                }
  
- #if false // TODO
                                // Get the hash value over the input via a 
stream.
                                MemoryStream stream = new MemoryStream(input, 
false);
--- 203,206 ----
***************
*** 216,220 ****
                                        Fail("incorrect hash value produced");
                                }
- #endif
                        }
        protected void RunHash(String name, String value, byte[] expected)
--- 215,218 ----





reply via email to

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