From fd692ecf076de3763f035e833d96798d7d8d9ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Wed, 17 Feb 2016 15:27:06 +0100 Subject: [PATCH] [autotest] Adjust TestScriptedEffectLoader::testLoadAllEffects for morphingpopups A new default effect means a new line in the mock config. --- autotests/test_scripted_effectloader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/autotests/test_scripted_effectloader.cpp b/autotests/test_scripted_effectloader.cpp index 3eb57f1ded..38d77cb2b6 100644 --- a/autotests/test_scripted_effectloader.cpp +++ b/autotests/test_scripted_effectloader.cpp @@ -330,6 +330,7 @@ void TestScriptedEffectLoader::testLoadAllEffects() plugins.writeEntry(kwin4 + QStringLiteral("translucencyEnabled"), false); plugins.writeEntry(kwin4 + QStringLiteral("eyeonscreenEnabled"), false); plugins.writeEntry(kwin4 + QStringLiteral("windowapertureEnabled"), false); + plugins.writeEntry(kwin4 + QStringLiteral("morphingpopupsEnabled"), false); plugins.sync(); loader.setConfig(config);