From 31860bfece30381dd29c9d33ef0d13c4cb9f5825 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 21 Aug 2014 20:35:05 +0200 Subject: Fixed DataTypeValidatorTestCase: setSpeed is not supported (part of f235957d on master) --- tests/FunctionalTests/validators/tests/DataTypeValidatorTestCase.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/FunctionalTests/validators/tests/DataTypeValidatorTestCase.php b/tests/FunctionalTests/validators/tests/DataTypeValidatorTestCase.php index 6da797f1..cad00f1f 100755 --- a/tests/FunctionalTests/validators/tests/DataTypeValidatorTestCase.php +++ b/tests/FunctionalTests/validators/tests/DataTypeValidatorTestCase.php @@ -7,7 +7,6 @@ class DataTypeValidatorTestCase extends PradoGenericSelenium2Test { function test() { - $this->setSpeed(500); $base = "ctl0_Content_"; $this->url("validators/index.php?page=DataTypeValidator"); $this->assertContains("Data Type Validator Tests", $this->source()); @@ -43,7 +42,6 @@ class DataTypeValidatorTestCase extends PradoGenericSelenium2Test $this->assertVisible("{$base}validator1"); $this->assertNotVisible("{$base}validator2"); $this->assertVisible("{$base}validator3"); - $this->setSpeed(0); } } -- cgit v1.2.3