diff options
author | drebs <drebs@leap.se> | 2013-01-24 19:29:43 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-01-24 19:29:43 -0200 |
commit | d6a235e90e93b51d46402ed85645842af222bc84 (patch) | |
tree | ccb0726e5e5e526827e30a7b13c7f353a27d01da | |
parent | 3a896645a704c0e899e945f281018b82fd6c2d78 (diff) |
Couch backend passes all tests in u1db test_sync.
-rw-r--r-- | src/leap/soledad/tests/test_couch.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/leap/soledad/tests/test_couch.py b/src/leap/soledad/tests/test_couch.py index 9e2f3909..6c3d7daf 100644 --- a/src/leap/soledad/tests/test_couch.py +++ b/src/leap/soledad/tests/test_couch.py @@ -197,23 +197,5 @@ class CouchDatabaseSyncTests(test_sync.DatabaseSyncTests): db.delete_database() super(CouchDatabaseSyncTests, self).tearDown() - # The following tests use indexing, so we eliminate them for now because - # indexing is still not implemented in couch backend. - - def test_sync_pulls_changes(self): - pass - - def test_sync_sees_remote_conflicted(self): - pass - - def test_sync_sees_remote_delete_conflicted(self): - pass - - def test_sync_local_race_conflicted(self): - pass - - def test_sync_propagates_deletes(self): - pass - load_tests = tests.load_with_scenarios |