summaryrefslogtreecommitdiff
path: root/t/test-parser.rb
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
commit41f9fa6b7f7102ea7fab06a9b31e892e718fddd0 (patch)
tree9bd53e78b4ce562274551b4c1beadc7d55aa5991 /t/test-parser.rb
parenta6a96b3ed6140a06f686cb5deb5c80a984bed606 (diff)
comment-updates.
Diffstat (limited to 't/test-parser.rb')
-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