From a63bf20b17b54205a4dbfe685ea16dbc910556bf Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Tue, 13 Nov 2012 23:26:56 +0000 Subject: Added ping to the list of primitives tested. --- t/test-parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/test-parser.rb b/t/test-parser.rb index 9965e65..0823be8 100755 --- a/t/test-parser.rb +++ b/t/test-parser.rb @@ -206,7 +206,7 @@ class TestParser < Test::Unit::TestCase # # 2. The addition should have the correct test-type # - %w( dns ftp http https jabber ldap rsync ssh smtp ).each do |name| + %w( dns ftp http https jabber ldap ping rsync ssh smtp ).each do |name| ret = parser.parse_line( "MACRO must run #{name} otherwise '#{name} failure'." ) # -- cgit v1.2.1