diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-11-18 18:33:35 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-11-18 18:33:54 +0100 |
commit | 89361fcff340c8a168d25160a4d8efe9e39e7d51 (patch) | |
tree | e2a1ca78dad9ceab7510f67feae88a9211be6f50 /svtools | |
parent | 8cf085175e49779d2d42f279859ab65046a7dfc0 (diff) |
Fix broken GraphicObjectTest
Change-Id: I3f7e0ccd5697a4ca6026bec60210e24af25fb92f
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/qa/unit/GraphicObjectTest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/qa/unit/GraphicObjectTest.cxx b/svtools/qa/unit/GraphicObjectTest.cxx index 5216e70ae78d..71d975bdc4b2 100644 --- a/svtools/qa/unit/GraphicObjectTest.cxx +++ b/svtools/qa/unit/GraphicObjectTest.cxx @@ -221,7 +221,7 @@ void GraphicObjectTest::testSizeBasedAutoSwap() // Use bigger cache { GraphicManager& rGrfMgr = pGrafObj1->GetGraphicManager(); - rGrfMgr.SetMaxCacheSize(pGrafObj1->GetSizeBytes()+pGrafObj2->GetSizeBytes()); + rGrfMgr.SetMaxCacheSize(pGrafObj1->GetSizeBytes()+pGrafObj2->GetSizeBytes()*10); } // Swap in both images -> both should be swapped in { |