.. |
attic
|
move non-working unit tests into subfolders so that 'make' works again. the non-working tests will need some major re-writing due to the move away from webdav
|
2008-12-02 16:48:07 -08:00 |
need-work
|
move non-working unit tests into subfolders so that 'make' works again. the non-working tests will need some major re-writing due to the move away from webdav
|
2008-12-02 16:48:07 -08:00 |
bookmark_setup.js
|
Added a number of "real" bookmark sync tests; see test_bookmark_syncing.js for information.
|
2008-06-25 14:30:53 -07:00 |
fake_login_manager.js
|
Bug 482178 - Clean up services -> lazy services. r=thunder
|
2009-03-10 06:30:30 -05:00 |
head_first.js
|
bug 476539: use a XULRunner-based test harness for unit testing; r=thunder
|
2009-03-20 00:14:21 -07:00 |
head_http_server.js
|
bug 476539: use a XULRunner-based test harness for unit testing; r=thunder
|
2009-03-20 00:14:21 -07:00 |
Makefile
|
bug 476539: use a XULRunner-based test harness for unit testing; r=thunder
|
2009-03-20 00:14:21 -07:00 |
test_async_exceptions.js
|
Changed AsyncException so that it dynamically subclasses the exception it's wrapping, and adds an 'asyncStack' property to allow access to the asynchronous call stack. This, along with my previous few commits, makes the processing of stack traces in our code much more streamlined, and also allows our debugging output to be more informative, as stack information is now logged from the point at which an exception was thrown, rather than the point at which it was caught.
|
2008-06-25 04:43:07 -07:00 |
test_async_missing_yield.js
|
Refactored test suites based on recent changes.
|
2008-06-16 16:53:53 -07:00 |
test_async.js
|
Made the tracking of async generators/coroutines more robust for debugging purposes.
|
2008-06-20 13:58:56 -07:00 |
test_auth_manager.js
|
bug 476539: use a XULRunner-based test harness for unit testing; r=thunder
|
2009-03-20 00:14:21 -07:00 |
test_crypto_crypt.js
|
Fix crypto component to not mangle certain strings when doing 8/16 bit character conversion.
|
2008-06-29 20:51:22 -07:00 |
test_crypto_keypair.js
|
Bug 433949 - Use WeaveCrypto component (NSS) instead of OpenSSL
|
2008-06-23 16:23:57 -07:00 |
test_crypto_random.js
|
Bug 433949 - Use WeaveCrypto component (NSS) instead of OpenSSL
|
2008-06-23 16:23:57 -07:00 |
test_fault_tolerance.js
|
add http js server for unit tests; add tests for resources, auth manager, base weave record types (WBOs, keys, crypto wrappers/crypto meta)
|
2008-11-03 14:41:39 -08:00 |
test_log4moz.js
|
bug 467085 log4moz updateParents messed up, doesn't support multilevel parenting properly, r=thunder
|
2008-12-02 21:42:20 +05:30 |
test_notifications.js
|
If an exception is raised by a notification button callback, it is now logged. Also added a unit test for this new behavior.
|
2008-07-08 16:50:59 -07:00 |
test_passwords.js
|
Update tests to reflect changes in store/syncCore methods
|
2008-06-30 12:31:02 -07:00 |
test_records_crypto.js
|
Bug 481741 - Switch to JSON from nsIJSON
|
2009-03-31 14:09:38 -05:00 |
test_records_keys.js
|
fix keys test to work with latest key structure + nsIChannel
|
2009-06-05 11:23:31 -07:00 |
test_records_wbo.js
|
partially revert d6cac1e80da9 - use id from the body; add additional tests to catch more errors
|
2009-06-05 10:39:51 -07:00 |
test_resource.js
|
Convert test_resource to sync.
|
2009-06-09 14:25:55 -05:00 |
test_utils_deepEquals.js
|
Add test for Utils.deepEquals
|
2009-05-19 14:24:26 -05:00 |