[Checkins] SVN: grok/branches/grokcore.xxx/src/grok/ftests/ Some view-related ftests were moved to grokcore.view.

Philipp von Weitershausen philikon at philikon.de
Tue Jul 22 08:56:23 EDT 2008


Log message for revision 88684:
  Some view-related ftests were moved to grokcore.view.
  

Changed:
  U   grok/branches/grokcore.xxx/src/grok/ftests/test_grok_functional.py
  D   grok/branches/grokcore.xxx/src/grok/ftests/view/

-=-
Modified: grok/branches/grokcore.xxx/src/grok/ftests/test_grok_functional.py
===================================================================
--- grok/branches/grokcore.xxx/src/grok/ftests/test_grok_functional.py	2008-07-22 12:54:10 UTC (rev 88683)
+++ grok/branches/grokcore.xxx/src/grok/ftests/test_grok_functional.py	2008-07-22 12:56:23 UTC (rev 88684)
@@ -70,7 +70,7 @@
 
 def test_suite():
     suite = unittest.TestSuite()
-    for name in ['view', 'staticdir', 'xmlrpc', 'traversal', 'form', 'url',
+    for name in ['staticdir', 'xmlrpc', 'traversal', 'form', 'url',
                  'security', 'utility', 'catalog', 'site', 'rest', 'viewlet']:
         suite.addTest(suiteFromPackage(name))
     return suite



More information about the Checkins mailing list