summaryrefslogtreecommitdiff
path: root/dbtests
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-01-23 11:52:31 -0500
committerAaron <aaron@10gen.com>2009-01-23 11:52:31 -0500
commit0aeff762e7bd0338a33b277f35ee0d5f13b7901f (patch)
tree4f4d781d279fcbd73c40cb3f60388787dc5586cb /dbtests
parent4b240b485adaa02e2e206f2a87163fc4bc31924a (diff)
downloadmongo-0aeff762e7bd0338a33b277f35ee0d5f13b7901f.tar.gz
Reinstate InsertTwo test
Diffstat (limited to 'dbtests')
-rw-r--r--dbtests/repltests.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbtests/repltests.cpp b/dbtests/repltests.cpp
index dd856ad96cc..14732c8a841 100644
--- a/dbtests/repltests.cpp
+++ b/dbtests/repltests.cpp
@@ -297,8 +297,7 @@ namespace ReplTests {
add< LogBasic >();
add< Idempotence::Insert >();
add< Idempotence::InsertWithId >();
- // Multi inserts not allowed right now.
-// add< Idempotence::InsertTwo >();
+ add< Idempotence::InsertTwo >();
// FIXME Decide what is correct & uncomment
// add< Idempotence::InsertTwoIdentical >();
// FIXME Decide what is correct & uncomment