Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/core/Anywhere/tests/org/litesoft/encryption/symmetric/AlphaNumericConstrainedSymmetricEncryptorTest.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.encryption.symmetric;
2 3
3 4 import junit.framework.*;
  @@ -121,4 +122,4 @@
121 122 String zEncoded = SE.encrypt( zText );
122 123 assertEquals( zText, SE.decrypt( zEncoded ) );
123 124 }
124 - }
125 + }