From 892b706760771db130414c54e672f05872ceaa10 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 9 Apr 2013 17:31:48 +0530 Subject: [PATCH] ... --- src/calibre/db/tests/writing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calibre/db/tests/writing.py b/src/calibre/db/tests/writing.py index c37a173ae4..f4fac34a57 100644 --- a/src/calibre/db/tests/writing.py +++ b/src/calibre/db/tests/writing.py @@ -17,6 +17,7 @@ from calibre.db.tests.base import BaseTest class WritingTest(BaseTest): + # Utils {{{ def create_getter(self, name, getter=None): if getter is None: if name.endswith('_index'): @@ -71,6 +72,7 @@ class WritingTest(BaseTest): 'Failed setting for %s, sqlite value not the same: %r != %r'%( test.name, old_sqlite_res, sqlite_res)) del db + # }}} def test_one_one(self): # {{{ 'Test setting of values in one-one fields'