[Checkins] SVN: grok/trunk/src/grok/tests/ Remove tests who are already in grokcore.annotation.

Sylvain Viollon sylvain at infrae.com
Fri Sep 18 04:47:08 EDT 2009


Log message for revision 104276:
  Remove tests who are already in grokcore.annotation.
  
  

Changed:
  D   grok/trunk/src/grok/tests/annotation/
  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	2009-09-18 08:44:14 UTC (rev 104275)
+++ grok/trunk/src/grok/tests/test_grok.py	2009-09-18 08:47:07 UTC (rev 104276)
@@ -45,7 +45,7 @@
     for name in ['adapter', 'error', 'event', 'security', 'catalog',
                  'zcml', 'utility', 'xmlrpc', 'json', 'container',
                  'traversal', 'grokker', 'directive',
-                 'baseclass', 'annotation', 'application',
+                 'baseclass', 'application',
                  'viewlet', 'testsetup', 'conflict']:
         suite.addTest(suiteFromPackage(name))
     return suite



More information about the checkins mailing list