summaryrefslogtreecommitdiff
path: root/mongo.xcodeproj
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-05-11 11:01:47 -0400
committerAaron <aaron@10gen.com>2009-05-11 11:01:47 -0400
commitff4aeec9565ab2747f8f903317995e8069ccef87 (patch)
tree81513a0e66ea50d2431288fcd98cf3abec4100ed /mongo.xcodeproj
parentd4a976fd1a9a9fe3702cf552d0eefc76460cad05 (diff)
downloadmongo-ff4aeec9565ab2747f8f903317995e8069ccef87.tar.gz
additional test cases MINOR
Diffstat (limited to 'mongo.xcodeproj')
-rw-r--r--mongo.xcodeproj/project.pbxproj22
1 files changed, 12 insertions, 10 deletions
diff --git a/mongo.xcodeproj/project.pbxproj b/mongo.xcodeproj/project.pbxproj
index 8b9157317ae..981d8319a68 100644
--- a/mongo.xcodeproj/project.pbxproj
+++ b/mongo.xcodeproj/project.pbxproj
@@ -177,7 +177,6 @@
93A479FA0FAF2A5000E760DD /* engine_spidermonkey.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = engine_spidermonkey.cpp; sourceTree = "<group>"; };
93A47AA50FAF416F00E760DD /* engine_v8.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = engine_v8.cpp; sourceTree = "<group>"; };
93A47AA60FAF41B200E760DD /* engine_v8.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = engine_v8.h; sourceTree = "<group>"; };
- 93A47EC60FB0B0BA00E760DD /* dbNoCreate.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = dbNoCreate.js; sourceTree = "<group>"; };
93A6E10C0F24CF9800DA4EBF /* lasterror.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lasterror.h; sourceTree = "<group>"; };
93A6E10D0F24CFB100DA4EBF /* flushtest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = flushtest.cpp; sourceTree = "<group>"; };
93A6E10E0F24CFD300DA4EBF /* security.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = security.h; sourceTree = "<group>"; };
@@ -255,6 +254,8 @@
93B4A81B0F1C01D8000C862C /* lasterror.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lasterror.cpp; sourceTree = "<group>"; };
93B4A8290F1C024C000C862C /* cursor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cursor.cpp; sourceTree = "<group>"; };
93B4A82A0F1C0256000C862C /* pdfiletests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdfiletests.cpp; sourceTree = "<group>"; };
+ 93BC2ADF0FB87442006BC285 /* dbNoCreate.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = dbNoCreate.js; sourceTree = "<group>"; };
+ 93BC2AE00FB87442006BC285 /* norepeat.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = norepeat.js; sourceTree = "<group>"; };
93C38E940FA66622007D6E4A /* basictests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = basictests.cpp; sourceTree = "<group>"; };
93C392D00FAA4162007D6E4A /* minmax.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minmax.js; sourceTree = "<group>"; };
93CCC87F0F8562E900E20FA0 /* datasize.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = datasize.js; sourceTree = "<group>"; };
@@ -565,19 +566,11 @@
path = scripting;
sourceTree = "<group>";
};
- 93A47EC50FB0B0BA00E760DD /* recovery */ = {
- isa = PBXGroup;
- children = (
- 93A47EC60FB0B0BA00E760DD /* dbNoCreate.js */,
- );
- path = recovery;
- sourceTree = "<group>";
- };
93A8D1D10F37544800C92B85 /* jstests */ = {
isa = PBXGroup;
children = (
+ 93BC2ADE0FB87442006BC285 /* disk */,
938DECB70FB5017A00C393D8 /* repair.js */,
- 93A47EC50FB0B0BA00E760DD /* recovery */,
93C392D00FAA4162007D6E4A /* minmax.js */,
9343373F0F9CD6900019D5C0 /* index8.js */,
93DCDB5B0F93ED98005349BC /* nin.js */,
@@ -689,6 +682,15 @@
path = repl;
sourceTree = "<group>";
};
+ 93BC2ADE0FB87442006BC285 /* disk */ = {
+ isa = PBXGroup;
+ children = (
+ 93BC2ADF0FB87442006BC285 /* dbNoCreate.js */,
+ 93BC2AE00FB87442006BC285 /* norepeat.js */,
+ );
+ path = disk;
+ sourceTree = "<group>";
+ };
93D19B300F5EF09C0084C329 /* clone */ = {
isa = PBXGroup;
children = (