|
From: <jl...@us...> - 2009-08-26 06:43:41
|
Revision: 22957
http://personalrobots.svn.sourceforge.net/personalrobots/?rev=22957&view=rev
Author: jleibs
Date: 2009-08-26 06:43:34 +0000 (Wed, 26 Aug 2009)
Log Message:
-----------
Both test_stereo_msgs and pr2_msgs will pass their tests as soon as 0.8 is released.
Modified Paths:
--------------
pkg/trunk/stacks/pr2_common/pr2_msgs/CMakeLists.txt
pkg/trunk/stacks/stereo/test_stereo_msgs/CMakeLists.txt
Modified: pkg/trunk/stacks/pr2_common/pr2_msgs/CMakeLists.txt
===================================================================
--- pkg/trunk/stacks/pr2_common/pr2_msgs/CMakeLists.txt 2009-08-26 06:24:50 UTC (rev 22956)
+++ pkg/trunk/stacks/pr2_common/pr2_msgs/CMakeLists.txt 2009-08-26 06:43:34 UTC (rev 22957)
@@ -5,4 +5,4 @@
gensrv()
-rospack_add_pyunit(test/test_pr2_msgs_migration.py)
+rospack_add_pyunit_future(test/test_pr2_msgs_migration.py)
Modified: pkg/trunk/stacks/stereo/test_stereo_msgs/CMakeLists.txt
===================================================================
--- pkg/trunk/stacks/stereo/test_stereo_msgs/CMakeLists.txt 2009-08-26 06:24:50 UTC (rev 22956)
+++ pkg/trunk/stacks/stereo/test_stereo_msgs/CMakeLists.txt 2009-08-26 06:43:34 UTC (rev 22957)
@@ -29,4 +29,4 @@
#rospack_add_executable(example examples/example.cpp)
#target_link_libraries(example ${PROJECT_NAME})
-rospack_add_pyunit(test/test_stereo_msgs_migration.py)
+rospack_add_pyunit_future(test/test_stereo_msgs_migration.py)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|