Kaydet (Commit) 89361fcf authored tarafından Zolnai Tamás's avatar Zolnai Tamás

Fix broken GraphicObjectTest

Change-Id: I3f7e0ccd5697a4ca6026bec60210e24af25fb92f
üst 8cf08517
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment