From cae02168e1de4c2a5022660fe90d93fb29438523 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Thu, 20 Aug 2009 13:00:12 +0000 Subject: Fix some test names --- tests/it_html.t | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/it_html.t b/tests/it_html.t index 8a8aed6..592fffe 100755 --- a/tests/it_html.t +++ b/tests/it_html.t @@ -15,13 +15,13 @@ is( is( div(), "
\n", - "empty script tag" + "empty div tag" ); is( - img(array('src' => "foo.png", 'alt' => "")), - '', - "empty link tag" + img(array('src' => "foo.png", 'alt' => "ALT")), + '', + "img tag with attributes" ); is( @@ -45,7 +45,7 @@ is( is( it::replace(array('\n+\s*' => ""), select(array('name' => "gna"), array("1" => "foo", "2" => 'bar', '1,2' => "qux"), '1,2')), '', - "link tag without multiselect" + "select tag without multiselect" ); # XML generation -- cgit v1.2.3