Skip to content

Commit

Permalink
Fix duplicated testcase name
Browse files Browse the repository at this point in the history
And fix CarrotClass_TestCase
  • Loading branch information
bansan85 committed May 21, 2024
1 parent 9c47f1d commit 60238eb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/test_CppHeaderParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1162,14 +1162,9 @@ def test_method_params(self):
[],
)

def test_class_template(self):
self.assertEqual(
self.cppHeader.classes["CarrotClass"]["template"], "template<class T>"
)


# Bug 3517289
class CarrotClass_TestCase(unittest.TestCase):
class ExternClass_TestCase(unittest.TestCase):
def setUp(self):
self.cppHeader = CppHeaderParser.CppHeader("TestSampleClass.h")

Expand Down

0 comments on commit 60238eb

Please sign in to comment.