Skip to content

Commit

Permalink
Item2429: Fix up test case with new deprecated script message
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@5672 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Nov 29, 2009
1 parent d21c5b8 commit e5e791c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTestContrib/test/unit/FormattingTests.pm
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ ACTUAL

$Foswiki::cfg{AllowInlineScript} = 0;
$expected = <<EXPECTED;
<!-- <script> is not allowed on this site -->
<!-- <script> is not allowed on this site - denied by deprecated {AllowInlineScript} setting -->
EXPECTED
$this->do_test( $expected, $actual );

Expand Down

0 comments on commit e5e791c

Please sign in to comment.