[FIX] quality_integration_server: wrong web-service name
authorHarry (Open ERP) <hmo@tinyerp.com>
Thu, 26 Nov 2009 10:39:55 +0000 (16:09 +0530)
committerHarry (Open ERP) <hmo@tinyerp.com>
Thu, 26 Nov 2009 10:39:55 +0000 (16:09 +0530)
bzr revid: hmo@tinyerp.com-20091126103955-389b05nutd4r2gkj

bin/addons/quality_integration_server/base_quality_interrogation.py

index 0c82a9d..7da74e7 100755 (executable)
@@ -160,7 +160,7 @@ def check_quality(uri, user, pwd, dbname, modules, quality_logs):
 
 def wait(id,url=''):
     progress=0.0
-    sock2 = xmlrpclib.ServerProxy(url+'/db')
+    sock2 = xmlrpclib.ServerProxy(url+'/xmlrpc/db')
     while not progress==1.0:
         progress,users = execute(sock2,'get_progress',admin_passwd, id)
     return True