diff options
author | drebs <drebs@leap.se> | 2013-01-16 11:04:42 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-01-16 11:04:42 -0200 |
commit | 42877891fc5468c674e95384153e68659c51976e (patch) | |
tree | 64b8d007261525ae11db694e4bf1081b69467304 /tests/test_sqlcipher.py | |
parent | c60505094e20ffbae5753383cfd73825c7a0114d (diff) |
Couch backend passes test_sync without indexes.
Diffstat (limited to 'tests/test_sqlcipher.py')
-rw-r--r-- | tests/test_sqlcipher.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sqlcipher.py b/tests/test_sqlcipher.py index c712bc47..c896af91 100644 --- a/tests/test_sqlcipher.py +++ b/tests/test_sqlcipher.py @@ -40,7 +40,7 @@ from leap.soledad.tests.u1db_tests.test_open import ( PASSWORD = '123456' #----------------------------------------------------------------------------- -# The following tests come from `u1db.tests.test_common_backends`. +# The following tests come from `u1db.tests.test_common_backend`. #----------------------------------------------------------------------------- class TestSQLCipherBackendImpl(tests.TestCase): |