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,9 +95,6 @@ class PopconXapianIndexTests(unittest2.TestCase): | ||
| 95 | sum([len(submissions) for submissions in | 95 | sum([len(submissions) for submissions in |
| 96 | all_submissions])) | 96 | all_submissions])) |
| 97 | 97 | ||
| 98 | - def test_recluster(self): | ||
| 99 | - pxi = PopconXapianIndex(self.cfg,1,1) | ||
| 100 | - | ||
| 101 | 98 | ||
| 102 | if __name__ == '__main__': | 99 | if __name__ == '__main__': |
| 103 | unittest2.main() | 100 | unittest2.main() |