diff options
author | dwight <dwight@10gen.com> | 2010-08-08 10:21:39 -0400 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2010-08-08 10:21:39 -0400 |
commit | 84a864505767effcc6fc0511587daad7b0c0b020 (patch) | |
tree | b2a8c53d10bfd1ee471fe3d195acbca69556eebd /db/db.vcxproj | |
parent | 568b70305a7ee42c110b92d7f071108ca8f21da3 (diff) | |
download | mongo-84a864505767effcc6fc0511587daad7b0c0b020.tar.gz |
rs move error checking logic to the right place 161
Diffstat (limited to 'db/db.vcxproj')
-rw-r--r-- | db/db.vcxproj | 20 |
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" />
|