Files
Lawnchair/tests/assets/ReorderWidgets/push_reorder_case
T
Sebastian Franco 531a219ba7 The test IntegrationReorderWidgetsTest was using the oposite dimensions
The order of the columns shold be inversed, it hasn't been much of an
issue because most of the test cases where of equal size 5x5 and 4x4.

Bug: 364711064
Flag: com.android.launcher3.one_grid_specs
Test: IntegrationReorderWidgetsTest
Change-Id: I5de3f63edbb6b446352ce97226e39fb29cdb1439
2024-11-14 20:39:55 -08:00

44 lines
1.5 KiB
Plaintext

###################################################################################################
# This file contains test case composed of the following tags:
# * # (coments): Lines starting with this character would be ignored.
# * arguments: is set of words separated by spaces that can later be parsed
# * board: represent a workspace, the first line is the dimensions of the board width x height (wxh)
# There are different characters on the board that represent different things:
# * x: The x character represents spaces that would be ignored, for example it can be used in
# the first row if we don't know how wide the smartspace is.
# * i: Represents an icon on the workspace, none in particular just an icon
# * [a-z]: Represents a widget and it can be any number or character
# except any other already in use. The whole continuos are of the same character is the
# area of the widget.
# * [A-Z]: Represents a folder and number of icons in the folder is represented by the order of
# letter in the alphabet, A=2, B=3, C=4 ... etc.
# Test are parsed by CellLayoutTestCaseReader.java and boards are parsed by CellLayoutBoard.java
###################################################################################################
#Test 5x5
board: 5x5
xxxxx
bbb--
--ccc
--ddd
----m
arguments: 2 2
board: 5x5
xxxxx
bbb--
--m--
--ccc
--ddd
#6x5 Test
board: 6x5
xxxxxx
bbbb--
--aaa-
--ddd-
-----m
arguments: 2 2
board: 6x5
xxxxxx
bbbb--
--maaa
--ddd-
------