diff options
author | Aaron <aaron@10gen.com> | 2010-10-05 12:16:35 -0700 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2010-10-05 12:16:53 -0700 |
commit | f9110a035573de9395059456dc4285bd728a683d (patch) | |
tree | 95f98dc087b79f4d973f312cae26077b75512217 /mongo.xcodeproj | |
parent | ac7d7286e7b2e9ec03b636fe811d4ab98302ea9a (diff) | |
download | mongo-f9110a035573de9395059456dc4285bd728a683d.tar.gz |
SERVER-1818 add shutdown kill test
Diffstat (limited to 'mongo.xcodeproj')
-rw-r--r-- | mongo.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mongo.xcodeproj/project.pbxproj b/mongo.xcodeproj/project.pbxproj index cf962caafac..721f514a96f 100644 --- a/mongo.xcodeproj/project.pbxproj +++ b/mongo.xcodeproj/project.pbxproj @@ -72,6 +72,7 @@ 93386F98125A7BB4005E0172 /* evale.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = evale.js; sourceTree = "<group>"; }; 93386FDA125A9357005E0172 /* drop2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = drop2.js; sourceTree = "<group>"; }; 93386FDB125A9661005E0172 /* killop.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = killop.js; sourceTree = "<group>"; }; + 93387106125BA8E7005E0172 /* killall.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = killall.js; sourceTree = "<group>"; }; 933A4D130F55A68600145C4B /* authTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = authTest.cpp; sourceTree = "<group>"; }; 933A4D150F55A68600145C4B /* clientTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = clientTest.cpp; sourceTree = "<group>"; }; 933A4D170F55A68600145C4B /* first.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = first.cpp; sourceTree = "<group>"; }; @@ -1134,6 +1135,7 @@ 934BEBCD10DFFA9600178102 /* disk */ = { isa = PBXGroup; children = ( + 93387106125BA8E7005E0172 /* killall.js */, 934CE9C911EBB73E00EB6ADC /* repair4.js */, 93C9236D11D943CD00BA617F /* preallocate2.js */, 93C9236C11D943C500BA617F /* repair3.js */, |