diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-02-17 22:03:11 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-09 22:22:28 +0100 |
commit | bf428ae41416e484714be9a623727949226a255e (patch) | |
tree | af801fc235ed12ab3b98e3b54b9e5f192c48bf74 /vcl/qa | |
parent | ef5ee3247467a2bae5ae12f758a75758f58afaa4 (diff) |
vcl: add assert and improve lifecycle test.
Change-Id: Ic70a890dae41b04d6dd1f19cbea419fe5a794af3
Diffstat (limited to 'vcl/qa')
-rw-r--r-- | vcl/qa/cppunit/lifecycle.cxx | 1 |
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); } |