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-08-16 19:40:38 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-08-16 19:40:38 (GMT)
commitcdd7de6018c6fbd21f4cc53519cfba6e92b3f57c (patch)
treee6d45e91820b6a94c109e6e69d546661a2c14ab3 /tests
parent029629e7c79bdaf33191a07f2769e37e93bcc7fb (diff)
old argument passing bug for mimetype in indexThread
Diffstat (limited to 'tests')
-rw-r--r--tests/test_model.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_model.py b/tests/test_model.py
index 6d171c1..5de0b45 100644
--- a/tests/test_model.py
+++ b/tests/test_model.py
@@ -6,6 +6,8 @@ from olpc.datastore import model, backingstore
import datetime
import os
+import logging
+logging.basicConfig()
DEFAULT_STORE = '/tmp/test_ds'