From cfe84aa9deaade35dd4edf437b1a1d1e6c3fc6bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 9 Apr 2015 14:58:05 +0200 Subject: [PATCH] [autotests] Fix TestScriptedEffectLoader::testLoadAllEffects --- autotests/test_scripted_effectloader.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autotests/test_scripted_effectloader.cpp b/autotests/test_scripted_effectloader.cpp index 50064e821c..e7ab7c8db1 100644 --- a/autotests/test_scripted_effectloader.cpp +++ b/autotests/test_scripted_effectloader.cpp @@ -325,6 +325,8 @@ void TestScriptedEffectLoader::testLoadAllEffects() plugins.writeEntry(kwin4 + QStringLiteral("minimizeanimationEnabled"), false); plugins.writeEntry(kwin4 + QStringLiteral("scaleinEnabled"), false); plugins.writeEntry(kwin4 + QStringLiteral("translucencyEnabled"), false); + plugins.writeEntry(kwin4 + QStringLiteral("eyeonscreenEnabled"), false); + plugins.writeEntry(kwin4 + QStringLiteral("windowapertureEnabled"), false); plugins.sync(); loader.setConfig(config);