daily automatic beautifier

This commit is contained in:
MosesAdmin 2015-07-03 00:00:41 +01:00
parent 070e0a83e1
commit b67a8a4fcb

View File

@ -70,7 +70,7 @@ BOOST_AUTO_TEST_CASE(getset)
BOOST_CHECK_EQUAL(wbm.GetValue(2),false);
wbm.SetValue(2,true);
BOOST_CHECK_EQUAL(wbm.GetValue(2),true);
wbm.SetValue(1,3,true);
BOOST_CHECK_EQUAL(wbm.GetValue(1),true);