From 8f0e8ee8bd31359db1aefcab98cac2d35c5b85dc Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Fri, 7 Dec 2012 11:30:33 +0000 Subject: The http/https alert is no longer special - allow it to be tested. --- t/test-custodian-testfactory.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/t/test-custodian-testfactory.rb b/t/test-custodian-testfactory.rb index 8ba315e..e8e7d27 100755 --- a/t/test-custodian-testfactory.rb +++ b/t/test-custodian-testfactory.rb @@ -231,9 +231,7 @@ class TestTestFactory < Test::Unit::TestCase # # NOTE: Skip the DNS test - it is more complex. # - # Skip the HTTP test because the HTTPS test is a super-set. - # - next if ( tst =~ /^(dns|http)$/ ) + next if ( tst =~ /^(dns)$/ ) # normal test_one = "http://foo/ must run #{tst} on 1234" -- cgit v1.2.1