# URI unit tests
1..11
ok 1 - URI set to net://localhost
PASS: test_uri 1 - URI set to net://localhost
ok 2 - URI set to net://localhost:8989:4242/my/test/path
PASS: test_uri 2 - URI set to net://localhost:8989:4242/my/test/path
ok 3 - URI set to net://localhost:8989:4242
PASS: test_uri 3 - URI set to net://localhost:8989:4242
ok 4 - URI set to net6://[::1]:8989
PASS: test_uri 4 - URI set to net6://[::1]:8989
ok 5 - URI set to tcp://42.42.42.42/my/test/path
PASS: test_uri 5 - URI set to tcp://42.42.42.42/my/test/path
ok 6 - URI set to tcp6://[fe80::f66d:4ff:fe53:d220]/my/test/path
PASS: test_uri 6 - URI set to tcp6://[fe80::f66d:4ff:fe53:d220]/my/test/path
ok 7 - URI set to file:///my/test/path
PASS: test_uri 7 - URI set to file:///my/test/path
ok 8 - Bad URI set to file/my/test/path
PASS: test_uri 8 - Bad URI set to file/my/test/path
ok 9 - Bad URI set to net://:8999
PASS: test_uri 9 - Bad URI set to net://:8999
ok 10 - URI compare net://localhost == net://localhost
PASS: test_uri 10 - URI compare net://localhost == net://localhost
ok 11 - URI compare net://localhost != net://localhost:8989:4242
PASS: test_uri 11 - URI compare net://localhost != net://localhost:8989:4242
