Skip to content

Instantly share code, notes, and snippets.

@ccrean
Created July 17, 2016 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccrean/379937d0a5fd447aff72080c572712c9 to your computer and use it in GitHub Desktop.
Save ccrean/379937d0a5fd447aff72080c572712c9 to your computer and use it in GitHub Desktop.
********* Start testing of ApplyWrenchDialog_TEST *********
Config: Using QTest library 4.8.6, Qt 4.8.6
PASS : ApplyWrenchDialog_TEST::initTestCase()
[Msg] Waiting for master.
[Msg] Connected to gazebo master @ http://127.0.0.1:11345
[Msg] Publicized address: 10.0.0.6
[Wrn] [ODEPhysics.cc:214] Gravity vector is (0, 0, 0). Objects will float.
[Err] [ApplyWrenchDialog.cc:473] Model [fake_model] could not be found.
[Err] [ApplyWrenchDialog.cc:559] Link [fake_link] could not be found in the combo box.
[Wrn] [Publisher.cc:141] Queue limit reached for topic /gazebo/default/physics/contacts, deleting message. This warning is printed only once.
SharePercentChange[0.672672] ShareMaxPercentChange[2]
ResPercentChange[1.25169]ResMaxPercentChange[5]
PASS : ApplyWrenchDialog_TEST::ApplyForceTorqueFromDialog()
[Msg] Waiting for master.
[Msg] Connected to gazebo master @ http://127.0.0.1:11345
[Msg] Publicized address: 10.0.0.6
[Wrn] [ODEPhysics.cc:214] Gravity vector is (0, 0, 0). Objects will float.
FAIL! : ApplyWrenchDialog_TEST::MouseInteractions() 'applyWrenchDialogBox->isActiveWindow()' returned FALSE. ()
Loc: [/home/cory/programming_projects/gazebo/gazebo/gazebo/gui/ApplyWrenchDialog_TEST.cc(445)]
QWARN : ApplyWrenchDialog_TEST::MouseInteractions() QObject::connect: Cannot queue arguments of type 'QItemSelection'
(Make sure 'QItemSelection' is registered using qRegisterMetaType().)
QWARN : ApplyWrenchDialog_TEST::MouseInteractions() QObject::connect: Cannot queue arguments of type 'QItemSelection'
(Make sure 'QItemSelection' is registered using qRegisterMetaType().)
QWARN : ApplyWrenchDialog_TEST::MouseInteractions() QObject::connect: Cannot queue arguments of type 'QItemSelection'
(Make sure 'QItemSelection' is registered using qRegisterMetaType().)
SharePercentChange[0.124883] ShareMaxPercentChange[2]
ResPercentChange[0.181721]ResMaxPercentChange[5]
PASS : ApplyWrenchDialog_TEST::cleanupTestCase()
Totals: 3 passed, 1 failed, 0 skipped
********* Finished testing of ApplyWrenchDialog_TEST *********
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment