Skip to content

Commit

Permalink
HSEARCH-638 Uncomment test for Limit Graph traversal in @ContainedIn
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD authored and Sanne committed Jan 1, 2012
1 parent 9ef6ffb commit 0496bfa
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -75,8 +75,8 @@ public void testCorrectDepthIndexed() {
assertEquals( 0, countWorksDoneOnPerson( 17L ) );
assertEquals( 1, countWorksDoneOnPerson( 8L ) );
assertEquals( 1, countWorksDoneOnPerson( 4L ) );
// assertEquals( 0, countWorksDoneOnPerson( 2L ) ); //FIXME see HSEARCH-638
// assertEquals( 0, countWorksDoneOnPerson( 1L ) ); //FIXME see HSEARCH-638
assertEquals( 0, countWorksDoneOnPerson( 2L ) );
assertEquals( 0, countWorksDoneOnPerson( 1L ) );
}

/**
Expand Down

0 comments on commit 0496bfa

Please sign in to comment.