[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/plugins/chartshape/tests
From:       Björn Breitmeyer <bjoern.breitmeyer () kdab ! com>
Date:       2010-11-18 14:11:13
Message-ID: 20101118141113.73535AC8A0 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1198450 by breitmeyer:

marked the test that were expected to fail accordingly,
so the tests won't show errors


 M  +5 -0      TestCellRegion.cpp  


--- trunk/koffice/plugins/chartshape/tests/TestCellRegion.cpp #1198449:1198450
@@ -97,25 +97,30 @@
 
 void TestCellRegion::testToStringMultipleTables()
 {
+    QEXPECT_FAIL( "", "Functionality is not yet supported, so its expected to fail", \
                Continue );
     QCOMPARE( m_region2.toString(), QString( "$Table1.$B$3:$K$13;$Table2.$A$2:$E$7" \
) );  }
 
 void TestCellRegion::testFromStringMultipleTables()
 {
+    //QEXPECT_FAIL( "", "Functionality is not yet supported, so its expected to \
                fail", Continue );
     QCOMPARE( m_region2, CellRegion( &m_source, \
"$Table1.$B$3:$K$13;$Table2.$A$2:$E$7" ) );  }
 
 void TestCellRegion::testTableNameChangeMultipleTables()
 {
     m_source.rename( "Table1", "AGoodCookCanCookGoodCookies" );
+    QEXPECT_FAIL( "", "Functionality is not yet supported, so its expected to fail", \
                Continue );
     QCOMPARE( m_region2.toString(), QString( \
"$AGoodCookCanCookGoodCookies.$B$3:$K$13;$Table2.$A$2:$E$7" ) );  m_source.rename( \
"Table2", "DoubleBubbleGumBubblesDouble" ); +    QEXPECT_FAIL( "", "Functionality is \
                not yet supported, so its expected to fail", Continue );
     QCOMPARE( m_region2.toString(), QString( \
"$AGoodCookCanCookGoodCookies.$B$3:$K$13;$DoubleBubbleGumBubblesDouble.$A$2:$E$7" ) \
);  }
 
 void TestCellRegion::testToStringWithSpecialCharactersMultipleTables()
 {
     m_source.rename( "Table1", "table-one" );
+    QEXPECT_FAIL( "", "Functionality is not yet supported, so its expected to fail", \
                Continue );
     QCOMPARE( m_region2.toString(), QString( \
"$'table-one'.$B$3:$K$13;$Table2.$A$2:$E$7" ) );  }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic