aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/src/cgeo/geocaching/utils/CryptUtilsTest.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/src/cgeo/geocaching/utils/CryptUtilsTest.java b/tests/src/cgeo/geocaching/utils/CryptUtilsTest.java
index 5dafce7..d092cd8 100644
--- a/tests/src/cgeo/geocaching/utils/CryptUtilsTest.java
+++ b/tests/src/cgeo/geocaching/utils/CryptUtilsTest.java
@@ -17,4 +17,8 @@ public class CryptUtilsTest extends TestCase {
assertEquals(4660, GCConstants.gccodeToGCId("GC1234"));
assertEquals(61731, GCConstants.gccodeToGCId("GCF123"));
}
+
+ public static void testIssue1902() throws Exception {
+ assertEquals("ƖƖlƖƖƖƖ", CryptUtils.rot13("ƖƖyƖƖƖƖ"));
+ }
}