Skip to content

Commit

Permalink
Item11038: perltidy
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@12298 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PaulHarvey authored and PaulHarvey committed Aug 12, 2011
1 parent df6e055 commit 578219a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion UnitTestContrib/test/unit/Fn_SEARCH.pm
Expand Up @@ -4946,7 +4946,10 @@ sub verify_multiple_order_fields {
$this->{test_topicObject}->expandMacros(
'%SEARCH{"1" order="formfield(Firstname),formfield(Lastname)" '
. $stdCrap );
$this->assert_str_equals( 'OkATopic OkBTopic OkTopic QueryTopic QueryTopicTwo TestTopicSEARCH WebPreferences', $result );
$this->assert_str_equals(
'OkATopic OkBTopic OkTopic QueryTopic QueryTopicTwo TestTopicSEARCH WebPreferences',
$result
);
}

1;

0 comments on commit 578219a

Please sign in to comment.