Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item12888: Fix Fn_SEARCH fail.
The test appears to be checking for a regex failure caused by an unesaped *,
so the actual number of topics returned seems inconsequencial
  • Loading branch information
gac410 committed Jun 20, 2015
1 parent ad84835 commit 0e64729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTestContrib/test/unit/Fn_SEARCH.pm
Expand Up @@ -6881,7 +6881,7 @@ HERE
my $result = $this->{test_topicObject}->expandMacros($search);

# Should get the default search order (or an error message, perhaps?)
$this->assert_matches( 'Number of topics: <span>7</span>', $result );
$this->assert_matches( 'Number of topics: <span>5</span>', $result );

return;
}
Expand Down

0 comments on commit 0e64729

Please sign in to comment.