[Checkins] SVN: grok/trunk/src/grok/tests/test_grok.py remove delete dir from list of tests too

Philipp von Weitershausen philikon at philikon.de
Thu Aug 7 18:02:24 EDT 2008


Log message for revision 89514:
  remove delete dir from list of tests too
  

Changed:
  U   grok/trunk/src/grok/tests/test_grok.py

-=-
Modified: grok/trunk/src/grok/tests/test_grok.py
===================================================================
--- grok/trunk/src/grok/tests/test_grok.py	2008-08-07 22:01:34 UTC (rev 89513)
+++ grok/trunk/src/grok/tests/test_grok.py	2008-08-07 22:02:23 UTC (rev 89514)
@@ -45,7 +45,7 @@
     for name in ['adapter', 'error', 'view', 'event', 'security', 'catalog',
                  'zcml', 'static', 'utility', 'xmlrpc', 'json', 'container',
                  'traversal', 'form', 'grokker', 'directive', 'skin',
-                 'baseclass', 'annotation', 'application', 'template',
+                 'baseclass', 'annotation', 'application',
                  'viewlet', 'testsetup', 'conflict', 'order']:
         suite.addTest(suiteFromPackage(name))
     return suite



More information about the Checkins mailing list