Salome HOME
test on transparent land cover map presentation
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_Main.cxx
index 507c6b55fb852d2b429bbedeb86db24e8ccbf6f8..74bb9315a863e903d4f1108102d06f6913aa95a9 100644 (file)
 #include <QApplication>
 #include <QColor>
 #include <QTest>
-#include <random.h>
 
 int main( int argc, char* argv[] )
 {
-  test_srand( 0 );
-
   QApplication anApp( argc, argv );
   SUIT_Session aSession;
 
@@ -45,11 +42,7 @@ int main( int argc, char* argv[] )
   aWindow->show();
   QTest::qWaitForWindowShown( aWindow );
 
-#ifdef WIN32
-  int dy = 0;
-#else
   int dy = 34;
-#endif
   //std::cout << dx << "," << dy << std::endl;
   aWindow->resize( W, H+dy );
   anApp.processEvents();