Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tests/selenium/items/testFormTestItemPrototype.php')
-rw-r--r--ui/tests/selenium/items/testFormTestItemPrototype.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/ui/tests/selenium/items/testFormTestItemPrototype.php b/ui/tests/selenium/items/testFormTestItemPrototype.php
index cf15739313e..bd114a4655b 100644
--- a/ui/tests/selenium/items/testFormTestItemPrototype.php
+++ b/ui/tests/selenium/items/testFormTestItemPrototype.php
@@ -24,6 +24,8 @@ require_once dirname(__FILE__).'/../common/testItemTest.php';
/**
* "Test item prototype" function tests.
*
+ * @dataSource Proxies
+ *
* @backup items
*/
class testFormTestItemPrototype extends testItemTest {
@@ -57,7 +59,7 @@ class testFormTestItemPrototype extends testItemTest {
* @depends testFormTestItemPrototype_CheckButtonStateHost
*/
public function testFormTestItemPrototype_TestItemHost($data) {
- $this->checkTestItem($data, true, self::HOST_LLD_ID, null, true);
+ $this->checkTestItem($data, true, self::HOST_LLD_ID, null, false);
}
/**
@@ -67,7 +69,7 @@ class testFormTestItemPrototype extends testItemTest {
*
* @depends testFormTestItemPrototype_CheckButtonStateTemplate
*/
- public function ttestFormTestItemPrototype_TestItemTemplate($data) {
- $this->checkTestItem($data, false, self::TEMPLATE_LLD_ID, null, true);
+ public function testFormTestItemPrototype_TestItemTemplate($data) {
+ $this->checkTestItem($data, false, self::TEMPLATE_LLD_ID, null, false);
}
}