[tapx-dev] [commit][205] t/080-aggregator.t - linewrap comments
ewilhelm at hexten.net
ewilhelm at hexten.net
Wed Aug 1 23:56:50 BST 2007
Revision: 205
Author: ewilhelm
Date: 2007-08-01 23:56:50 +0100 (Wed, 01 Aug 2007)
Log Message:
-----------
t/080-aggregator.t - linewrap comments
Modified Paths:
--------------
trunk/t/080-aggregator.t
Modified: trunk/t/080-aggregator.t
===================================================================
--- trunk/t/080-aggregator.t 2007-08-01 22:34:26 UTC (rev 204)
+++ trunk/t/080-aggregator.t 2007-08-01 22:56:50 UTC (rev 205)
@@ -134,8 +134,9 @@
isa_ok( $_, 'TAP::Parser' ) foreach (@$gp);
# _get_parsers
-# todo_failed - this is a deprecated method, so it (and these tests) can be removed eventually
-# however it is showing up in the coverage as never tested.
+# todo_failed - this is a deprecated method, so it (and these tests)
+# can be removed eventually. However, it is showing up in the coverage
+# as never tested.
my @warn;
eval {
@@ -144,24 +145,29 @@
$agg->todo_failed();
};
-# check the warning, making sure to capture the fullstops correctly (not as "any char" matches)
+# check the warning, making sure to capture the fullstops correctly (not
+# as "any char" matches)
is @warn, 1,
- 'overage tests for depricated todo_failed... and just one warning caught';
+ 'coverage tests for deprecated todo_failed... and just one warning caught';
like pop(@warn),
qr/^"todo_failed" is deprecated[.] Please use "todo_passed"[.] See the docs[.] at/,
'... and it was the expected warning';
# has_problems
-# this has a large number of conditions 'OR'd together, so the tests get a little complicated here
+# this has a large number of conditions 'OR'd together, so the tests get
+# a little complicated here
-# currently, we have covered the cases of failed() being true and none of the summary methods failing
+# currently, we have covered the cases of failed() being true and none
+# of the summary methods failing
+
# we need to set up test cases for
# 1. !failed && todo_passed
# 2. !failed && !todo_passed && parse_errors
# 3. !failed && !todo_passed && !parse_errors && exit
# 4. !failed && !todo_passed && !parse_errors && !exit && wait
-# note there is nothing wrong per se with the has_problems logic, these are simply coverage tests
+# note there is nothing wrong per se with the has_problems logic, these
+# are simply coverage tests
# 1. !failed && todo_passed
More information about the tapx-dev
mailing list