Skip to content

Commit

Permalink
reafctoring
Browse files Browse the repository at this point in the history
  • Loading branch information
venkat0907 committed Aug 12, 2023
1 parent c5fb8df commit 32003db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions base/test/imageviewermodule_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ BOOST_AUTO_TEST_CASE(open_close_window, *boost::unit_test::disabled())

BOOST_AUTO_TEST_CASE(viewer_test, *boost::unit_test::disabled())
{
#if defined(!__arm__) || defined(!__aarch64__)
WebCamSourceProps webCamSourceprops(-1, 640, 480);
auto source = boost::shared_ptr<WebCamSource>(new WebCamSource(webCamSourceprops));

Expand All @@ -128,7 +127,6 @@ BOOST_AUTO_TEST_CASE(viewer_test, *boost::unit_test::disabled())
p.stop();
p.term();
p.wait_for_all();
#endif
}

BOOST_AUTO_TEST_SUITE_END()

0 comments on commit 32003db

Please sign in to comment.