You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by mm...@apache.org on 2004/02/17 19:46:07 UTC

svn commit: rev 6708 - incubator/depot/trunk/ruper/src/test/core/org/apache/ruper/util/security

Author: mmay
Date: Tue Feb 17 11:46:07 2004
New Revision: 6708

Added:
   incubator/depot/trunk/ruper/src/test/core/org/apache/ruper/util/security/HashCodeManagerTest.java
      - copied, changed from rev 6707, incubator/depot/trunk/ruper/src/test/core/org/apache/ruper/util/security/HashManagerTest.java
Log:


Copied: incubator/depot/trunk/ruper/src/test/core/org/apache/ruper/util/security/HashCodeManagerTest.java (from rev 6707, incubator/depot/trunk/ruper/src/test/core/org/apache/ruper/util/security/HashManagerTest.java)
==============================================================================
--- incubator/depot/trunk/ruper/src/test/core/org/apache/ruper/util/security/HashManagerTest.java	(original)
+++ incubator/depot/trunk/ruper/src/test/core/org/apache/ruper/util/security/HashCodeManagerTest.java	Tue Feb 17 11:46:07 2004
@@ -32,7 +32,7 @@
  * @author $LastChangedBy$
  * @version $Rev$
  */
-public class HashManagerTest extends TestCase {
+public class HashCodeManagerTest extends TestCase {
     private MessageDigest messageDigest;
     
     private int readBufferSize = 8 * 1024;
@@ -42,7 +42,7 @@
      *
      * @param name Name des Tests
      */
-    public HashManagerTest(String name) {
+    public HashCodeManagerTest(String name) {
         super(name);
     }