From 310cd9c13635c5001bc9f63bdcb79ea93cbfccd5 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Tue, 29 Jun 2010 10:36:00 -0300 Subject: 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. --- tests/testtemplates.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/testtemplates.h') 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 -- cgit v1.2.3