summaryrefslogtreecommitdiff
path: root/vcl/qa
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-02-17 22:03:11 +0000
committerMichael Meeks <michael.meeks@collabora.com>2015-04-09 22:22:28 +0100
commitbf428ae41416e484714be9a623727949226a255e (patch)
treeaf801fc235ed12ab3b98e3b54b9e5f192c48bf74 /vcl/qa
parentef5ee3247467a2bae5ae12f758a75758f58afaa4 (diff)
vcl: add assert and improve lifecycle test.
Change-Id: Ic70a890dae41b04d6dd1f19cbea419fe5a794af3
Diffstat (limited to 'vcl/qa')
-rw-r--r--vcl/qa/cppunit/lifecycle.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/qa/cppunit/lifecycle.cxx b/vcl/qa/cppunit/lifecycle.cxx
index 3492b52327a7..dc6bbf273940 100644
--- a/vcl/qa/cppunit/lifecycle.cxx
+++ b/vcl/qa/cppunit/lifecycle.cxx
@@ -90,6 +90,7 @@ void LifecycleTest::testParentedWidgets()
VclPtr<WorkWindow> xWin(new WorkWindow((vcl::Window *)NULL,
WB_APP|WB_STDWORK));
CPPUNIT_ASSERT(xWin.get() != NULL);
+ xWin->Show();
testWidgets(xWin);
}