summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-14 11:20:20 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-14 11:20:20 +0000
commitfd8fed5c5b27868bc2b0ab281fc2f55499f930aa (patch)
tree9bd53e78b4ce562274551b4c1beadc7d55aa5991 /t
parentd18bf52ea8e20c98ca1b68d823c8ae3c1383ad13 (diff)
comment-updates.
Diffstat (limited to 't')
-rwxr-xr-xt/test-parser.rb6
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