Author: toad
Date: 2007-11-13 20:33:56 +0000 (Tue, 13 Nov 2007)
New Revision: 15780
Modified:
trunk/freenet/test/freenet/support/URLEncoderDecoderTest.java
Log:
Make constants static
Modified: trunk/freenet/test/freenet/support/URLEncoderDecoderTest.java
===================================================================
--- trunk/freenet/test/freenet/support/URLEncoderDecoderTest.java
2007-11-13 20:32:49 UTC (rev 15779)
+++ trunk/freenet/test/freenet/support/URLEncoderDecoderTest.java
2007-11-13 20:33:56 UTC (rev 15780)
@@ -27,8 +27,8 @@
*/
public class URLEncoderDecoderTest extends TestCase {
- private final String prtblAscii = new String(UTFUtil.PRINTABLE_ASCII);
- private final String stressedUTF_8Chars = new
String(UTFUtil.STRESSED_UTF);
+ public static final String prtblAscii = new
String(UTFUtil.PRINTABLE_ASCII);
+ public static final String stressedUTF_8Chars = new
String(UTFUtil.STRESSED_UTF);
/**
* Tests if URLEncode.encode(String) and