Skip to content

Commit 6bc22c0

Browse files
committed
No need for the test data to be public (so reduce chances of damage to it)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@669686 13f79535-47bb-0310-9956-ffa450edef68
1 parent 33f9ab9 commit 6bc22c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/org/apache/commons/codec/binary/Base64TestData.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class Base64TestData {
3232

3333
// OpenSSL doesn't include the final \n, but it would be annoying beyond belief
3434
// to further parameterize commons-codec to support this pointless variation.
35-
public final static String ENCODED
35+
final static String ENCODED
3636
= "9IPNKwUvdLiIAp6ctz12SiQmOGstWyYvSPeevufDhrzaws65voykKjbIj33YWTa9\n"
3737
+ "xA7c/FHypWclrZhQ7onfc3JE93BJ5fT4R9zAEdjbjy1hv4ZYNnET4WJeXMLJ/5p+\n"
3838
+ "qBpTsPpepW8DNVYy1c02/1wyC+kgA6CvRUd9cSr/lt88AEdsTV4GMCn1+EwuAiYd\n"
@@ -56,7 +56,7 @@ public class Base64TestData {
5656
+ "/6YAHZilo8at0OpkkNdNFuhwuGlkBqrZKNUj/gSiYYc06gF/r/z6iWAjpXJRW1qq\n"
5757
+ "3CLZXdZFZ/VrqXeVjtOAu2A=\n";
5858

59-
public final static byte[] DECODED
59+
final static byte[] DECODED
6060
= {-12, -125, -51, 43, 5, 47, 116, -72, -120, 2, -98, -100, -73, 61, 118, 74, 36, 38, 56, 107, 45, 91, 38,
6161
47, 72, -9, -98, -66, -25, -61, -122, -68, -38, -62, -50, -71, -66, -116, -92, 42, 54, -56, -113, 125,
6262
-40, 89, 54, -67, -60, 14, -36, -4, 81, -14, -91, 103, 37, -83, -104, 80, -18, -119, -33, 115, 114, 68,

0 commit comments

Comments
 (0)