diff options
| author | drebs <drebs@leap.se> | 2013-12-10 22:24:47 -0200 | 
|---|---|---|
| committer | drebs <drebs@leap.se> | 2013-12-18 14:36:59 -0200 | 
| commit | af913a77b384a97d857c37ba9c0a8730b0846373 (patch) | |
| tree | 326b9a013445c3bd9bb1398f08a8d9934f3f6b2c | |
| parent | ab93164a3a9532340a899e0b23f4b541d61c22c6 (diff) | |
Remove index tests for couch backend.
| -rw-r--r-- | common/src/leap/soledad/common/tests/test_couch.py | 18 | 
1 files changed, 9 insertions, 9 deletions
diff --git a/common/src/leap/soledad/common/tests/test_couch.py b/common/src/leap/soledad/common/tests/test_couch.py index a181c6cb..48b3585f 100644 --- a/common/src/leap/soledad/common/tests/test_couch.py +++ b/common/src/leap/soledad/common/tests/test_couch.py @@ -267,16 +267,16 @@ class CouchWithConflictsTests(          test_backends.LocalDatabaseWithConflictsTests.tearDown(self) -# Notice: the CouchDB backend does not have indexing capabilities, but we -# added in memory indexing for tests only. +# Notice: the CouchDB backend does not have indexing capabilities, so we do +# not test indexing now. -class CouchIndexTests(test_backends.DatabaseIndexTests, CouchDBTestCase): - -    scenarios = COUCH_SCENARIOS - -    def tearDown(self): -        self.db.delete_database() -        test_backends.DatabaseIndexTests.tearDown(self) +#class CouchIndexTests(test_backends.DatabaseIndexTests, CouchDBTestCase): +# +#    scenarios = COUCH_SCENARIOS +# +#    def tearDown(self): +#        self.db.delete_database() +#        test_backends.DatabaseIndexTests.tearDown(self)  #-----------------------------------------------------------------------------  | 
