aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2012-05-18 16:18:29 +0200
committerJiri Vanek <[email protected]>2012-05-18 16:18:29 +0200
commit258fcac4b63f8e8be5a972d0f6a1eecca625772d (patch)
tree071ce4c5651a923d1cc39534518dde7c7ef6bce9 /ChangeLog
parent34995dfe086e30267dd367f65eaa45144235b069 (diff)
More tests for Spaces and characters in urls
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5221f9d..b3aad91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2012-05-18 Jiri Vanek <[email protected]>
+
+ More tests for Spaces and characters in urls
+ * netx/net/sourceforge/jnlp/cache/CacheLRUWrapper.java: and
+ * netx/net/sourceforge/jnlp/cache/CacheUtil.java: for unit-tests
+ purposes (cacheDir) make to point to tmp dir when no
+ DeploymentConfiguration exists.
+ * tests/jnlp_tests/signed/Spaces can be everywhere signed/:
+ couple of new test doing the same as simple "Spaces can be everywhere"
+ but are signed
+ * tests/jnlp_tests/simple/Spaces can be everywhere/: added new test-cases
+ and html/jnlp test files to try more combinations of encodable characters
+ x launches
+ * tests/netx/unit/net/sourceforge/jnlp/cache/ResourceTrackerTest.java:
+ unittest for url encoder behavior
+ * tests/netx/unit/net/sourceforge/jnlp/cache/CacheUtilTest.java:
+ unittest for urlEquals function
+
2012-05-17 Adam Domurad <[email protected]>
Fixed uses of == to compare String objects to .equals where