summaryrefslogtreecommitdiff
path: root/db/db.vcxproj
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-08-08 10:21:39 -0400
committerdwight <dwight@10gen.com>2010-08-08 10:21:39 -0400
commit84a864505767effcc6fc0511587daad7b0c0b020 (patch)
treeb2a8c53d10bfd1ee471fe3d195acbca69556eebd /db/db.vcxproj
parent568b70305a7ee42c110b92d7f071108ca8f21da3 (diff)
downloadmongo-84a864505767effcc6fc0511587daad7b0c0b020.tar.gz
rs move error checking logic to the right place 161
Diffstat (limited to 'db/db.vcxproj')
-rw-r--r--db/db.vcxproj20
1 files changed, 16 insertions, 4 deletions
diff --git a/db/db.vcxproj b/db/db.vcxproj
index 61f81fe8893..0cabbd06497 100644
--- a/db/db.vcxproj
+++ b/db/db.vcxproj
@@ -574,14 +574,26 @@
<ClCompile Include="repl\rs_config.cpp" />
</ItemGroup>
<ItemGroup>
- <None Include="..\jstests\rs\rs_basic.js" />
- <None Include="..\jstests\rs\test_framework.js" />
+ <None Include="..\jstests\replsets\replset1.js" />
+ <None Include="..\jstests\replsets\replset2.js" />
+ <None Include="..\jstests\replsets\replset3.js" />
+ <None Include="..\jstests\replsets\replset4.js" />
+ <None Include="..\jstests\replsets\replset5.js" />
+ <None Include="..\jstests\replsets\replsetadd.js" />
+ <None Include="..\jstests\replsets\replsetarb1.js" />
+ <None Include="..\jstests\replsets\replsetarb2.js" />
+ <None Include="..\jstests\replsets\replsetprio1.js" />
+ <None Include="..\jstests\replsets\replsetrestart1.js" />
+ <None Include="..\jstests\replsets\replsetrestart2.js" />
+ <None Include="..\jstests\replsets\replset_remove_node.js" />
+ <None Include="..\jstests\replsets\rollback.js" />
+ <None Include="..\jstests\replsets\rollback2.js" />
+ <None Include="..\jstests\replsets\sync1.js" />
+ <None Include="..\jstests\replsets\twosets.js" />
<None Include="..\SConstruct" />
<None Include="..\util\mongoutils\README" />
<None Include="mongo.ico" />
<None Include="repl\notes.txt" />
- <None Include="repl\test.html" />
- <None Include="repl\testing.js" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\client\dbclientcursor.h" />