Commit 533014bca1fd4bc0aee6817d6f2fb1e9cfe0fb16
1 parent
dfcac4b1
Exists in
master
and in
1 other branch
Removing deprecated test.
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
src/tests/data_tests.py
... | ... | @@ -95,9 +95,6 @@ class PopconXapianIndexTests(unittest2.TestCase): |
95 | 95 | sum([len(submissions) for submissions in |
96 | 96 | all_submissions])) |
97 | 97 | |
98 | - def test_recluster(self): | |
99 | - pxi = PopconXapianIndex(self.cfg,1,1) | |
100 | - | |
101 | 98 | |
102 | 99 | if __name__ == '__main__': |
103 | 100 | unittest2.main() | ... | ... |