Salome HOME
Correction for hydro_test
[modules/hydro.git] / src / HYDRO_tests / test_GraphicsView.cxx
index 49e5dcfbb6213228501bc3242f2529bb5aadfc81..c73b90cd2b4a6bfc02cb29e25ee518b61185dd49 100644 (file)
@@ -95,7 +95,7 @@ void test_GraphicsView::test_wheel_zoom()
 {
   return;
   TestViewer::eraseAll( true, true );
-  
+
   GraphicsView_ViewManager* aViewManager = new GraphicsView_ViewManager( 0, 0 );
   GraphicsView_Viewer* aViewer = new GraphicsView_Viewer( "test", 0 );
 
@@ -122,7 +122,7 @@ void test_GraphicsView::test_wheel_zoom()
   qApp->sendEvent( aViewPort->viewport(), &we1 );
   qApp->processEvents();
   CPPUNIT_ASSERT_VIEW( "gv_zoomed_1" );
-  
+
   //QTest::qWait( 50000 );
 
   QWheelEvent we2( QPoint( 650, 500 ), 120*10, Qt::NoButton, Qt::NoModifier );