From 1870df0ee0b3ac232ebc9e9b21f2aef819c33ccd Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Sat, 20 Oct 2012 22:35:02 -0400 Subject: [PATCH] fix aboutToDelete test --- src/mongo/dbtests/cursortests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mongo/dbtests/cursortests.cpp b/src/mongo/dbtests/cursortests.cpp index 533fe7d97fd2b..f4a69542d9676 100644 --- a/src/mongo/dbtests/cursortests.cpp +++ b/src/mongo/dbtests/cursortests.cpp @@ -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() );