[autotest] Adjust TestScriptedEffectLoader::testLoadAllEffects for morphingpopups
A new default effect means a new line in the mock config.
This commit is contained in:
parent
82a1b3ee13
commit
fd692ecf07
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue