Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
nyalldawson committed Jul 12, 2020
1 parent ff8d070 commit 8c15b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/gui/testqgstableeditor.cpp
Expand Up @@ -972,8 +972,8 @@ void TestQgsTableEditor::textFormat()
w.setSelectionTextFormat( format );
QCOMPARE( spy.count(), 2 );
QCOMPARE( w.selectionTextFormat().size(), 21.0 );
QCOMPARE( w.tableContents().at( 0 ).at( 0 ).textFormat().size(), 21 );
QCOMPARE( w.tableContents().at( 0 ).at( 1 ).textFormat().size(), 21 );
QCOMPARE( w.tableContents().at( 0 ).at( 0 ).textFormat().size(), 21.0 );
QCOMPARE( w.tableContents().at( 0 ).at( 1 ).textFormat().size(), 21.0 );
QCOMPARE( w.tableContents().at( 0 ).at( 2 ).textFormat().size(), 12.6 );
QVERIFY( w.tableContents().at( 0 ).at( 3 ).textFormat().size() != 21 );
}
Expand Down

0 comments on commit 8c15b7b

Please sign in to comment.