Skip to content

Commit

Permalink
Item9108: adding the internal 'rev' field lengthens the info struct b…
Browse files Browse the repository at this point in the history
…y one field

git-svn-id: http://svn.foswiki.org/trunk@7805 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed Jun 15, 2010
1 parent 8d11cb5 commit 074bc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTestContrib/test/unit/QueryTests.pm
Expand Up @@ -313,7 +313,7 @@ sub verify_length {
$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=> 4 );
$this->check( "length info", eval=> 5 );
$this->check( "length notafield", eval=> 0 );
}

Expand Down

0 comments on commit 074bc01

Please sign in to comment.