desktop/group: respect direction when moving window out of group (#13490)
This commit is contained in:
parent
75a815fbf2
commit
fe0a202137
6 changed files with 78 additions and 10 deletions
|
|
@ -64,16 +64,16 @@ static void test13349() {
|
|||
|
||||
{
|
||||
auto str = getFromSocket("/activewindow");
|
||||
EXPECT_CONTAINS(str, "at: 22,547");
|
||||
EXPECT_CONTAINS(str, "size: 931,511");
|
||||
EXPECT_CONTAINS(str, "at: 497,22");
|
||||
EXPECT_CONTAINS(str, "size: 456,1036");
|
||||
}
|
||||
|
||||
OK(getFromSocket("/dispatch movewindow r"));
|
||||
|
||||
{
|
||||
auto str = getFromSocket("/activewindow");
|
||||
EXPECT_CONTAINS(str, "at: 967,547");
|
||||
EXPECT_CONTAINS(str, "size: 931,511");
|
||||
EXPECT_CONTAINS(str, "at: 967,22");
|
||||
EXPECT_CONTAINS(str, "size: 456,1036");
|
||||
}
|
||||
|
||||
// clean up
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue