Skip to content
Commit 6d5686f2 authored by Ralf Habacker's avatar Ralf Habacker
Browse files

Fix crash in TEST_UMLObject::test_fullyQualifiedName() caused by creating uml...

Fix crash in TEST_UMLObject::test_fullyQualifiedName() caused by creating uml model related objects on stack.

Because QCOMPARE() returns the function immediatly on error we need to
delete related objects on ourself on exit. This is performed by adding
objects to delete with cleanupOnExit().

CCBUG:368282
parent badc01d7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment