summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xt/test-parser.rb2
1 files changed, 1 insertions, 1 deletions
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'." )
#