summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-13 23:26:56 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-13 23:26:56 +0000
commita63bf20b17b54205a4dbfe685ea16dbc910556bf (patch)
tree48ec27b6bf958c84bfafccfee52aee51b884310c /t
parent564520e96acd3caf2891a7603b2c1e568aaeebc0 (diff)
Added ping to the list of primitives tested.
Diffstat (limited to 't')
-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'." )
#