[Zodb-checkins] SVN: zdaemon/trunk/src/zdaemon/tests/testzdoptions.py typo

Christian Zagrodnick cz at gocept.com
Wed Jan 28 10:44:02 EST 2009


Log message for revision 95331:
  typo
  

Changed:
  U   zdaemon/trunk/src/zdaemon/tests/testzdoptions.py

-=-
Modified: zdaemon/trunk/src/zdaemon/tests/testzdoptions.py
===================================================================
--- zdaemon/trunk/src/zdaemon/tests/testzdoptions.py	2009-01-28 15:36:32 UTC (rev 95330)
+++ zdaemon/trunk/src/zdaemon/tests/testzdoptions.py	2009-01-28 15:44:02 UTC (rev 95331)
@@ -341,7 +341,7 @@
         path = os.path.join(self.root, 'does-not-exist', 'really-not')
         self.check_exit_code(options, ["-z", path])
 
-    def test_existing_director(self):
+    def test_existing_directory(self):
         options = self.OptionsClass()
         options.realize(["-z", self.root])
 



More information about the Zodb-checkins mailing list