• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/uris/

Lines Matching refs:URI_TEST

98 #define URI_TEST(uristring, cond) \
117 URI_TEST("http://user:password@192.168.1.100:5050/path",
120 URI_TEST("http://user:password@192.255.1.100:5050/path",
124 URI_TEST("http://user:password@192.256.1.100:5050/path",
143 URI_TEST("http://user:password@[aa:aa:aa:aa:aa:aa:192.168.1.100]:5050/path",
146 URI_TEST("http://user:password@[aa:aa:aa:aa:aa:aa:aa:aa]:5050/path",
149 URI_TEST("http://user:password@[aa:aa:aa:aa::192.168.1.100]:5050/path",
152 URI_TEST("http://user:password@[aa:aa:aa:aa::aa:aa]:5050/path",
161 URI_TEST("http://user:password@192.256.1.100:5050/../path",
164 URI_TEST("http://user:password@192.256.1.100:5050/path/../",
167 URI_TEST("http://user:password@192.256.1.100:5050/path/.",
170 URI_TEST("http://user:password@192.256.1.100:5050/path/./",
173 URI_TEST("path/john/../../../joe",
176 #undef URI_TEST
184 #define URI_TEST(string, eq) \
195 URI_TEST("g:h" ,"g:h")
196 URI_TEST("g" ,"http://a/b/c/g")
197 URI_TEST("./g" ,"http://a/b/c/g")
198 URI_TEST("g/" ,"http://a/b/c/g/")
199 URI_TEST("/g" ,"http://a/g")
200 URI_TEST("//g" ,"http://g")
201 URI_TEST("?y" ,"http://a/b/c/d;p?y")
202 URI_TEST("g?y" ,"http://a/b/c/g?y")
203 URI_TEST("#s" ,"http://a/b/c/d;p?q#s")
204 URI_TEST("g#s" ,"http://a/b/c/g#s")
205 URI_TEST("g?y#s","http://a/b/c/g?y#s")
206 URI_TEST(";x" ,"http://a/b/c/;x")
207 URI_TEST("g;x" ,"http://a/b/c/g;x")
208 URI_TEST("g;x?y#s","http://a/b/c/g;x?y#s")
210 URI_TEST("" ,"http://a/b/c/d;p?q")
211 URI_TEST("." ,"http://a/b/c/")
212 URI_TEST("./" ,"http://a/b/c/")
213 URI_TEST(".." ,"http://a/b/")
214 URI_TEST("../" ,"http://a/b/")
215 URI_TEST("../g" ,"http://a/b/g")
216 URI_TEST("../..","http://a/")
217 URI_TEST("../../" , "http://a/")
218 URI_TEST("../../g" , "http://a/g")
227 URI_TEST("/./g" ,"http://a/g")
228 URI_TEST("/../g" ,"http://a/g")
229 URI_TEST("g." ,"http://a/b/c/g.")
230 URI_TEST(".g" ,"http://a/b/c/.g")
231 URI_TEST("g.." ,"http://a/b/c/g..")
232 URI_TEST("..g" ,"http://a/b/c/..g")
244 URI_TEST("./../g" ,"http://a/b/g")
245 URI_TEST("./g/." ,"http://a/b/c/g/")
246 URI_TEST("g/./h" ,"http://a/b/c/g/h")
247 URI_TEST("g/../h" ,"http://a/b/c/h")
248 URI_TEST("g;x=1/./y" , "http://a/b/c/g;x=1/y")
249 URI_TEST("g;x=1/../y" , "http://a/b/c/y")
258 URI_TEST("g?y/./x","http://a/b/c/g?y/./x")
259 URI_TEST("g?y/../x" , "http://a/b/c/g?y/../x")
260 URI_TEST("g#s/./x","http://a/b/c/g#s/./x")
261 URI_TEST("g#s/../x" , "http://a/b/c/g#s/../x")
270 URI_TEST("http:g" , "http:g") //strict