From: <lh...@us...> - 2009-05-22 14:22:19
|
Revision: 106 http://tmapi.svn.sourceforge.net/tmapi/?rev=106&view=rev Author: lheuer Date: 2009-05-22 13:54:19 +0000 (Fri, 22 May 2009) Log Message: ----------- Removed an erroneous slash from the RFC 3986 tests Modified Paths: -------------- trunk/src/test/java/org/tmapi/core/TestLocator.java Modified: trunk/src/test/java/org/tmapi/core/TestLocator.java =================================================================== --- trunk/src/test/java/org/tmapi/core/TestLocator.java 2009-05-08 14:43:04 UTC (rev 105) +++ trunk/src/test/java/org/tmapi/core/TestLocator.java 2009-05-22 13:54:19 UTC (rev 106) @@ -72,7 +72,7 @@ {"/g", "http://a/g"}, // Original: //g -> http://g // Changed to avoid problems with trailing slash normailzations - {"//g/x", "http://g//x"}, + {"//g/x", "http://g/x"}, {"?y", "http://a/b/c/d;p?y"}, {"g?y", "http://a/b/c/g?y"}, {"#s", "http://a/b/c/d;p?q#s"}, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |