Fixed bugs in this test

This commit is contained in:
Davis King 2011-12-31 15:51:55 -05:00
parent 2c67ebd259
commit 7bd1884154
1 changed files with 2 additions and 1 deletions

View File

@ -466,7 +466,7 @@ namespace
const point shift(4,5);
be = border_enumerator(translate_rect(get_rect(img),shift),bs);
DLIB_TEST(be.at_start() == false);
DLIB_TEST(be.at_start() == true);
DLIB_TEST(be.current_element_valid() == false);
while (be.move_next())
{
@ -544,6 +544,7 @@ namespace
)
{
geometry_test();
test_border_enumerator();
}
} a;