Fixed error on test case.

This commit is contained in:
Jorge C. Leitão 2014-05-11 09:57:19 +02:00
parent 0551f00dd7
commit 7385322ec4

View file

@ -138,7 +138,7 @@ class XapianBackendTestCase(TestCase):
self.sample_objs = []
mock = XapianMockModel()
mock = self.index.get_model()()
mock.id = 1
mock.author = 'david'
mock.pub_date = datetime.date(2009, 2, 25)