]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
refs #1331: debug of the final test case BR_1331
authorasl <asl@opencascade.com>
Thu, 28 Sep 2017 08:58:14 +0000 (11:58 +0300)
committerasl <asl@opencascade.com>
Thu, 28 Sep 2017 08:58:14 +0000 (11:58 +0300)
src/HYDRO_tests/test_HYDROGUI_ProfilesDlg.cxx

index 65902854a25f2a7851dd4fc06a0e3a9931f8f6b2..0bac9b9843522effe3fd3678cda083117253f576 100644 (file)
@@ -162,13 +162,13 @@ void test_HYDROGUI_ProfilesDlg::test_points_table()
   CPPUNIT_ASSERT_EQUAL( std::string( "20, 0, 0, 20" ), coords( dlg, 3 ) );
 
   setCoords( dlg, 0, 80 );
-  dlg->myEditorWidget->myLocalPointView->sortByColumn( 2 );
-  CPPUNIT_ASSERT_EQUAL( std::string( "90, 80, 60, 30" ), coords( dlg ) );
-  CPPUNIT_ASSERT_EQUAL( std::string( "20, 20, 0, 0" ), coords( dlg, 3 ) );
+  dlg->myEditorWidget->myLocalPointView->OnHeaderClick( 2 );
+  CPPUNIT_ASSERT_EQUAL( std::string( "30, 60, 80, 90" ), coords( dlg ) );
+  CPPUNIT_ASSERT_EQUAL( std::string( "0, 0, 20, 20" ), coords( dlg, 3 ) );
 
-  setCoords( dlg, 1, 0 );
-  CPPUNIT_ASSERT_EQUAL( std::string( "90, 0, 60, 30" ), coords( dlg ) );
-  CPPUNIT_ASSERT_EQUAL( std::string( "20, 20, 0, 0" ), coords( dlg, 3 ) );
+  setCoords( dlg, 2, 0 );
+  CPPUNIT_ASSERT_EQUAL( std::string( "30, 60, 0, 90" ), coords( dlg ) );
+  CPPUNIT_ASSERT_EQUAL( std::string( "0, 0, 20, 20" ), coords( dlg, 3 ) );
 
   //qApp->processEvents();
   //QTest::qWait( 50000 );