public inbox for location@lists.ipfire.org
 help / color / mirror / Atom feed
From: Stefan Schantl <stefan.schantl@ipfire.org>
To: location@lists.ipfire.org
Subject: [PATCH 4/4] perl: Add test for get_continent_code() function.
Date: Thu, 10 Sep 2020 17:57:47 +0200	[thread overview]
Message-ID: <20200910155747.12553-4-stefan.schantl@ipfire.org> (raw)
In-Reply-To: <20200910155747.12553-1-stefan.schantl@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 927 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 src/perl/t/Location.t | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/perl/t/Location.t b/src/perl/t/Location.t
index c922a94..e256aec 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 => 11;
+use Test::More tests => 12;
 BEGIN { use_ok('Location') };
 
 #########################
@@ -68,3 +68,6 @@ ok($network_flag_anycast, "Network has Anycast flag.");
 
 my $country_name = &Location::get_country_name($db, "DE");
 ok($country_name eq "Germany", "Test 13 - Got country name: $country_name");
+
+my $continent_code = &Location::get_continent_code($db, "DE");
+ok($continent_code eq "EU", "Test 14 - Got continent code $continent_code for country code 'DE'");
-- 
2.20.1


      parent reply	other threads:[~2020-09-10 15:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-10 15:57 [PATCH 1/4] perl: Add get_country_name() function Stefan Schantl
2020-09-10 15:57 ` [PATCH 2/4] python example script: Add country name and continent code Stefan Schantl
2020-09-10 15:57 ` [PATCH 3/4] perl: Add test for get_country_name() function Stefan Schantl
2020-09-10 15:57 ` Stefan Schantl [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200910155747.12553-4-stefan.schantl@ipfire.org \
    --to=stefan.schantl@ipfire.org \
    --cc=location@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox