aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testenum.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-09-29 10:46:48 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:11 -0300
commit7c1048b86bc76e68f728e4819fe832d17276bfe6 (patch)
tree1f0e7211d9948af5c6a48c38fde7794e21eabdce /tests/testenum.h
parent0f84794301386a9371c374e5ed062fc000c96f17 (diff)
Improved resolution of enum value attributions.
In particular when an enum item is set to the value of an item from other enum. The code for this was moved to the method AbstractMetaBuilder::findOutValueFromString. Tests were added as well. s# ../tests/.testenum.h.swp
Diffstat (limited to 'tests/testenum.h')
-rw-r--r--tests/testenum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testenum.h b/tests/testenum.h
index 38826ccfb..762aed609 100644
--- a/tests/testenum.h
+++ b/tests/testenum.h
@@ -33,6 +33,7 @@ private slots:
void testEnumWithApiVersion();
void testAnonymousEnum();
void testGlobalEnums();
+ void testEnumValueFromNeighbourEnum();
};
#endif