michael@0: michael@0: michael@0: michael@0: URL manipulation michael@0: michael@0: michael@0: michael@0: michael@0: michael@0:

testing of URL manipulation:

michael@0:

michael@0:

michael@0:

michael@0:
michael@0: michael@0: michael@0:

michael@0:
michael@0: michael@0: michael@0:

michael@0:
michael@0: michael@0: michael@0:

michael@0: michael@0: michael@0: michael@0:

note: results from "resolve" are placed in "comparison uri" edit field
michael@0:
michael@0:

michael@0:
michael@0: michael@0:

notes for testing

michael@0: different types of uris:
michael@0: michael@0: other variations:
michael@0: michael@0:
michael@0: This should be true:
michael@0:   resultString = baseURL.getRelativeSpec(URL);
michael@0: <==>
michael@0:   baseURL.resolve(resultString) == URL.spec;
michael@0: michael@0: