SVN: zdaemon/trunk/src/zdaemon/tests/testzdoptions.py typo
Christian Zagrodnick <[email protected]>
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <[email protected]> |
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])