From 23258c06109027c26e5dca005f44abd87f42af73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com> Date: Fri, 28 Oct 2011 10:49:29 +0200 Subject: [PATCH] Remove hardcoded test id --- slapos/recipe/seleniumrunner/erp5functionaltestreporthandler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/slapos/recipe/seleniumrunner/erp5functionaltestreporthandler.py b/slapos/recipe/seleniumrunner/erp5functionaltestreporthandler.py index 6ddf1b0eb..83cb3ea4b 100644 --- a/slapos/recipe/seleniumrunner/erp5functionaltestreporthandler.py +++ b/slapos/recipe/seleniumrunner/erp5functionaltestreporthandler.py @@ -114,7 +114,6 @@ class ERP5TestReportHandler: ) self.connection_helper = ConnectionHelper(url) self.suite_name = suite_name - self.test_id = "20111025-1F0BF8263511D4" def reportStart(self): # report that test is running -- 2.30.9