diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/test-parser.rb | 6 |
1 files 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 |