Skip to content

Commit

Permalink
fix aboutToDelete test
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Oct 24, 2012
1 parent 1515e47 commit 1870df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mongo/dbtests/cursortests.cpp
Expand Up @@ -601,7 +601,7 @@ namespace CursorTests {
ClientCursor::YieldData data;
clientCursor->prepareToYield( data );
// The cursor will be advanced in aboutToDelete().
ClientCursor::aboutToDelete( loc );
ClientCursor::aboutToDelete( nsdetails( ns() ), loc );
clientCursor->recoverFromYield( data );
ASSERT( clientCursor->ok() );

Expand Down

0 comments on commit 1870df0

Please sign in to comment.