[autotest] Adjust TestScriptedEffectLoader::testLoadAllEffects for morphingpopups

A new default effect means a new line in the mock config.
This commit is contained in:
Martin Gräßlin 2016-02-17 15:27:06 +01:00
parent 82a1b3ee13
commit fd692ecf07

View file

@ -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);