mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:38:21 +00:00
Flag: TEST_ONLY Test: IntegrationReorderWidgetsTest Bug: 324261526 Fix: 343761044 Change-Id: I9bfe8b587e1024260ddeeb48157c3d204f2d58f2
28 lines
1.4 KiB
Plaintext
28 lines
1.4 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 4x4
|
|
board: 4x4
|
|
xxxx
|
|
bbaa
|
|
iimm
|
|
iimm
|
|
arguments: 0 2
|
|
board: 4x4
|
|
xxxx
|
|
bbaa
|
|
mmii
|
|
mmii |