Skip to content

Commit

Permalink
Removed unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
RaresAmbrus committed Apr 27, 2016
1 parent 6737025 commit 9630c42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions world_state/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ include_directories(
## Add folders to be run by python nosetests
# catkin_add_nosetests(test)

if (CATKIN_ENABLE_TESTING)
catkin_add_nosetests(unittests/test_objectmaster.py)
catkin_add_nosetests(unittests/test_world.py)
endif()
#if (CATKIN_ENABLE_TESTING)
# catkin_add_nosetests(unittests/test_objectmaster.py)
# catkin_add_nosetests(unittests/test_world.py)
#endif()
2 changes: 1 addition & 1 deletion world_state/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<run_depend>geometry_msgs</run_depend>
<run_depend>rospy</run_depend>

<test_depend>unittest</test_depend>
<!-- <test_depend>unittest</test_depend>-->

<!-- The export tag contains other, unspecified, tags -->
<export>
Expand Down

0 comments on commit 9630c42

Please sign in to comment.