SUIT_Session aSession;
OCCViewer_ViewWindow* aWindow = TestViewer::viewWindow();
- aWindow->setGeometry( 200, 200, 800, 600 );
+
+ int W = 800, H = 600;
+ aWindow->setGeometry( 200, 200, W, H );
aWindow->show();
QTest::qWaitForWindowShown( aWindow );
+ QSize aSize = aWindow->dumpView().size();
+ int dx = W-aSize.width();
+ int dy = H-aSize.height();
+ aWindow->resize( W+dx, H+dy );
+ anApp.processEvents();
+
std::string testPath = (argc > 1) ? std::string(argv[1]) : "";
// Create the event manager and test controller