[Zope-Checkins] CVS: ZODB3/Tools/tests - testfstest.py:1.1.100.1
testzeopack.py:1.6.86.1
Tim Peters
tim.one at comcast.net
Mon Sep 15 17:27:23 EDT 2003
Update of /cvs-repository/ZODB3/Tools/tests
In directory cvs.zope.org:/tmp/cvs-serv17778/Tools/tests
Modified Files:
Tag: Zope-2_7-branch
testfstest.py testzeopack.py
Log Message:
Whitespace normalization (via Python's reindent.py script).
=== ZODB3/Tools/tests/testfstest.py 1.1 => 1.1.100.1 ===
--- ZODB3/Tools/tests/testfstest.py:1.1 Fri Sep 28 19:00:52 2001
+++ ZODB3/Tools/tests/testfstest.py Mon Sep 15 17:26:52 2003
@@ -160,7 +160,7 @@
newlen = struct.pack(">II", 0, tl - (len(data) - 24))
self._file.write(newlen)
self.detectsError("truncated at")
-
+
def testBadDataLength(self):
self.copyTransactions(1)
tl, data = self.getHeader()
@@ -180,4 +180,3 @@
if __name__ == "__main__":
unittest.main()
-
=== ZODB3/Tools/tests/testzeopack.py 1.6 => 1.6.86.1 ===
--- ZODB3/Tools/tests/testzeopack.py:1.6 Wed Jan 30 17:10:48 2002
+++ ZODB3/Tools/tests/testzeopack.py Mon Sep 15 17:26:52 2003
@@ -26,7 +26,7 @@
self.started = 0
def start(self):
- self.started =1
+ self.started =1
self.path = tempfile.mktemp(suffix=".fs")
self._storage = FileStorage(self.path)
self.db = ZODB.DB(self._storage)
@@ -105,7 +105,7 @@
assert os.path.exists(self.path + ".old")
class UpTest(unittest.TestCase):
-
+
def testUp(self):
status = os.system("zeoup.py -p 19")
# There is no ZEO server on port 19, so we should see non-zero
More information about the Zope-Checkins
mailing list