aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testabstractmetatype.h
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-05-25 16:15:05 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:03 -0300
commit2060c23e8d2d80c721dd4eb31a777f4be0fefdfc (patch)
tree7f2ac2dc24ef24f63befbc51fc17e091244f3446 /tests/testabstractmetatype.h
parent6ddb2e91990b119017819c6290ca6de6c6b6ea21 (diff)
Created unittest to flag "since".
Diffstat (limited to 'tests/testabstractmetatype.h')
-rw-r--r--tests/testabstractmetatype.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testabstractmetatype.h b/tests/testabstractmetatype.h
index fa3a825ef..e62e05107 100644
--- a/tests/testabstractmetatype.h
+++ b/tests/testabstractmetatype.h
@@ -34,6 +34,8 @@ private slots:
void testCharType();
void testTypedef();
void testTypedefWithTemplates();
+ void testApiVersionSupported();
+ void testApiVersionNotSupported();
};
#endif