Просмотр исходного кода

Restored tests from previous test suite

Benoit Blanchon 11 лет назад
Родитель
Сommit
22e36bbe9c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      tests/JsonObjectSerializationTests.cpp

+ 2 - 2
tests/JsonObjectSerializationTests.cpp

@@ -45,7 +45,7 @@ TEST_F(JsonObjectSerializationTests, TwoStrings)
 
     outputMustBe("{\"key1\":\"value1\",\"key2\":\"value2\"}");
 }
-/*
+
 TEST_F(JsonObjectSerializationTests, RemoveFirst)
 {
     object["key1"] = "value1";
@@ -80,7 +80,7 @@ TEST_F(JsonObjectSerializationTests, ReplaceExistingKey)
 
     outputMustBe("{\"key\":\"value2\"}");
 }
-
+/*
 TEST_F(JsonObjectSerializationTests, OneStringOverCapacity)
 {
     object["key1"] = "value1";