Skip to content

Commit

Permalink
Item11983: fixed counting attributes in TOPICINFO
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@15398 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Sep 19, 2012
1 parent 8366dc8 commit 9245244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UnitTestContrib/test/unit/QueryTests.pm
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,8 @@ sub verify_string_uops {
$this->check( "length attachments", eval => 2 );
$this->check( "length META:PREFERENCE", eval => 5 );
$this->check( "length 'five'", eval => 4, simpler => 4 );
$this->check( "length info", eval => 5 );
$this->check( "length (info)", eval => 5 );
$this->check( "length info", eval => 6 );
$this->check( "length (info)", eval => 6 );
$this->check( "length notafield", eval => 0 );

$this->check( "brace", eval => 'Some text (really) we have text' );
Expand Down

0 comments on commit 9245244

Please sign in to comment.