[Zodb-checkins]
SVN: ZODB/branches/blob-merge-branch/src/ZODB/Blobs/tests/test_config.py
- minor cleanups
Christian Theune
ct at gocept.com
Fri Sep 22 02:53:50 EDT 2006
Log message for revision 70326:
- minor cleanups
Changed:
U ZODB/branches/blob-merge-branch/src/ZODB/Blobs/tests/test_config.py
-=-
Modified: ZODB/branches/blob-merge-branch/src/ZODB/Blobs/tests/test_config.py
===================================================================
--- ZODB/branches/blob-merge-branch/src/ZODB/Blobs/tests/test_config.py 2006-09-22 06:53:25 UTC (rev 70325)
+++ ZODB/branches/blob-merge-branch/src/ZODB/Blobs/tests/test_config.py 2006-09-22 06:53:49 UTC (rev 70326)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2004 Zope Corporation and Contributors.
+# Copyright (c) 2004-2006 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
@@ -17,6 +17,7 @@
from ZODB.tests.testConfig import ConfigTestBase
from ZConfig import ConfigurationSyntaxError
+
class BlobConfigTestBase(ConfigTestBase):
def setUp(self):
@@ -28,8 +29,8 @@
super(BlobConfigTestBase, self).tearDown()
shutil.rmtree(self.blob_dir)
-
+
class ZODBBlobConfigTest(BlobConfigTestBase):
def test_map_config1(self):
More information about the Zodb-checkins
mailing list