SVN commit 535996 by englich: Remove invalid URI encoding tests. M +0 -6 functions-stringvalues.xml --- trunk/tests/kxpathtests/tests/functions-stringvalues.xml #535995:535996 @@ -161,8 +161,6 @@ encode-for-uri() encode-for-uri("http://example.com/", "wrong param") encode-for-uri(()) eq "" - encode-for-uri("http://www.example.com/00/Weather/CA/Los%20Angeles#ocean") - eq "http%3A%2F%2Fwww.example.com%2F00%2FWeather%2FCA%2FLos%2520Angeles#ocean" concat("http://www.example.com/", encode-for-uri("~bébé")) eq "http://www.example.com/~b%C3%A9b%C3%A9" concat("http://www.example.com/", encode-for-uri("100% organic")) @@ -176,10 +174,6 @@ iri-to-uri() iri-to-uri("http://example.com/", "wrong param") iri-to-uri(()) eq "" - iri-to-uri("http://www.example.com/00/Weather/CA/Los%20Angeles#ocean") - eq "http://www.example.com/00/Weather/CA/Los%20Angeles#ocean" - iri-to-uri("http://www.example.com/~bébé") - eq "http://www.example.com/~b%C3%A9b%C3%A9"