From: Matt S Trout Date: Sun, 10 Oct 2010 09:00:33 +0000 (+0100) Subject: fixup todo-forms.t and rename to forms.t (now works) X-Git-Tag: release_0.009004~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FHTML-Zoom.git;a=commitdiff_plain;h=1f7b45ed7a06b31b9f40f4a49d3ee70d56c85673 fixup todo-forms.t and rename to forms.t (now works) --- diff --git a/t/todo-forms.t b/t/forms.t similarity index 79% rename from t/todo-forms.t rename to t/forms.t index a1bed00..c2badfc 100644 --- a/t/todo-forms.t +++ b/t/forms.t @@ -28,7 +28,13 @@ my $h = $zoom->select('.myform')->repeat_content([ } } @fields ])->to_html; -warn $h; +is($h, q{
+ + + + + +
+}, 'render all ok'); -ok 1; done_testing;