Tested cvDestroyAllWindows() without windows

This commit is contained in:
Ilya Lysenkov 2013-01-30 15:25:10 +04:00
parent d8f749da52
commit 56fbcc541f

View File

@ -58,6 +58,9 @@ void Foo(int /*k*/, void* /*z*/) {}
void CV_HighGuiOnlyGuiTest::run( int /*start_from */)
{
ts->printf(ts->LOG, "GUI 0\n");
cvDestroyAllWindows();
ts->printf(ts->LOG, "GUI 1\n");
namedWindow("Win");