.. |
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
|
Refactored password sync test to use newly-added functionality in the sync testing infrastructure.
|
2008-06-26 11:40:14 -07:00 |
head_first.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 |
head_http_server.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 |
Makefile
|
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_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
|
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_bookmark_sharing.js
|
Fixed a todo in test_bookmark_sharing, still more left to do as jono's modifications to the bookmark sharing API change.
|
2008-06-30 19:27:39 -07:00 |
test_bookmark_syncing.js
|
Added more assertion checks in test_bookmark_syncing.
|
2008-06-26 17:31:57 -07:00 |
test_bookmark_syncing.log.expected
|
Revalidated test logs, as 'actual changes for server' details are no longer being logged.
|
2008-06-30 13:32:13 -07:00 |
test_cookie_store.js
|
Bug 443489: use the correct cookie xpcom interface
|
2008-10-16 12:29: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
|
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_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_passphrase_checking.js
|
Moved isPassphraseValid() out of its test suite and into the crypto module.
|
2008-06-30 14:40:11 -07:00 |
test_password_syncing.js
|
Refactored some things in the test framework to make tests easier to write, and to make certain things possible to write.
|
2008-06-26 15:01:34 -07:00 |
test_password_syncing.log.expected
|
Revalidated test logs, as 'actual changes for server' details are no longer being logged.
|
2008-06-30 13:32:13 -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
|
crypto changes: private keys get their own iv and salt, crypto meta records get a separate iv and no salt. various fixes in crypto code and other wbo related objects. fix crypto tests to match.
|
2008-11-08 02:00:33 -08:00 |
test_records_keys.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_records_wbo.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_resource.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_service.js
|
Added a Service.verifyPassphrase() method. Also, Service.login() now checks to ensure that the user's passphrase is valid, and if it's not, it throws an exception.
|
2008-06-30 16:50:19 -07:00 |
test_service.log.expected
|
Refactored test_service a bit to use the synctestinginfrastructure.
|
2008-06-30 11:24:58 -07:00 |
test_sharing.js.disabled
|
disable sharing test
|
2008-10-16 12:31:27 -07:00 |
test_util_tracebacks.js
|
Made exception logging routines more informative and added logtests for them.
|
2008-06-25 00:13:36 -07:00 |
test_util_tracebacks.log.expected
|
Made exception logging routines more informative and added logtests for them.
|
2008-06-25 00:13:36 -07:00 |
test_xmpp_simple.js
|
Re-disabled test_xmpp_simple.js; it shouldn't be run without a local jabber server (and it wasn't, until I accidentally comitted my local change enabling the test.
|
2008-06-05 12:18:16 -07:00 |
test_xmpp_transport_http.js
|
imported patch xmpp-transport-fault-tolerance-and-test
|
2008-06-04 18:34:37 -07:00 |
test_xmpp.js
|
Defined Cu -> Components.utils in head.js so that test files don't have to put it in as boilerplate.
|
2008-06-16 14:06:05 -07:00 |