Skip to content

Commit

Permalink
Item11349: ->finish() $session in InitFormTets
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@13382 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PaulHarvey authored and PaulHarvey committed Dec 11, 2011
1 parent 2e57c11 commit a8cca82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UnitTestContrib/test/unit/InitFormTests.pm
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,8 @@ sub test_unsavedtopic_rendersform {
$fatwilly->{request} );
}
);
$fatwilly->finish();
$query->finish() if $query->can('finish');
$this->assert_html_matches(
'<input type="text" name="IssueName" value="My first defect" size="73" class="foswikiInputField foswikiMandatory" />',
get_formfield( 6, $text )
Expand Down

0 comments on commit a8cca82

Please sign in to comment.