aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testtemplates.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-06-29 10:36:00 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:06 -0300
commit310cd9c13635c5001bc9f63bdcb79ea93cbfccd5 (patch)
treefe5eed00154c2e2b345bbb41f2eba99f2f1c3926 /tests/testtemplates.h
parent2cf33f010b56520bdefacf5a93e15a580f48e641 (diff)
Added test for template inheritance involving forward declaration and namespace.
This test case is similar to a previous test with forward declaration except that this time everything is inside a namespace. This slightly different situation could trigger problems in a different place on AbstractMetaBuilder.
Diffstat (limited to 'tests/testtemplates.h')
-rw-r--r--tests/testtemplates.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testtemplates.h b/tests/testtemplates.h
index 430a7599c..a7a61c795 100644
--- a/tests/testtemplates.h
+++ b/tests/testtemplates.h
@@ -33,6 +33,7 @@ private slots:
void testTemplateOnContainers();
void testTemplateWithNamespace();
void testTemplateInheritanceMixedWithForwardDeclaration();
+ void testTemplateInheritanceMixedWithNamespaceAndForwardDeclaration();
};
#endif