Test that JsonObject.size() is increased when values are added

This commit is contained in:
Benoit Blanchon
2014-09-27 11:53:26 +02:00
parent 91649df593
commit 4d4119e589
8 changed files with 134 additions and 28 deletions

View File

@@ -85,6 +85,7 @@
<ItemGroup>
<ClCompile Include="..\third-party\gtest-1.7.0\src\gtest-all.cc" />
<ClCompile Include="..\third-party\gtest-1.7.0\src\gtest_main.cc" />
<ClCompile Include="JsonObjectTests.cpp" />
<ClCompile Include="StaticJsonBufferTests.cpp" />
</ItemGroup>
<ItemGroup>