[Erp5-report] r25522 - /erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 10 23:17:55 CET 2009


Author: kazuhiko
Date: Tue Feb 10 23:17:55 2009
New Revision: 25522

URL: http://svn.erp5.org?rev=25522&view=rev
Log:
setBaseUrl() is no longer required.

Modified:
    erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py

Modified: erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py?rev=25522&r1=25521&r2=25522&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py [utf8] Tue Feb 10 23:17:55 2009
@@ -100,7 +100,6 @@
     send_mail = 1
 
 def main():
-  setBaseUrl()
   setPreference()
   unsubscribeFromTimerService()
   status = getStatus()
@@ -214,11 +213,6 @@
   urllib2.urlopen('http://%s:%d/%s/BTZuite_setPreference?__ac_name='
               '%s&__ac_password=%s&working_copy_list=%s' %
                                   (host, port, portal_name, user, password, bt5_dir_list))
-
-def setBaseUrl():
-  urllib2.urlopen('http://%s:%d/%s/Zuite_setBaseUrl?__ac_name='
-              '%s&__ac_password=%s&base_url=%s' %
-                                  (host, port, portal_name, user, password, portal_name))
 
 def unsubscribeFromTimerService():
   urllib2.urlopen('http://%s:%d/%s/portal_activities/?unsubscribe:method='




More information about the Erp5-report mailing list