From 3de7504def08129258f5aeb305348241f561a4f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Vavru=C5=A1a?= <marek.vavrusa@nic.cz> Date: Sat, 19 Sep 2015 21:34:14 +0200 Subject: [PATCH] tests/notiml: fixed date to timestamps --- tests/testdata_notimpl/iter_dnsseclame_bug.rpl | 2 +- tests/testdata_notimpl/iter_dnsseclame_ds.rpl | 2 +- tests/testdata_notimpl/iter_dnsseclame_ds_ok.rpl | 2 +- tests/testdata_notimpl/iter_dnsseclame_ta.rpl | 2 +- tests/testdata_notimpl/iter_dnsseclame_ta_ok.rpl | 2 +- tests/testdata_notimpl/iter_emptydp.rpl | 2 +- tests/testdata_notimpl/iter_emptydp_for_glue.rpl | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/testdata_notimpl/iter_dnsseclame_bug.rpl b/tests/testdata_notimpl/iter_dnsseclame_bug.rpl index a22dc96bc..0210e2d90 100644 --- a/tests/testdata_notimpl/iter_dnsseclame_bug.rpl +++ b/tests/testdata_notimpl/iter_dnsseclame_bug.rpl @@ -1,7 +1,7 @@ ; config options server: trust-anchor: "example.com. 3600 IN DS 2854 3 1 46e4ffc6e9a4793b488954bd3f0cc6af0dfb201b" - val-override-date: "20070916134226" + val-override-date: "1189950146" stub-zone: name: "." diff --git a/tests/testdata_notimpl/iter_dnsseclame_ds.rpl b/tests/testdata_notimpl/iter_dnsseclame_ds.rpl index 0e8405db9..8b91100a4 100644 --- a/tests/testdata_notimpl/iter_dnsseclame_ds.rpl +++ b/tests/testdata_notimpl/iter_dnsseclame_ds.rpl @@ -1,7 +1,7 @@ ; config options server: trust-anchor: "example.com. 3600 IN DS 2854 3 1 46e4ffc6e9a4793b488954bd3f0cc6af0dfb201b" - val-override-date: "20070916134226" + val-override-date: "1189950146" stub-zone: name: "." diff --git a/tests/testdata_notimpl/iter_dnsseclame_ds_ok.rpl b/tests/testdata_notimpl/iter_dnsseclame_ds_ok.rpl index 0ff322cd4..8b7edebc2 100644 --- a/tests/testdata_notimpl/iter_dnsseclame_ds_ok.rpl +++ b/tests/testdata_notimpl/iter_dnsseclame_ds_ok.rpl @@ -1,7 +1,7 @@ ; config options server: trust-anchor: "example.com. 3600 IN DS 2854 3 1 46e4ffc6e9a4793b488954bd3f0cc6af0dfb201b" - val-override-date: "20070916134226" + val-override-date: "1189950146" target-fetch-policy: "0 0 0 0 0" stub-zone: diff --git a/tests/testdata_notimpl/iter_dnsseclame_ta.rpl b/tests/testdata_notimpl/iter_dnsseclame_ta.rpl index 9472dcc1a..d17940159 100644 --- a/tests/testdata_notimpl/iter_dnsseclame_ta.rpl +++ b/tests/testdata_notimpl/iter_dnsseclame_ta.rpl @@ -1,7 +1,7 @@ ; config options server: trust-anchor: "example.com. 3600 IN DS 2854 3 1 46e4ffc6e9a4793b488954bd3f0cc6af0dfb201b" - val-override-date: "20070916134226" + val-override-date: "1189950146" stub-zone: name: "." diff --git a/tests/testdata_notimpl/iter_dnsseclame_ta_ok.rpl b/tests/testdata_notimpl/iter_dnsseclame_ta_ok.rpl index e794b54fd..d53377beb 100644 --- a/tests/testdata_notimpl/iter_dnsseclame_ta_ok.rpl +++ b/tests/testdata_notimpl/iter_dnsseclame_ta_ok.rpl @@ -1,7 +1,7 @@ ; config options server: trust-anchor: "example.com. 3600 IN DS 2854 3 1 46e4ffc6e9a4793b488954bd3f0cc6af0dfb201b" - val-override-date: "20070916134226" + val-override-date: "1189950146" target-fetch-policy: "0 0 0 0 0" stub-zone: diff --git a/tests/testdata_notimpl/iter_emptydp.rpl b/tests/testdata_notimpl/iter_emptydp.rpl index 07dbed7c4..dc179865b 100644 --- a/tests/testdata_notimpl/iter_emptydp.rpl +++ b/tests/testdata_notimpl/iter_emptydp.rpl @@ -2,7 +2,7 @@ ; The island of trust is at example.com server: trust-anchor: "example.com. 3600 IN DS 2854 3 1 46e4ffc6e9a4793b488954bd3f0cc6af0dfb201b" - val-override-date: "20070916134226" + val-override-date: "1189950146" target-fetch-policy: "3 2 1 0 0" # make sure it fetches for test stub-zone: diff --git a/tests/testdata_notimpl/iter_emptydp_for_glue.rpl b/tests/testdata_notimpl/iter_emptydp_for_glue.rpl index 59ccf9eb3..d469bc284 100644 --- a/tests/testdata_notimpl/iter_emptydp_for_glue.rpl +++ b/tests/testdata_notimpl/iter_emptydp_for_glue.rpl @@ -2,7 +2,7 @@ ; The island of trust is at example.com server: trust-anchor: "example.com. 3600 IN DS 2854 3 1 46e4ffc6e9a4793b488954bd3f0cc6af0dfb201b" - val-override-date: "20070916134226" + val-override-date: "1189950146" target-fetch-policy: "3 2 1 0 0" # make sure it fetches for test stub-zone: -- GitLab