summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-06-14 16:10:23 -0400
committerdwight <dwight@10gen.com>2010-06-14 16:10:23 -0400
commit93fdeab94380b526b60c8a4ff3f3f6a9a4fbf479 (patch)
treed8b0551fd00ebb27f4d982682cd90261f040c9ab /db
parent8a49ab1ce166a8e1a6d07efc1d064ea1e07c9993 (diff)
downloadmongo-93fdeab94380b526b60c8a4ff3f3f6a9a4fbf479.tar.gz
better err msg
Diffstat (limited to 'db')
-rw-r--r--db/db.vcxproj2
-rwxr-xr-xdb/db.vcxproj.filters6
2 files changed, 8 insertions, 0 deletions
diff --git a/db/db.vcxproj b/db/db.vcxproj
index 863c1d7bb53..5c21052ee52 100644
--- a/db/db.vcxproj
+++ b/db/db.vcxproj
@@ -556,6 +556,8 @@
<ClCompile Include="repl\rs_config.cpp" />
</ItemGroup>
<ItemGroup>
+ <None Include="..\jstests\rs\rs_basic.js" />
+ <None Include="..\jstests\rs\test_framework.js" />
<None Include="..\SConstruct" />
<None Include="..\util\mongoutils\README" />
<None Include="mongo.ico" />
diff --git a/db/db.vcxproj.filters b/db/db.vcxproj.filters
index c967ad619e2..0a0796b30fa 100755
--- a/db/db.vcxproj.filters
+++ b/db/db.vcxproj.filters
@@ -784,6 +784,12 @@
<None Include="..\SConstruct">
<Filter>db</Filter>
</None>
+ <None Include="..\jstests\rs\rs_basic.js">
+ <Filter>rs\test stuff</Filter>
+ </None>
+ <None Include="..\jstests\rs\test_framework.js">
+ <Filter>rs\test stuff</Filter>
+ </None>
</ItemGroup>
<ItemGroup>
<Library Include="..\..\js\js64r.lib">