From: <ge...@us...> - 2009-08-30 18:03:06
|
Revision: 23351 http://personalrobots.svn.sourceforge.net/personalrobots/?rev=23351&view=rev Author: gerkey Date: 2009-08-30 18:02:50 +0000 (Sun, 30 Aug 2009) Log Message: ----------- Moved failing test to future, #2676 Modified Paths: -------------- pkg/trunk/stacks/trex/trex_pr2/CMakeLists.txt Modified: pkg/trunk/stacks/trex/trex_pr2/CMakeLists.txt =================================================================== --- pkg/trunk/stacks/trex/trex_pr2/CMakeLists.txt 2009-08-30 17:43:16 UTC (rev 23350) +++ pkg/trunk/stacks/trex/trex_pr2/CMakeLists.txt 2009-08-30 18:02:50 UTC (rev 23351) @@ -43,7 +43,7 @@ # Model and executive tests with NDDL simulator rosbuild_add_rostest(test/switch_controllers/sim/switch_controllers_sim_pr2.test) -rosbuild_add_rostest(test/drive_open_drive/sim/drive_open_drive_sim_pr2.test) +rosbuild_add_rostest_future(test/drive_open_drive/sim/drive_open_drive_sim_pr2.test) rosbuild_add_rostest(test/plug_in/sim/plugin_sim_pr2.test) rosbuild_add_rostest(test/m2_lite/sim/m2_lite_sim_pr2.test) rosbuild_add_rostest(test/m2/sim/m2_sim_pr2.test) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |