summaryrefslogtreecommitdiff
path: root/mongo.xcodeproj
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-02-06 14:26:56 -0500
committerAaron <aaron@10gen.com>2009-02-06 14:26:56 -0500
commitf7df5b28de839576a4a2b993f47d5f63c6361bc6 (patch)
tree6a63c8dd20b5f4cba6847604b4a3b7213b468a13 /mongo.xcodeproj
parente62fefd18cbe7a76e2e0a54ac2067e7ff8b2a79a (diff)
downloadmongo-f7df5b28de839576a4a2b993f47d5f63c6361bc6.tar.gz
Test that reads don't create .ns files
Diffstat (limited to 'mongo.xcodeproj')
-rw-r--r--mongo.xcodeproj/project.pbxproj14
1 files changed, 10 insertions, 4 deletions
diff --git a/mongo.xcodeproj/project.pbxproj b/mongo.xcodeproj/project.pbxproj
index 093a4027367..75bd5c82c27 100644
--- a/mongo.xcodeproj/project.pbxproj
+++ b/mongo.xcodeproj/project.pbxproj
@@ -108,8 +108,7 @@
934DD88E0EFAD23B00459CC1 /* util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = util.cpp; sourceTree = "<group>"; };
936AB4BB0F3A5B0300D5015F /* update3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = update3.js; sourceTree = "<group>"; };
936AB9350F3C8AB800D5015F /* _lodeRunner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = _lodeRunner.js; sourceTree = "<group>"; };
- 936AB9360F3C8AB800D5015F /* dbCreate.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = dbCreate.js; sourceTree = "<group>"; };
- 936AB9370F3C8B4D00D5015F /* dbNoCreate.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = dbNoCreate.js; sourceTree = "<group>"; };
+ 936ABBAB0F3CBE5400D5015F /* dbNoCreate.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = dbNoCreate.js; sourceTree = "<group>"; };
937CACE90F27BF4900C57AA6 /* socktests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = socktests.cpp; sourceTree = "<group>"; };
937D0E340F28CB070071FFA9 /* repltests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = repltests.cpp; sourceTree = "<group>"; };
937D14AB0F2A225F0071FFA9 /* nonce.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nonce.h; sourceTree = "<group>"; };
@@ -393,12 +392,19 @@
path = util;
sourceTree = "<group>";
};
+ 936ABBAA0F3CBE5400D5015F /* recovery */ = {
+ isa = PBXGroup;
+ children = (
+ 936ABBAB0F3CBE5400D5015F /* dbNoCreate.js */,
+ );
+ path = recovery;
+ sourceTree = "<group>";
+ };
93A8D1D10F37544800C92B85 /* jstests */ = {
isa = PBXGroup;
children = (
- 936AB9370F3C8B4D00D5015F /* dbNoCreate.js */,
+ 936ABBAA0F3CBE5400D5015F /* recovery */,
936AB9350F3C8AB800D5015F /* _lodeRunner.js */,
- 936AB9360F3C8AB800D5015F /* dbCreate.js */,
936AB4BB0F3A5B0300D5015F /* update3.js */,
93A8D8200F38FE2400C92B85 /* autoid.js */,
93A8D1D30F37544800C92B85 /* _runner.js */,