Skip to content

Commit

Permalink
Item10121: test used a 'non-existent' operator that now exists
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@10244 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed Dec 9, 2010
1 parent fa53666 commit 136ff5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UnitTestContrib/test/unit/Fn_SEARCH.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1466,8 +1466,8 @@ sub verify_badQuery1 {
$this->set_up_for_queries();

my $result =
$this->{test_topicObject}->expandMacros( '%SEARCH{"A * B"' . $stdCrap );
$this->assert_matches( qr/Error was: Syntax error in 'A \* B' at ' \* B'/s,
$this->{test_topicObject}->expandMacros( '%SEARCH{"A ¬ B"' . $stdCrap );
$this->assert_matches( qr/Error was: Syntax error in 'A ¬ B' at ' ¬ B'/s,
$result );
}

Expand Down

0 comments on commit 136ff5c

Please sign in to comment.