summaryrefslogtreecommitdiff
path: root/dbtests/namespacetests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dbtests/namespacetests.cpp')
-rw-r--r--dbtests/namespacetests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbtests/namespacetests.cpp b/dbtests/namespacetests.cpp
index 7457114b355..bf475589f1f 100644
--- a/dbtests/namespacetests.cpp
+++ b/dbtests/namespacetests.cpp
@@ -591,7 +591,7 @@ namespace NamespaceTests {
ASSERT( userCreateNS( ns(), fromjson( spec() ), err, false ) );
}
virtual string spec() const {
- return "{\"capped\":true,\"size\":512}";
+ return "{\"capped\":true,\"size\":512,\"$nExtents\":1}";
}
int nRecords() const {
int count = 0;