From d6a235e90e93b51d46402ed85645842af222bc84 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 24 Jan 2013 19:29:43 -0200 Subject: Couch backend passes all tests in u1db test_sync. --- src/leap/soledad/tests/test_couch.py | 18 ------------------ 1 file changed, 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 -- cgit v1.2.3