[Checkins] SVN: zodbupgrade/trunk/src/zodbupgrade/tests.py typo

Christian Theune ct at gocept.com
Mon Jun 15 02:33:34 EDT 2009


Log message for revision 100956:
  typo
  

Changed:
  U   zodbupgrade/trunk/src/zodbupgrade/tests.py

-=-
Modified: zodbupgrade/trunk/src/zodbupgrade/tests.py
===================================================================
--- zodbupgrade/trunk/src/zodbupgrade/tests.py	2009-06-15 06:33:17 UTC (rev 100955)
+++ zodbupgrade/trunk/src/zodbupgrade/tests.py	2009-06-15 06:33:34 UTC (rev 100956)
@@ -114,7 +114,7 @@
         self.assertEquals('NewFactory', self.root['test'].__class__.__name__)
 
     def test_factory_renamed_dryrun(self):
-        # Run an update with "dy run" option and see that the transaction is
+        # Run an update with "dy run" option and see that the pickle is
         # not updated.
         self.root['test'] = sys.modules['module1'].Factory()
         transaction.commit()



More information about the Checkins mailing list