pjs/netwerk/test/unit
cbiesinger%web.de bd52ea6a89 bug 304414
- Run TestCookie in make check
- Make TestCookie return an error code if the test failed
- Mention the tested bug# in test_cookie_header.js
- Add a test for bug 304414: Make sure that local streams behave "sanely" (don't
return PR_UINT32_MAX, don't return PR_INT32_MAX, don't have more data at EOF)
and can read the entire file.

r=bz
2005-08-21 14:20:40 +00:00
..
head.js fixes bug 220566 "Randomly hangs in PL_HashTableRawLookup at start of page load" r=brendan 2005-03-31 06:22:11 +00:00
tail.js
test_all.sh bug 63368 adds a "make check" rule to the build system, which currently runs necko unit tests + the version comparator tests 2005-08-11 16:41:54 +00:00
test_cookie_header.js bug 304414 2005-08-21 14:20:40 +00:00
test_http_headers.js bug 250375 allow necko consumers to append to the Cookie header 2005-08-13 11:46:11 +00:00
test_localstreams.js bug 304414 2005-08-21 14:20:40 +00:00
test_parse_content_type.js Make our content-type header parsing closer to spec (it wasn't allowing some 2005-07-25 20:27:04 +00:00
test_protocolproxyservice.js Fix testcase for latest protocol proxy service API. r=biesi 2005-08-10 23:41:01 +00:00
test_sample.js