Skip to content

Commit

Permalink
Test backwards seek in SeekCursorTest
Browse files Browse the repository at this point in the history
  • Loading branch information
burqen committed Jan 3, 2017
1 parent 7c40b1e commit e5e63ea
Show file tree
Hide file tree
Showing 2 changed files with 490 additions and 54 deletions.
Expand Up @@ -66,7 +66,7 @@ private void initialize()

PageAwareByteArrayCursor duplicate()
{
return new PageAwareByteArrayCursor( pages, pageSize, nextPageId );
return new PageAwareByteArrayCursor( pages, pageSize, currentPageId );
}

PageAwareByteArrayCursor duplicate( long nextPageId )
Expand Down

0 comments on commit e5e63ea

Please sign in to comment.