diff -r 7e5246889148 -r e54b3bc39011 server/test/unittest_repository.py --- a/server/test/unittest_repository.py Fri Sep 28 17:49:54 2012 +0200 +++ b/server/test/unittest_repository.py Tue Oct 02 16:44:55 2012 +0200 @@ -416,8 +416,7 @@ def _zmq_client(self, done): cnxprops = ConnectionProperties('zmq') try: - cnx = connect(self.repo.config.appid, u'admin', password=u'gingkow', - host='tcp://127.0.0.1:41415', + cnx = connect('tcp://127.0.0.1:41415', u'admin', password=u'gingkow', cnxprops=cnxprops, initlog=False) # don't reset logging configuration try: