From 1e1b64539144006c59c7b705700fc7f34c7a26b1 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 20 Feb 2013 12:00:22 +0100 Subject: more animation for dashboard --- tests/other/test_filedatabase.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/other/test_filedatabase.py b/tests/other/test_filedatabase.py index 2450e5423..314377db8 100644 --- a/tests/other/test_filedatabase.py +++ b/tests/other/test_filedatabase.py @@ -201,6 +201,7 @@ class TestDatabase(BenchmarkTest): assert p.root in self.pids assert p.added > 10 ** 6 assert isinstance(p.tags, list) + assert p.shared in (0, 1) except: print p raise -- cgit v1.2.3