From: Ken Youens-Clark Date: Fri, 27 Feb 2004 18:05:05 +0000 (+0000) Subject: Changed test to match output. X-Git-Tag: v0.06~184 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8e8f4959bf03d4409b96a4f4e3ade6ab9cd7eb07;p=dbsrgits%2FSQL-Translator.git Changed test to match output. --- diff --git a/t/29html.t b/t/29html.t index b4e3ebd..b39cff2 100644 --- a/t/29html.t +++ b/t/29html.t @@ -50,7 +50,7 @@ ok($status, "Parsed HTML OK"); $p->handler(start => @{$HANDLERS{count_tables}}); $p->parse($parsed); -is($tables, 2, "One table in the SQL produces 2 tags"); +is($tables, 3, "One table in the SQL produces 3
tags"); $tables = $classes = 0; $p->handler(start => @{$HANDLERS{count_classes}});