[autotest] Adjust TestScriptedEffectLoader::testLoadAllEffects for morphingpopups

A new default effect means a new line in the mock config.
remotes/origin/Plasma/5.6
Martin Gräßlin 10 years ago
parent 82a1b3ee13
commit fd692ecf07
  1. 1
      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);

Loading…
Cancel
Save