[Checkins] SVN: grok/branches/1.0/src/grok/ftests/test_grok_functional.py there is not seperate publish ftest sub package anymore

Jan-Wijbrand Kolman janwijbrand at gmail.com
Wed Oct 7 13:59:54 EDT 2009


Log message for revision 104882:
  there is not seperate publish ftest sub package anymore

Changed:
  U   grok/branches/1.0/src/grok/ftests/test_grok_functional.py

-=-
Modified: grok/branches/1.0/src/grok/ftests/test_grok_functional.py
===================================================================
--- grok/branches/1.0/src/grok/ftests/test_grok_functional.py	2009-10-07 17:53:55 UTC (rev 104881)
+++ grok/branches/1.0/src/grok/ftests/test_grok_functional.py	2009-10-07 17:59:54 UTC (rev 104882)
@@ -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',
                  'utility', 'catalog', 'site', 'rest', 'viewlet','json']:
         suite.addTest(suiteFromPackage(name))
     return suite



More information about the checkins mailing list