[Zope-Checkins] CVS: ZODB3/Persistence/tests - testPersistent.py:1.1.2.6
Tim Peters
tim.one@comcast.net
Mon, 7 Jul 2003 14:41:53 -0400
Update of /cvs-repository/ZODB3/Persistence/tests
In directory cvs.zope.org:/tmp/cvs-serv30237/Persistence/tests
Modified Files:
Tag: zodb33-devel-branch
testPersistent.py
Log Message:
Whitespace normalization.
=== ZODB3/Persistence/tests/testPersistent.py 1.1.2.5 => 1.1.2.6 ===
--- ZODB3/Persistence/tests/testPersistent.py:1.1.2.5 Mon Jul 7 12:15:25 2003
+++ ZODB3/Persistence/tests/testPersistent.py Mon Jul 7 14:41:49 2003
@@ -153,7 +153,7 @@
noserial = "\000" * 8
obj = P()
self.assertEqual(obj._p_serial, noserial)
-
+
def set(val):
obj._p_serial = val
self.assertRaises(ValueError, set, 1)
@@ -218,7 +218,7 @@
# XXX Need to decide how __setattr__ and __delattr__ should work,
# then write tests.
-
+
def test_suite():
return unittest.makeSuite(PersistenceTest)