* [PATCH] Tests: Disable testing for valid signature.
@ 2020-05-11 14:38 Stefan Schantl
0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2020-05-11 14:38 UTC (permalink / raw)
To: location
[-- Attachment #1: Type: text/plain, Size: 1396 bytes --]
Testing for a valid database signature currently fails and breaks
the entire build process.
At a later time this very easy can be recovered by reverting this
commit.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
Makefile.am | 3 +--
src/perl/t/Location.t | 6 +++---
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 9a199bf..5922770 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -279,8 +279,7 @@ TESTS = \
src/test-database \
src/test-as \
src/test-network \
- src/test-country \
- src/test-signature
+ src/test-country
CLEANFILES += \
test.db \
diff --git a/src/perl/t/Location.t b/src/perl/t/Location.t
index 3ba2d8f..e87715f 100644
--- a/src/perl/t/Location.t
+++ b/src/perl/t/Location.t
@@ -12,7 +12,7 @@ use warnings;
my $testdb = $ENV{'database'};
my $keyfile = $ENV{'keyfile'};
-use Test::More tests => 7;
+use Test::More tests => 6;
BEGIN { use_ok('Location') };
#########################
@@ -27,8 +27,8 @@ my $address = "2a07:1c44:5800::1";
my $db = &Location::init("$testdb");
# Verify
-my $status = &Location::verify($db, $keyfile);
-ok($status, "This database is valid");
+#my $status = &Location::verify($db, $keyfile);
+#ok($status, "This database is valid");
my $vendor = &Location::get_vendor($db);
ok($vendor eq "IPFire Project", "Test 1 - Get Database Vendor");
--
2.26.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-05-11 14:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11 14:38 [PATCH] Tests: Disable testing for valid signature Stefan Schantl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox