robotology / icub-tests

Contains tests for iCub robot Tests are written using the robot-testing framework
http://robotology.github.io/icub-tests/
Other
6 stars 13 forks source link

Error in check for RedBallTest #49

Closed triccyx closed 5 years ago

triccyx commented 5 years ago

The temporary variable:

https://github.com/robotology/icub-tests/blob/02ba7185c9c3ec43fd4bb73026d98667f1182930/src/demoRedBall/DemoRedBallTest.cpp#L270

is never reset to false after every partial test. So the final result is not correct.