summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid <ottodavid@gmx.net>2014-08-21 20:35:05 +0200
committerDavid <ottodavid@gmx.net>2014-08-22 12:42:00 +0200
commit31860bfece30381dd29c9d33ef0d13c4cb9f5825 (patch)
treeab89bc11a662d3055e251cfb16092959ec3a73c0
parent559f84ea68d26d591c31fac982fc9d15e9a7b22b (diff)
Fixed DataTypeValidatorTestCase: setSpeed is not supported
(part of f235957d on master)
-rwxr-xr-xtests/FunctionalTests/validators/tests/DataTypeValidatorTestCase.php2
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);
}
}