summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libreofficekit/qa/unit/tiledrendering.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libreofficekit/qa/unit/tiledrendering.cxx b/libreofficekit/qa/unit/tiledrendering.cxx
index cec35ed6db89..b231eb0b72ba 100644
--- a/libreofficekit/qa/unit/tiledrendering.cxx
+++ b/libreofficekit/qa/unit/tiledrendering.cxx
@@ -134,9 +134,9 @@ void TiledRenderingTest::testOverlay()
// Iterate over our array of tiles
// However for now we only bother with the top-left
// tile as the other ones don't match yet...
- for ( int x = 0; x < 1; x++ )
+ for ( int x = 0; x < 2; x++ )
{
- for ( int y = 0; y < 1; y++ )
+ for ( int y = 0; y < 2; y++ )
{
int xLarge = (x * (4 * nTotalWidthPix / 2)) + xSmall;
int yLarge = (y * (nTotalHeightPix / 2)) + ySmall;