Update of /cvsroot/freenet/freenet/src/freenet/support/test
In directory sc8-pr-cvs1:/tmp/cvs-serv14016/src/freenet/support/test
Modified Files:
URLDecoderTest.java
Log Message:
6290: don't show the request box either when in simple mode.
Index: URLDecoderTest.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/support/test/URLDecoderTest.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -r1.1 -r1.2
--- URLDecoderTest.java 23 Mar 2002 22:29:26 -0000 1.1
+++ URLDecoderTest.java 31 Oct 2003 19:21:21 -0000 1.2
@@ -37,7 +37,7 @@
exceptionThrown = false;
try {
- String result = decoder.decode(testCases[x]);
+ String result = URLDecoder.decode(testCases[x]);
// Exception should have already been thrown.
/*
@@ -75,7 +75,7 @@
String dec = "";
try {
- dec = decoder.decode(testCases[x]);
+ dec = URLDecoder.decode(testCases[x]);
} catch(URLEncodedFormatException e) {
System.out.println("Caught exception: " + e);
} // End catch
_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs