From e7bc0e56d02ecbc321fec9038920289b0f8de06d Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 26 May 2009 14:01:33 -0400 Subject: BUG SERVER-68 - regex matches within objects within arrays --- mongo.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mongo.xcodeproj') diff --git a/mongo.xcodeproj/project.pbxproj b/mongo.xcodeproj/project.pbxproj index 507b94fba78..2b01b49d833 100644 --- a/mongo.xcodeproj/project.pbxproj +++ b/mongo.xcodeproj/project.pbxproj @@ -144,6 +144,7 @@ 936B895E0F4C899400934AF2 /* message.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = message.cpp; sourceTree = ""; }; 936B895F0F4C899400934AF2 /* message.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = message.h; sourceTree = ""; }; 936B89600F4C899400934AF2 /* top.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = top.h; sourceTree = ""; }; + 936D931B0FCC58C900004410 /* regex.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = regex.js; sourceTree = ""; }; 937CACE90F27BF4900C57AA6 /* socktests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = socktests.cpp; sourceTree = ""; }; 937D0E340F28CB070071FFA9 /* repltests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = repltests.cpp; sourceTree = ""; }; 937D14AB0F2A225F0071FFA9 /* nonce.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nonce.h; sourceTree = ""; }; @@ -598,6 +599,7 @@ 93A8D1D10F37544800C92B85 /* jstests */ = { isa = PBXGroup; children = ( + 936D931B0FCC58C900004410 /* regex.js */, 9340BBE90FC4521C00656DE0 /* tool */, 933EF9C60FC3434000C4B294 /* quota */, 93DB95170FC1D3D50047F950 /* capped4.js */, -- cgit v1.2.1