[Zope-Checkins] SVN: Products.Five/branches/1.0/tests/test_five.py
fix indentation to bring this version closer to the one in
Zope 2.8 branch
Philipp von Weitershausen
philikon at philikon.de
Sun Mar 26 17:59:40 EST 2006
Log message for revision 66214:
fix indentation to bring this version closer to the one in Zope 2.8 branch
Changed:
U Products.Five/branches/1.0/tests/test_five.py
-=-
Modified: Products.Five/branches/1.0/tests/test_five.py
===================================================================
--- Products.Five/branches/1.0/tests/test_five.py 2006-03-26 22:40:27 UTC (rev 66213)
+++ Products.Five/branches/1.0/tests/test_five.py 2006-03-26 22:59:39 UTC (rev 66214)
@@ -49,7 +49,7 @@
from Products.Five.tests.products import FiveTest
_prefix = os.path.dirname(FiveTest.__file__)
dir_resource_names = [os.path.basename(r)
- for r in (glob.glob('%s/*.png' % _prefix) +
+ for r in (glob.glob('%s/*.png' % _prefix) +
glob.glob('%s/*.pt' % _prefix) +
glob.glob('%s/[a-z]*.py' % _prefix) +
glob.glob('%s/*.css' % _prefix))]
@@ -276,7 +276,7 @@
# Test traversal
base = 'testoid/@@fivetest_macros/%s'
for macro in ('birdmacro', 'dogmacro',
- 'flying', 'walking'):
+ 'flying', 'walking'):
view = self.folder.unrestrictedTraverse(base % macro)
self.failUnless(view)
@@ -413,7 +413,7 @@
from zope.app.publisher.browser.globalbrowsermenuservice import \
- globalBrowserMenuService
+ globalBrowserMenuService
class MenuTest(FiveTestCase):
More information about the Zope-Checkins
mailing list