Testsuite: org.mortbay.util.Tests
Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 9.539 sec
------------- Standard Error -----------------
5/01/2006 13:59:24 org.mortbay.util.Credential$Crypt check
WARNING: Can't check class org.mortbay.util.Credential$Crypt against CRYPT
5/01/2006 13:59:24 org.mortbay.util.Credential$Crypt check
WARNING: Can't check class org.mortbay.util.Credential$MD5 against CRYPT
5/01/2006 13:59:24 org.mortbay.util.Credential$Crypt check
WARNING: Can't check class org.mortbay.util.Credential$MD5 against CRYPT
{a c=1 3}
/aaa/bbb/ == /aaa/bbb/
/aaa//bbb/ == /aaa//bbb/
/aaa///bbb/ == /aaa///bbb/
/aaa/./bbb/ == /aaa/bbb/
/aaa//./bbb/ == /aaa//bbb/
/aaa/.//bbb/ == /aaa//bbb/
/aaa/../bbb/ == /bbb/
/aaa/./../bbb/ == /bbb/
/aaa//../bbb/ == /aaa/bbb/
/aaa/..//bbb/ == //bbb/
/aaa/bbb/ccc/../../ddd/ == /aaa/ddd/
./bbb/ == bbb/
./aaa/../bbb/ == bbb/
./ == 
.// == .//
./// == .///
/. == /
//. == //
///. == ///
/ == /
aaa/bbb == aaa/bbb
aaa/ == aaa/
aaa == aaa
/aaa/bbb == /aaa/bbb
/aaa//bbb == /aaa//bbb
/aaa/./bbb == /aaa/bbb
/aaa/../bbb == /bbb
/aaa/./../bbb == /bbb
./bbb == bbb
./aaa/../bbb == bbb
aaa/bbb/.. == aaa/
aaa/bbb/../ == aaa/
./ == 
. == 
 == 
.. == null
./.. == null
//.. == /
aaa/../.. == null
/foo/bar/../../.. == null
/../foo == null
/foo/. == /foo/
a == a
a/ == a/
a/. == a/
a/.. == 
a/../.. == null
/foo/../bar// == /bar//
/./blah/.. == /
//../a/../bb/../ccc/../test///.. == /test//
User Dir=/home/gregw/src/Jetty_5/release/Jetty/test/src/org/mortbay/util/
Rel  Dir=test/src/org/mortbay/util/
User URL=file:/home/gregw/src/Jetty_5/release/Jetty/test/src/org/mortbay/util/
5/01/2006 13:59:24 org.mortbay.util.FileResource <clinit>
INFO: Checking Resource aliases
5/01/2006 13:59:29 org.mortbay.util.TestThreadedServer setUp
INFO: ThreadedServer test started
.5/01/2006 13:59:31 org.mortbay.util.ThreadedServer$Acceptor run
INFO: Stopping Acceptor ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8765]
------------- ---------------- ---------------

Testcase: testDateCache took 1.621 sec
Testcase: testIO took 0.542 sec
Testcase: testB64 took 0.019 sec
Testcase: testPassword took 0.012 sec
Testcase: testCredential took 0.158 sec
Testcase: testURI took 0.047 sec
Testcase: testUrlEncoded took 0.027 sec
Testcase: testResourceExists took 0.074 sec
Testcase: testResourceDir took 0.004 sec
Testcase: testResourceContent took 0.004 sec
Testcase: testResourceCache took 0.008 sec
Testcase: testResourceCacheUpdate took 5.014 sec
Testcase: testThreadedServer took 2.003 sec
