[Checkins] SVN: grok/branches/grokcore.xxx/src/grok/tests/test_grok.py fix grok tests

Godefroid Chapelle gotcha at bubblenet.be
Fri Jul 18 05:17:34 EDT 2008


Log message for revision 88479:
  fix grok tests

Changed:
  U   grok/branches/grokcore.xxx/src/grok/tests/test_grok.py

-=-
Modified: grok/branches/grokcore.xxx/src/grok/tests/test_grok.py
===================================================================
--- grok/branches/grokcore.xxx/src/grok/tests/test_grok.py	2008-07-18 09:14:45 UTC (rev 88478)
+++ grok/branches/grokcore.xxx/src/grok/tests/test_grok.py	2008-07-18 09:17:34 UTC (rev 88479)
@@ -45,7 +45,7 @@
     for name in ['adapter', 'error', 'view', 'event', 'security', 'catalog',
                  'zcml', 'static', 'utility', 'xmlrpc', 'json', 'container',
                  'traversal', 'form', 'grokker', 'directive',
-                 'baseclass', 'annotation', 'application', 'template',
+                 'baseclass', 'annotation', 'application',
                  'viewlet', 'testsetup', 'conflict', 'order']:
         suite.addTest(suiteFromPackage(name))
     return suite



More information about the Checkins mailing list