diff options
author | David <ottodavid@gmx.net> | 2014-08-21 20:35:05 +0200 |
---|---|---|
committer | David <ottodavid@gmx.net> | 2014-08-22 12:42:00 +0200 |
commit | 31860bfece30381dd29c9d33ef0d13c4cb9f5825 (patch) | |
tree | ab89bc11a662d3055e251cfb16092959ec3a73c0 /tests | |
parent | 559f84ea68d26d591c31fac982fc9d15e9a7b22b (diff) |
Fixed DataTypeValidatorTestCase: setSpeed is not supported
(part of f235957d on master)
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/FunctionalTests/validators/tests/DataTypeValidatorTestCase.php | 2 |
1 files changed, 0 insertions, 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); } } |