gecko/services/sync/tests/unit
2008-06-30 18:50:06 -07: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 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 Fixed a potential bug in Service.login() whereby a user's directory wouldn't be created if it didn't exist (though it would in Service.verifyLogin(), which is only called from the setup wizard). 2008-06-30 15:54:15 -07:00
Makefile fix unit test makefile so it works on windows (no symlinks on windows, boo) 2008-06-26 16:09:22 -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_bookmark_sharing.js Added test_bookmark_sharing to version control; note this doesn't pass right now (and in fact the main test is commented out.) 2008-06-30 18:50:06 -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 Moved all code related to the syncing of cookies--e.g. CookieStore, CookieTracker, CookieEngine, CookieSyncCore--into their own file at modules/engines/cookies.js. I'll be doing the same to the other engines shortly. 2008-06-03 11:11:44 -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 Added a simple test to test_fault_tolerance.js that wasn't working before, but now is, and I don't know why... 2008-05-30 17:02:25 -07:00
test_log4moz.js Added a testing suite for log4moz, along w/ a few refactorings necessary to perform the tests. 2008-05-29 17:56:52 -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_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 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
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