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:
authorSergejs Maklakovs <sergejs.maklakovs@zabbix.com>2022-01-05 14:36:49 +0300
committerSergejs Maklakovs <sergejs.maklakovs@zabbix.com>2022-01-05 14:36:49 +0300
commit583678511bd86c1e53df42b34d6525bb2cdeb971 (patch)
tree9b5cfab7fecee756e4d15cc31bd58abde54871d2
parent39ad2021ddbe1eed406a579185735628d6c42ba8 (diff)
.......... [ZBXNEXT-6890] fixed testPageMaintenance autotest, removing incorrect value from data_test.sql
-rw-r--r--ui/tests/selenium/data/data_test.sql3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/tests/selenium/data/data_test.sql b/ui/tests/selenium/data/data_test.sql
index 5a3a5c71385..c0e29b5311c 100644
--- a/ui/tests/selenium/data/data_test.sql
+++ b/ui/tests/selenium/data/data_test.sql
@@ -229,9 +229,6 @@ INSERT INTO maintenances (maintenanceid, name, maintenance_type, description, ac
INSERT INTO maintenances (maintenanceid, name, maintenance_type, description, active_since, active_till,tags_evaltype) VALUES (2,'Maintenance period 2 (no data collection)',1,'Test description 1',1294760280,1294846680,0);
INSERT INTO maintenances (maintenanceid, name, maintenance_type, description, active_since, active_till,tags_evaltype) VALUES (3,'Maintenance for update (data collection)',0,'Test description',1534885200,1534971600,2);
-INSERT INTO maintenances_hosts (maintenance_hostid, maintenanceid, hostid) VALUES (1,1,20000);
-INSERT INTO maintenances_hosts (maintenance_hostid, maintenanceid, hostid) VALUES (2,2,20000);
-
INSERT INTO maintenances_groups (maintenance_groupid, maintenanceid, groupid) VALUES (1,1,4);
INSERT INTO maintenances_groups (maintenance_groupid, maintenanceid, groupid) VALUES (2,2,4);
INSERT INTO maintenances_groups (maintenance_groupid, maintenanceid, groupid) VALUES (3,3,4);