From 68e4deb4902b76ae32e461011ae5f58dcca9f145 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Wed, 15 Nov 2017 11:25:42 +0000 Subject: [PATCH] Don't use XDGv6 in stable --- autotests/integration/decoration_input_test.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/autotests/integration/decoration_input_test.cpp b/autotests/integration/decoration_input_test.cpp index 8a94fa99ae..16623e315d 100644 --- a/autotests/integration/decoration_input_test.cpp +++ b/autotests/integration/decoration_input_test.cpp @@ -581,7 +581,6 @@ void DecorationInputTest::testModifierClickUnrestrictedMove_data() const QVector> surfaceTypes{ {Test::ShellSurfaceType::WlShell, QByteArrayLiteral("WlShell")}, {Test::ShellSurfaceType::XdgShellV5, QByteArrayLiteral("XdgShellV5")}, - {Test::ShellSurfaceType::XdgShellV6, QByteArrayLiteral("XdgShellV6")}, }; for (const auto &type: surfaceTypes) { @@ -680,7 +679,6 @@ void DecorationInputTest::testModifierScrollOpacity_data() const QVector> surfaceTypes{ {Test::ShellSurfaceType::WlShell, QByteArrayLiteral("WlShell")}, {Test::ShellSurfaceType::XdgShellV5, QByteArrayLiteral("XdgShellV5")}, - {Test::ShellSurfaceType::XdgShellV6, QByteArrayLiteral("XdgShellV6")}, }; for (const auto &type: surfaceTypes) {