Skip to content

Commit 60238eb

Browse files
committed
Fix duplicated testcase name
And fix CarrotClass_TestCase
1 parent 9c47f1d commit 60238eb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/test_CppHeaderParser.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,14 +1162,9 @@ def test_method_params(self):
11621162
[],
11631163
)
11641164

1165-
def test_class_template(self):
1166-
self.assertEqual(
1167-
self.cppHeader.classes["CarrotClass"]["template"], "template<class T>"
1168-
)
1169-
11701165

11711166
# Bug 3517289
1172-
class CarrotClass_TestCase(unittest.TestCase):
1167+
class ExternClass_TestCase(unittest.TestCase):
11731168
def setUp(self):
11741169
self.cppHeader = CppHeaderParser.CppHeader("TestSampleClass.h")
11751170

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy