Skip to content

Commit

Permalink
Item9317: Fix unit tests failing (cosmetic;output)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@8308 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PaulHarvey authored and PaulHarvey committed Jul 26, 2010
1 parent 7484a42 commit 7e5e0a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions UnitTestContrib/test/unit/ZoneTests.pm
Expand Up @@ -395,6 +395,7 @@ HERE

sub test_legacy_tag_param_compatibility {
my $this = shift;
$this->_setOptimizePageLayout(1);
my $topicName = $this->{test_topic};
my $webName = $this->{test_web};
my $tml = <<'HERE';
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Foswiki.pm
Expand Up @@ -3319,7 +3319,7 @@ sub _renderZone {
$params->{chomp} ||= 'off';
$params->{missingformat} =
'required id(s) that were missing from $zone zone: $missingids ';
$params->{format} = '$item <!--$id $missing-->'
$params->{format} = '$item <!-- $id $missing-->'

unless defined $params->{format};
$params->{separator} = '$n' unless defined $params->{separator};
Expand Down

0 comments on commit 7e5e0a8

Please sign in to comment.