From 41f9fa6b7f7102ea7fab06a9b31e892e718fddd0 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 14 Nov 2012 11:20:20 +0000 Subject: comment-updates. --- t/test-parser.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/t/test-parser.rb b/t/test-parser.rb index 6a1ba1f..03cecd3 100755 --- a/t/test-parser.rb +++ b/t/test-parser.rb @@ -247,7 +247,7 @@ class TestParser < Test::Unit::TestCase # - # Test that we can define macros. + # Test that we can define tests which expand macros successfully. # def test_adding_tests @@ -326,7 +326,7 @@ class TestParser < Test::Unit::TestCase # - # Most services define a default port. Ensure that is correct + # Most services define a default port. Ensure that is correct. # def test_default_ports @@ -394,4 +394,6 @@ class TestParser < Test::Unit::TestCase assert( parser.parse_line( "" ).nil? ) assert( parser.parse_line( nil ).nil? ) end + + end -- cgit v1.2.1