aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testreverseoperators.cpp
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-03-26 20:15:50 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:09:58 -0300
commit53c64681f115bfecf7dbdef8de905d25aa3dc301 (patch)
tree23601a462e2bb73ec90117acf6f1adf012d52356 /tests/testreverseoperators.cpp
parent9a6d442226667bb55eac1b5c6c2e95edcbf1f5e6 (diff)
Adds many tests regarding default copy constructors.
Also updated other tests dealing with constructor counting. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
Diffstat (limited to 'tests/testreverseoperators.cpp')
-rw-r--r--tests/testreverseoperators.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testreverseoperators.cpp b/tests/testreverseoperators.cpp
index 70ca8d264..5c7f66671 100644
--- a/tests/testreverseoperators.cpp
+++ b/tests/testreverseoperators.cpp
@@ -42,7 +42,7 @@ void TestReverseOperators::testReverseSum()
AbstractMetaClassList classes = t.builder()->classes();
AbstractMetaClass* classA = classes.findClass("A");
QVERIFY(classA);
- QCOMPARE(classA->functions().count(), 3);
+ QCOMPARE(classA->functions().count(), 4);
const AbstractMetaFunction* reverseOp = 0;
const AbstractMetaFunction* normalOp = 0;