From e9416f5ebdced75f9463073a25d2b999969124a4 Mon Sep 17 00:00:00 2001 From: Folker Bernitt Date: Thu, 30 Jul 2015 11:57:56 +0200 Subject: Start events server before running functional tests. - Issue #420 - Should create server.key before behave tests - Revert "move events diabling to AppTestClient for functional tests" --- service/test/support/integration/app_test_client.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'service/test/support/integration/app_test_client.py') diff --git a/service/test/support/integration/app_test_client.py b/service/test/support/integration/app_test_client.py index e4f9e82a..c6cd9936 100644 --- a/service/test/support/integration/app_test_client.py +++ b/service/test/support/integration/app_test_client.py @@ -42,7 +42,6 @@ from pixelated.resources.root_resource import RootResource from test.support.integration.model import MailBuilder from test.support.test_helper import request_mock from test.support.integration.model import ResponseMail -from leap.common.events.flags import set_events_enabled class AppTestClient(object): @@ -56,8 +55,6 @@ class AppTestClient(object): @defer.inlineCallbacks def start_client(self): - # This class wont work with zmq events for now, check again on future - set_events_enabled(False) soledad_test_folder = self._generate_soledad_test_folder_name() SearchEngine.DEFAULT_INDEX_HOME = soledad_test_folder -- cgit v1.2.3