Comment out test code

This commit is contained in:
zzz
2009-11-21 13:35:52 +00:00
parent 88dbd7710a
commit 6144bfb437

View File

@ -182,6 +182,7 @@ public class Hash extends DataStructureImpl {
return _base64ed; return _base64ed;
} }
/********
public static void main(String args[]) { public static void main(String args[]) {
testFill(); testFill();
testOverflow(); testOverflow();
@ -273,4 +274,5 @@ public class Hash extends DataStructureImpl {
} }
_log.debug("Fill check test passed"); _log.debug("Fill check test passed");
} }
*********/
} }