diff options
author | Aaron <aaron@10gen.com> | 2009-04-22 18:35:45 -0400 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2009-04-22 18:35:45 -0400 |
commit | b049e7def3c92a4bb92aba8647a17cc95e1ad585 (patch) | |
tree | 751d8679cd288b03cf1d95e88a7b24a345715b41 /mongo.xcodeproj | |
parent | 855b26d008b4e60bc06ced5e2c5442dbb07d9bb2 (diff) | |
download | mongo-b049e7def3c92a4bb92aba8647a17cc95e1ad585.tar.gz |
fix timing related test failure now that logging is gone MINOR
Diffstat (limited to 'mongo.xcodeproj')
-rw-r--r-- | mongo.xcodeproj/project.pbxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mongo.xcodeproj/project.pbxproj b/mongo.xcodeproj/project.pbxproj index 0a017643cfd..08e2ed06c08 100644 --- a/mongo.xcodeproj/project.pbxproj +++ b/mongo.xcodeproj/project.pbxproj @@ -108,6 +108,9 @@ 934223C80EF16DB400608550 /* storage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = storage.h; sourceTree = "<group>"; }; 934223C90EF16DB400608550 /* tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tests.cpp; sourceTree = "<group>"; }; 9343373F0F9CD6900019D5C0 /* index8.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index8.js; sourceTree = "<group>"; }; + 93433D780F9FCC6B0019D5C0 /* pair4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pair4.js; sourceTree = "<group>"; }; + 93433D790F9FCC6B0019D5C0 /* pair5.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pair5.js; sourceTree = "<group>"; }; + 93433D7A0F9FCC6B0019D5C0 /* pair6.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pair6.js; sourceTree = "<group>"; }; 934DD87C0EFAD23B00459CC1 /* background.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = background.cpp; sourceTree = "<group>"; }; 934DD87D0EFAD23B00459CC1 /* background.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = background.h; sourceTree = "<group>"; }; 934DD87F0EFAD23B00459CC1 /* builder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = builder.h; sourceTree = "<group>"; }; @@ -632,6 +635,9 @@ 93A8D2040F37544800C92B85 /* repl */ = { isa = PBXGroup; children = ( + 93433D780F9FCC6B0019D5C0 /* pair4.js */, + 93433D790F9FCC6B0019D5C0 /* pair5.js */, + 93433D7A0F9FCC6B0019D5C0 /* pair6.js */, 931187AE0F85463700A6DC44 /* pair3.js */, 931183420F8277FD00A6DC44 /* repl7.js */, 93D9469F0F7ABB0600C3C768 /* repl6.js */, |