From efd348d3415ff7fa00580356ef1d09db17197a2c Mon Sep 17 00:00:00 2001 From: Adrian Zwiener Date: Tue, 11 Jul 2023 09:36:49 +0200 Subject: [PATCH] Remove test for visual with name The Visual class does not have an attribute name anymore. Consequently, we can not expect the test to work. --- test/test_urdf.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/test/test_urdf.py b/test/test_urdf.py index c554343..060f8a9 100644 --- a/test/test_urdf.py +++ b/test/test_urdf.py @@ -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 = ''' - - - - - - - - - -''' - self.parse_and_compare(xml) - def test_link_multiple_collision(self): xml = '''