Fix another unit test bug.

This commit is contained in:
Gunnar Beutner 2013-03-12 23:00:40 +01:00
parent 5b662b3c76
commit a28914928d
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ BOOST_AUTO_TEST_CASE(unnamed)
dictionary->Add("test2");
dictionary->Add("test3");
ObjectLock olock(dictionary);
BOOST_CHECK(distance(dictionary->Begin(), dictionary->End()) == 3);
}