haiku/src/tests
Adrien Destugues f4db7fdc68 BUrl: allow URLs without protocol or authority again.
Parsing an URL can never fail. The regexp is designed to match any
input. In the worst case, everything will end up in the "path"
component. WebPositive relies on this to generate file URLs from a plain
path.

URLs without a protocol are also possible, and can be used with an
implicit protocol. A typical example is network shares sometimes noted in
"//host.domain/path/file" form.

Add tests for these two cases and fix the parser to behave as expected.
2016-11-05 13:01:36 +01:00
..
add-ons Build: Add architecture rule for libshared.a. 2016-01-15 21:12:24 -05:00
apps Use libstdc++, libsupc++ and libgcc from gcc_syslibs. 2014-08-13 13:32:44 +02:00
bin Use libstdc++, libsupc++ and libgcc from gcc_syslibs. 2014-08-13 13:32:44 +02:00
kits BUrl: allow URLs without protocol or authority again. 2016-11-05 13:01:36 +01:00
libs tests: Convert to using Set*UIColor. 2016-01-04 07:15:57 -05:00
misc Add script that prints the uptime after waiting for all servers. 2015-08-29 19:15:47 +02:00
servers Fix test_app_server build, again 2016-02-14 21:12:33 +01:00
system readdir_r(): uses the logic of readdir()... 2016-05-07 16:40:53 +02:00
ExampleTest.cpp
ExampleTest.h
ExampleTestAddon.cpp
Jamfile tests: Convert a lot of RSRCs to RDEFs. 2015-06-22 15:39:47 -04:00
UnitTester.cpp * indent is obviously only 2 spaces. 2010-11-29 18:51:33 +00:00
UnitTester.h * Build fix for GCC4. 2010-11-29 18:05:32 +00:00
UnitTester.rdef tests: Convert a lot of RSRCs to RDEFs. 2015-06-22 15:39:47 -04:00