Skip to content

Commit

Permalink
Merge branch 'master' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Feb 18, 2018
2 parents 6084501 + f426359 commit 3b2c4a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/libYARP_dev/TestFrameGrabberTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ class TestFrameGrabberTest : public UnitTest
bool result;
result = dd.open(p);
checkTrue(result,"open reported successful");
if(!result) {
return;
}
IFrameGrabberImage *grabber = nullptr;
result = dd.view(grabber);
checkTrue(result,"interface reported");
Expand Down

0 comments on commit 3b2c4a3

Please sign in to comment.