From: <sf...@us...> - 2009-08-29 20:35:27
|
Revision: 23338 http://personalrobots.svn.sourceforge.net/personalrobots/?rev=23338&view=rev Author: sfkwc Date: 2009-08-29 20:35:20 +0000 (Sat, 29 Aug 2009) Log Message: ----------- renamed rostest files as rostest filenames are also test names Modified Paths: -------------- pkg/trunk/stacks/trex/trex_pr2/CMakeLists.txt Added Paths: ----------- pkg/trunk/stacks/trex/trex_pr2/test/drive_open_drive/sim/drive_open_drive_sim_pr2.test pkg/trunk/stacks/trex/trex_pr2/test/m2/sim/m2_sim_pr2.test pkg/trunk/stacks/trex/trex_pr2/test/m2_lite/sim/m2_lite_sim_pr2.test pkg/trunk/stacks/trex/trex_pr2/test/plug_in/sim/plugin_sim_pr2.test pkg/trunk/stacks/trex/trex_pr2/test/switch_controllers/sim/switch_controllers_sim_pr2.test Removed Paths: ------------- pkg/trunk/stacks/trex/trex_pr2/test/drive_open_drive/sim/pr2.test pkg/trunk/stacks/trex/trex_pr2/test/m2/sim/pr2.test pkg/trunk/stacks/trex/trex_pr2/test/m2_lite/sim/pr2.test pkg/trunk/stacks/trex/trex_pr2/test/plug_in/sim/pr2.test pkg/trunk/stacks/trex/trex_pr2/test/switch_controllers/sim/pr2.test Modified: pkg/trunk/stacks/trex/trex_pr2/CMakeLists.txt =================================================================== --- pkg/trunk/stacks/trex/trex_pr2/CMakeLists.txt 2009-08-29 18:01:13 UTC (rev 23337) +++ pkg/trunk/stacks/trex/trex_pr2/CMakeLists.txt 2009-08-29 20:35:20 UTC (rev 23338) @@ -42,9 +42,9 @@ rosbuild_add_executable(test/ros_reactor_test test/ros_reactor_test.cpp) # Model and executive tests with NDDL simulator -rosbuild_add_rostest(test/switch_controllers/sim/pr2.test) -rosbuild_add_rostest(test/drive_open_drive/sim/pr2.test) -rosbuild_add_rostest(test/plug_in/sim/pr2.test) -rosbuild_add_rostest(test/m2_lite/sim/pr2.test) -rosbuild_add_rostest(test/m2/sim/pr2.test) +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(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) Copied: pkg/trunk/stacks/trex/trex_pr2/test/drive_open_drive/sim/drive_open_drive_sim_pr2.test (from rev 23329, pkg/trunk/stacks/trex/trex_pr2/test/drive_open_drive/sim/pr2.test) =================================================================== --- pkg/trunk/stacks/trex/trex_pr2/test/drive_open_drive/sim/drive_open_drive_sim_pr2.test (rev 0) +++ pkg/trunk/stacks/trex/trex_pr2/test/drive_open_drive/sim/drive_open_drive_sim_pr2.test 2009-08-29 20:35:20 UTC (rev 23338) @@ -0,0 +1,5 @@ +<launch> + <include file="$(find trex_pr2)/test/trex_config.launch" /> + <param name="/trex/start_dir" value="$(find trex_pr2)/test/drive_open_drive/sim"/> + <test test-name="drive_open_drive" pkg="trex_pr2" type="trexfast" time-limit="30.0" args="--hyper --gtest" /> +</launch> Property changes on: pkg/trunk/stacks/trex/trex_pr2/test/drive_open_drive/sim/drive_open_drive_sim_pr2.test ___________________________________________________________________ Added: svn:mergeinfo + /pkg/branches/trex/trex_pr2/test/master/drive_open_drive/sim/pr2.test:20655-22829 Deleted: pkg/trunk/stacks/trex/trex_pr2/test/drive_open_drive/sim/pr2.test =================================================================== --- pkg/trunk/stacks/trex/trex_pr2/test/drive_open_drive/sim/pr2.test 2009-08-29 18:01:13 UTC (rev 23337) +++ pkg/trunk/stacks/trex/trex_pr2/test/drive_open_drive/sim/pr2.test 2009-08-29 20:35:20 UTC (rev 23338) @@ -1,5 +0,0 @@ -<launch> - <include file="$(find trex_pr2)/test/trex_config.launch" /> - <param name="/trex/start_dir" value="$(find trex_pr2)/test/drive_open_drive/sim"/> - <test test-name="drive_open_drive" pkg="trex_pr2" type="trexfast" time-limit="30.0" args="--hyper --gtest" /> -</launch> Copied: pkg/trunk/stacks/trex/trex_pr2/test/m2/sim/m2_sim_pr2.test (from rev 23329, pkg/trunk/stacks/trex/trex_pr2/test/m2/sim/pr2.test) =================================================================== --- pkg/trunk/stacks/trex/trex_pr2/test/m2/sim/m2_sim_pr2.test (rev 0) +++ pkg/trunk/stacks/trex/trex_pr2/test/m2/sim/m2_sim_pr2.test 2009-08-29 20:35:20 UTC (rev 23338) @@ -0,0 +1,5 @@ +<launch> + <include file="$(find trex_pr2)/test/trex_config.launch" /> + <param name="/trex/start_dir" value="$(find trex_pr2)/test/m2/sim"/> + <test test-name="m2" pkg="trex_pr2" type="trexfast" time-limit="90.0" args="--hyper --gtest" /> +</launch> Property changes on: pkg/trunk/stacks/trex/trex_pr2/test/m2/sim/m2_sim_pr2.test ___________________________________________________________________ Added: svn:mergeinfo + Deleted: pkg/trunk/stacks/trex/trex_pr2/test/m2/sim/pr2.test =================================================================== --- pkg/trunk/stacks/trex/trex_pr2/test/m2/sim/pr2.test 2009-08-29 18:01:13 UTC (rev 23337) +++ pkg/trunk/stacks/trex/trex_pr2/test/m2/sim/pr2.test 2009-08-29 20:35:20 UTC (rev 23338) @@ -1,5 +0,0 @@ -<launch> - <include file="$(find trex_pr2)/test/trex_config.launch" /> - <param name="/trex/start_dir" value="$(find trex_pr2)/test/m2/sim"/> - <test test-name="m2" pkg="trex_pr2" type="trexfast" time-limit="90.0" args="--hyper --gtest" /> -</launch> Copied: pkg/trunk/stacks/trex/trex_pr2/test/m2_lite/sim/m2_lite_sim_pr2.test (from rev 23329, pkg/trunk/stacks/trex/trex_pr2/test/m2_lite/sim/pr2.test) =================================================================== --- pkg/trunk/stacks/trex/trex_pr2/test/m2_lite/sim/m2_lite_sim_pr2.test (rev 0) +++ pkg/trunk/stacks/trex/trex_pr2/test/m2_lite/sim/m2_lite_sim_pr2.test 2009-08-29 20:35:20 UTC (rev 23338) @@ -0,0 +1,5 @@ +<launch> + <include file="$(find trex_pr2)/test/trex_config.launch" /> + <param name="/trex/start_dir" value="$(find trex_pr2)/test/m2_lite/sim"/> + <test test-name="m2_lite" pkg="trex_pr2" type="trexfast" time-limit="30.0" args="--hyper --gtest" /> +</launch> Property changes on: pkg/trunk/stacks/trex/trex_pr2/test/m2_lite/sim/m2_lite_sim_pr2.test ___________________________________________________________________ Added: svn:mergeinfo + /pkg/branches/trex/trex_pr2/test/master/m2_lite/sim/pr2.test:20655-22829 Deleted: pkg/trunk/stacks/trex/trex_pr2/test/m2_lite/sim/pr2.test =================================================================== --- pkg/trunk/stacks/trex/trex_pr2/test/m2_lite/sim/pr2.test 2009-08-29 18:01:13 UTC (rev 23337) +++ pkg/trunk/stacks/trex/trex_pr2/test/m2_lite/sim/pr2.test 2009-08-29 20:35:20 UTC (rev 23338) @@ -1,5 +0,0 @@ -<launch> - <include file="$(find trex_pr2)/test/trex_config.launch" /> - <param name="/trex/start_dir" value="$(find trex_pr2)/test/m2_lite/sim"/> - <test test-name="m2_lite" pkg="trex_pr2" type="trexfast" time-limit="30.0" args="--hyper --gtest" /> -</launch> Copied: pkg/trunk/stacks/trex/trex_pr2/test/plug_in/sim/plugin_sim_pr2.test (from rev 23329, pkg/trunk/stacks/trex/trex_pr2/test/plug_in/sim/pr2.test) =================================================================== --- pkg/trunk/stacks/trex/trex_pr2/test/plug_in/sim/plugin_sim_pr2.test (rev 0) +++ pkg/trunk/stacks/trex/trex_pr2/test/plug_in/sim/plugin_sim_pr2.test 2009-08-29 20:35:20 UTC (rev 23338) @@ -0,0 +1,5 @@ +<launch> + <include file="$(find trex_pr2)/test/trex_config.launch" /> + <param name="/trex/start_dir" value="$(find trex_pr2)/test/plug_in/sim"/> + <test test-name="plug_in" pkg="trex_pr2" type="trexfast" time-limit="30.0" args="--hyper --gtest" /> +</launch> Property changes on: pkg/trunk/stacks/trex/trex_pr2/test/plug_in/sim/plugin_sim_pr2.test ___________________________________________________________________ Added: svn:mergeinfo + /pkg/branches/trex/trex_pr2/test/plug_in/sim/pr2.test:20655-22829 Deleted: pkg/trunk/stacks/trex/trex_pr2/test/plug_in/sim/pr2.test =================================================================== --- pkg/trunk/stacks/trex/trex_pr2/test/plug_in/sim/pr2.test 2009-08-29 18:01:13 UTC (rev 23337) +++ pkg/trunk/stacks/trex/trex_pr2/test/plug_in/sim/pr2.test 2009-08-29 20:35:20 UTC (rev 23338) @@ -1,5 +0,0 @@ -<launch> - <include file="$(find trex_pr2)/test/trex_config.launch" /> - <param name="/trex/start_dir" value="$(find trex_pr2)/test/plug_in/sim"/> - <test test-name="plug_in" pkg="trex_pr2" type="trexfast" time-limit="30.0" args="--hyper --gtest" /> -</launch> Deleted: pkg/trunk/stacks/trex/trex_pr2/test/switch_controllers/sim/pr2.test =================================================================== --- pkg/trunk/stacks/trex/trex_pr2/test/switch_controllers/sim/pr2.test 2009-08-29 18:01:13 UTC (rev 23337) +++ pkg/trunk/stacks/trex/trex_pr2/test/switch_controllers/sim/pr2.test 2009-08-29 20:35:20 UTC (rev 23338) @@ -1,5 +0,0 @@ -<launch> - <include file="$(find trex_pr2)/test/trex_config.launch" /> - <param name="/trex/start_dir" value="$(find trex_pr2)/test/switch_controllers/sim"/> - <test test-name="m2_lite" pkg="trex_pr2" type="trexfast" time-limit="30.0" args="--hyper --gtest" /> -</launch> Copied: pkg/trunk/stacks/trex/trex_pr2/test/switch_controllers/sim/switch_controllers_sim_pr2.test (from rev 23329, pkg/trunk/stacks/trex/trex_pr2/test/switch_controllers/sim/pr2.test) =================================================================== --- pkg/trunk/stacks/trex/trex_pr2/test/switch_controllers/sim/switch_controllers_sim_pr2.test (rev 0) +++ pkg/trunk/stacks/trex/trex_pr2/test/switch_controllers/sim/switch_controllers_sim_pr2.test 2009-08-29 20:35:20 UTC (rev 23338) @@ -0,0 +1,5 @@ +<launch> + <include file="$(find trex_pr2)/test/trex_config.launch" /> + <param name="/trex/start_dir" value="$(find trex_pr2)/test/switch_controllers/sim"/> + <test test-name="m2_lite" pkg="trex_pr2" type="trexfast" time-limit="30.0" args="--hyper --gtest" /> +</launch> Property changes on: pkg/trunk/stacks/trex/trex_pr2/test/switch_controllers/sim/switch_controllers_sim_pr2.test ___________________________________________________________________ Added: svn:mergeinfo + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |