[tapx-dev] [commit][256] callback name was changed
michael at hexten.net
michael at hexten.net
Fri Aug 17 17:25:39 BST 2007
Revision: 256
Author: michael
Date: 2007-08-17 17:25:39 +0100 (Fri, 17 Aug 2007)
Log Message:
-----------
callback name was changed
Modified Paths:
--------------
trunk/t/090-callbacks.t
Modified: trunk/t/090-callbacks.t
===================================================================
--- trunk/t/090-callbacks.t 2007-08-17 16:20:18 UTC (rev 255)
+++ trunk/t/090-callbacks.t 2007-08-17 16:25:39 UTC (rev 256)
@@ -90,7 +90,7 @@
is scalar @tests, $parser->tests_run, '... as should the test callbacks';
is $else, 2, '... and the correct number of "ELSE" lines should be seen';
is $all, 8, '... and the correct total number of lines should be seen';
-is $end, 1, 'END callback correctly called';
+is $end, 1, 'EOF callback correctly called';
# Check callback name policing
More information about the tapx-dev
mailing list