-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail test if no scene can be created (gz-rendering6) #1090
Conversation
Replace current print by a FAIL in Gtest to make the test that can not create an scene to fail. This should help to avoid false positives in testing. Signed-off-by: Jose Luis Rivero <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we wrap the LoadOgre_TEST.cc
and LoadOgre2_TEST.cc
tests with HAVE_OGRE
and HAVE_OGRE2
?
Signed-off-by: Jose Luis Rivero <[email protected]>
Ouch sorry I did not want to include them in this PR but create another one for them. Removed in 5254dd4 |
Signed-off-by: Jose Luis Rivero <[email protected]>
@azeey friendly ping to merge this as agreed on the last PMC meeting, thanks! |
removed Merging. |
🦟 Bug fix
Summary
Replace current print by a FAIL in Gtest to make the test that can not create an scene to fail. This should help to avoid false positives in testing.
Note that is going to make the current build of ign-rendering6 to fail many tests.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.