Skip to content

Commit 7595d33

Browse files
authored
Merge pull request #87 from bansan85/fix_test
Fix duplicated class name in test
2 parents 9c47f1d + 60238eb commit 7595d33

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