[Checkins] SVN: grok/trunk/src/grok/ftests/ Moved the tests for the events and creation process in a more generic folder.

Souheil CHELFOUH souheil at chelfouh.com
Fri Oct 9 10:59:30 EDT 2009


Log message for revision 104967:
  Moved the tests for the events and creation process in a more generic folder.

Changed:
  D   grok/trunk/src/grok/ftests/events/
  A   grok/trunk/src/grok/ftests/lifecycle/
  U   grok/trunk/src/grok/ftests/test_grok_functional.py

-=-

Property changes on: grok/trunk/src/grok/ftests/lifecycle
___________________________________________________________________
Added: svn:mergeinfo
   + 

Modified: grok/trunk/src/grok/ftests/test_grok_functional.py
===================================================================
--- grok/trunk/src/grok/ftests/test_grok_functional.py	2009-10-09 13:11:25 UTC (rev 104966)
+++ grok/trunk/src/grok/ftests/test_grok_functional.py	2009-10-09 14:59:30 UTC (rev 104967)
@@ -70,8 +70,8 @@
 
 def test_suite():
     suite = unittest.TestSuite()
-    for name in ['xmlrpc', 'traversal', 'form', 'url', 'security',
-                 'catalog', 'site', 'rest', 'viewlet', 'json', 'events']:
+    for name in ['xmlrpc', 'traversal', 'form', 'url', 'security', 'rest',
+                 'catalog', 'site', 'viewlet', 'json', 'lifecycle']:
         suite.addTest(suiteFromPackage(name))
     return suite
 



More information about the checkins mailing list