Skip to content

Commit

Permalink
Remove test for visual with name
Browse files Browse the repository at this point in the history
The Visual class does not have an attribute name anymore. Consequently,
we can not expect the test to work.
  • Loading branch information
AdrianZw committed Jul 11, 2023
1 parent a67c4a7 commit efd348d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions test/test_urdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,20 +244,6 @@ def test_link_multiple_visual(self):
robot.add_link(link)
self.xml_and_compare(robot, xml)

def test_visual_with_name(self):
xml = '''<?xml version="1.0"?>
<robot name="test" version="1.0">
<link name="link">
<visual name="alice">
<geometry>
<cylinder length="1" radius="1"/>
</geometry>
<material name="mat"/>
</visual>
</link>
</robot>'''
self.parse_and_compare(xml)

def test_link_multiple_collision(self):
xml = '''<?xml version="1.0"?>
<robot name="test" version="1.0">
Expand Down

0 comments on commit efd348d

Please sign in to comment.