diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/it_html.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/it_html.t b/tests/it_html.t index 8e529e0..6d55319 100755 --- a/tests/it_html.t +++ b/tests/it_html.t @@ -139,7 +139,7 @@ is( # XML generation unset($GLOBALS['it_html']); -new it_html(array('htmltype' => "xml", 'tags' => "xmltest")); +new it_html(array('htmltype' => "xml", 'name' => 'it_html', 'tags' => "xmltest")); is( xmltest(), |