Placeholder until this unit test is complete.

This commit is contained in:
JoelKatz
2012-10-05 02:48:09 -07:00
parent af5175eeee
commit e17720717a

View File

@@ -211,6 +211,8 @@ BOOST_AUTO_TEST_CASE( STrans_test )
}
std::auto_ptr<STObject> new_obj = STObject::parseJson(j.getJson(0), sfGeneric);
if (new_obj.get() == NULL) BOOST_FAIL("Unable to build object from json");
Log(lsINFO) << "ORIG: " << j.getJson(0);
Log(lsINFO) << "BUILT " << new_obj->getJson(0);
}
BOOST_AUTO_TEST_SUITE_END();