Commit 7bd18841 authored by Davis King's avatar Davis King

Fixed bugs in this test

parent 2c67ebd2
...@@ -466,7 +466,7 @@ namespace ...@@ -466,7 +466,7 @@ namespace
const point shift(4,5); const point shift(4,5);
be = border_enumerator(translate_rect(get_rect(img),shift),bs); 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); DLIB_TEST(be.current_element_valid() == false);
while (be.move_next()) while (be.move_next())
{ {
...@@ -544,6 +544,7 @@ namespace ...@@ -544,6 +544,7 @@ namespace
) )
{ {
geometry_test(); geometry_test();
test_border_enumerator();
} }
} a; } a;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment