Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Saller <bcsaller@objectrealms.net>2007-07-13 08:43:18 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-07-13 08:43:18 (GMT)
commita9b86d8896c0a9f51e26e9ad9296c5f21784edc9 (patch)
treee977b7c52fb4c4fb6a94787c761fd1a282715767 /tests
parentd4f36128d2e5ff470ee6fa96c361d11e401d7346 (diff)
updated other dbus test
Diffstat (limited to 'tests')
-rw-r--r--tests/test_xapianindex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_xapianindex.py b/tests/test_xapianindex.py
index f9039e6..3d39d3e 100644
--- a/tests/test_xapianindex.py
+++ b/tests/test_xapianindex.py
@@ -78,7 +78,7 @@ class Test(unittest.TestCase):
assert 'test.pdf' in set(r.get_property('filename') for r in results)
assert im.search('mime_type:application/pdf filename:test.pdf peek')[1] == 1
-
+
def test_suite():
suite = unittest.TestSuite()