You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by gb...@apache.org on 2018/09/18 06:33:48 UTC

svn commit: r1841192 - in /spamassassin: branches/3.4/t/relaycountry_fast.t branches/3.4/t/relaycountry_geoip.t branches/3.4/t/urilocalbl_geoip.t trunk/t/relaycountry_fast.t trunk/t/relaycountry_geoip.t trunk/t/urilocalbl_geoip.t

Author: gbechis
Date: Tue Sep 18 06:33:48 2018
New Revision: 1841192

URL: http://svn.apache.org/viewvc?rev=1841192&view=rev
Log:
geoip regression tests needs network because of
dns

Modified:
    spamassassin/branches/3.4/t/relaycountry_fast.t
    spamassassin/branches/3.4/t/relaycountry_geoip.t
    spamassassin/branches/3.4/t/urilocalbl_geoip.t
    spamassassin/trunk/t/relaycountry_fast.t
    spamassassin/trunk/t/relaycountry_geoip.t
    spamassassin/trunk/t/urilocalbl_geoip.t

Modified: spamassassin/branches/3.4/t/relaycountry_fast.t
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/t/relaycountry_fast.t?rev=1841192&r1=1841191&r2=1841192&view=diff
==============================================================================
--- spamassassin/branches/3.4/t/relaycountry_fast.t (original)
+++ spamassassin/branches/3.4/t/relaycountry_fast.t Tue Sep 18 06:33:48 2018
@@ -19,6 +19,7 @@ use constant HAS_COUNTRY_FAST => eval {
 use Test::More;
 
 plan skip_all => "IP::Country::Fast not installed" unless HAS_COUNTRY_FAST;
+plan skip_all => "Net tests disabled"          unless conf_bool('run_net_tests');
 plan tests => 2;
 
 # ---------------------------------------------------------------------------

Modified: spamassassin/branches/3.4/t/relaycountry_geoip.t
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/t/relaycountry_geoip.t?rev=1841192&r1=1841191&r2=1841192&view=diff
==============================================================================
--- spamassassin/branches/3.4/t/relaycountry_geoip.t (original)
+++ spamassassin/branches/3.4/t/relaycountry_geoip.t Tue Sep 18 06:33:48 2018
@@ -21,6 +21,7 @@ use Test::More;
 
 plan skip_all => "Geo::IP not installed" unless HAS_GEOIP;
 plan skip_all => "Geo::IP not configured" unless HAS_GEOIP_CONF;
+plan skip_all => "Net tests disabled"          unless conf_bool('run_net_tests');
 
 plan tests => 2;
 

Modified: spamassassin/branches/3.4/t/urilocalbl_geoip.t
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/t/urilocalbl_geoip.t?rev=1841192&r1=1841191&r2=1841192&view=diff
==============================================================================
--- spamassassin/branches/3.4/t/urilocalbl_geoip.t (original)
+++ spamassassin/branches/3.4/t/urilocalbl_geoip.t Tue Sep 18 06:33:48 2018
@@ -21,6 +21,7 @@ use Test::More;
 
 plan skip_all => "Geo::IP not installed" unless HAS_GEOIP;
 plan skip_all => "Geo::IP not configured" unless HAS_GEOIP_CONF;
+plan skip_all => "Net tests disabled"          unless conf_bool('run_net_tests');
 plan tests => 3;
 
 # ---------------------------------------------------------------------------

Modified: spamassassin/trunk/t/relaycountry_fast.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/relaycountry_fast.t?rev=1841192&r1=1841191&r2=1841192&view=diff
==============================================================================
--- spamassassin/trunk/t/relaycountry_fast.t (original)
+++ spamassassin/trunk/t/relaycountry_fast.t Tue Sep 18 06:33:48 2018
@@ -19,6 +19,7 @@ use constant HAS_COUNTRY_FAST => eval {
 use Test::More;
 
 plan skip_all => "IP::Country::Fast not installed" unless HAS_COUNTRY_FAST;
+plan skip_all => "Net tests disabled"          unless conf_bool('run_net_tests');
 plan tests => 2;
 
 # ---------------------------------------------------------------------------

Modified: spamassassin/trunk/t/relaycountry_geoip.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/relaycountry_geoip.t?rev=1841192&r1=1841191&r2=1841192&view=diff
==============================================================================
--- spamassassin/trunk/t/relaycountry_geoip.t (original)
+++ spamassassin/trunk/t/relaycountry_geoip.t Tue Sep 18 06:33:48 2018
@@ -21,6 +21,7 @@ use Test::More;
 
 plan skip_all => "Geo::IP not installed" unless HAS_GEOIP;
 plan skip_all => "Geo::IP not configured" unless HAS_GEOIP_CONF;
+plan skip_all => "Net tests disabled"          unless conf_bool('run_net_tests');
 
 plan tests => 2;
 

Modified: spamassassin/trunk/t/urilocalbl_geoip.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/urilocalbl_geoip.t?rev=1841192&r1=1841191&r2=1841192&view=diff
==============================================================================
--- spamassassin/trunk/t/urilocalbl_geoip.t (original)
+++ spamassassin/trunk/t/urilocalbl_geoip.t Tue Sep 18 06:33:48 2018
@@ -21,6 +21,7 @@ use Test::More;
 
 plan skip_all => "Geo::IP not installed" unless HAS_GEOIP;
 plan skip_all => "Geo::IP not configured" unless HAS_GEOIP_CONF;
+plan skip_all => "Net tests disabled"          unless conf_bool('run_net_tests');
 plan tests => 3;
 
 # ---------------------------------------------------------------------------