From 2a61fd41e9d4d2e3d7b47a816544c88bb369bc03 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 18 Dec 2008 18:57:21 +0000 Subject: Add simple manually written replacement for the tdb module. --- lib/tdb/python/tests/simple.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tdb/python/tests') diff --git a/lib/tdb/python/tests/simple.py b/lib/tdb/python/tests/simple.py index 7147718c91..c6999d8c7f 100644 --- a/lib/tdb/python/tests/simple.py +++ b/lib/tdb/python/tests/simple.py @@ -73,7 +73,7 @@ class SimpleTdbTests(TestCase): self.tdb.map_size def test_name(self): - self.tdb.name + self.tdb.filename def test_iterator(self): self.tdb["bla"] = "1" -- cgit