Re-enable JsonIteratorObjectTest.KeyValue.

This commit is contained in:
Peter Johnson
2018-05-14 23:09:46 -07:00
parent f8ed48af98
commit 7cd15aa049

View File

@@ -829,7 +829,7 @@ TEST_F(JsonIteratorObjectTest, ConstCRBeginEnd)
EXPECT_EQ(it, it_end);
}
#endif
/* Disabled for ADL reasons
TEST_F(JsonIteratorObjectTest, KeyValue)
{
auto it = j.begin();
@@ -839,7 +839,6 @@ TEST_F(JsonIteratorObjectTest, KeyValue)
EXPECT_EQ(cit.key(), "A");
EXPECT_EQ(cit.value(), json(1));
}
*/
class JsonIteratorIntegerTest : public ::testing::Test {
public: