[Checkins] SVN: grok/trunk/src/grok/ftests/test_grok_functional.py there is not publish ftests sub package anymore

Jan-Wijbrand Kolman janwijbrand at gmail.com
Wed Oct 7 14:08:49 EDT 2009


Log message for revision 104884:
  there is not publish ftests sub package anymore

Changed:
  U   grok/trunk/src/grok/ftests/test_grok_functional.py

-=-
Modified: grok/trunk/src/grok/ftests/test_grok_functional.py
===================================================================
--- grok/trunk/src/grok/ftests/test_grok_functional.py	2009-10-07 18:08:19 UTC (rev 104883)
+++ grok/trunk/src/grok/ftests/test_grok_functional.py	2009-10-07 18:08:48 UTC (rev 104884)
@@ -31,7 +31,7 @@
     data - (body) data to submit
     kw - any request parameters
     """
-    
+
     if path.startswith('http://localhost'):
         path = path[len('http://localhost'):]
     request_string = '%s %s HTTP/1.1\n' % (method, path)
@@ -70,7 +70,7 @@
 
 def test_suite():
     suite = unittest.TestSuite()
-    for name in ['xmlrpc', 'traversal', 'form', 'url', 'security', 'publish',
+    for name in ['xmlrpc', 'traversal', 'form', 'url', 'security',
                  'catalog', 'site', 'rest', 'viewlet','json']:
         suite.addTest(suiteFromPackage(name))
     return suite



More information about the checkins mailing list