diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-13 23:26:56 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-13 23:26:56 +0000 |
commit | d1a09b1bfe4619615fc7f9dfb814401cc898a3de (patch) | |
tree | 48ec27b6bf958c84bfafccfee52aee51b884310c | |
parent | 2bd258e6ba0709b1a5bc38493bb59cefefd9f43b (diff) |
Added ping to the list of primitives tested.
-rwxr-xr-x | t/test-parser.rb | 2 |
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'." ) # |