[Layout] Refer to new scripts from test suites

Add entries for new scripts to test suites, to ensure
tests fail until scripts added to support transition
of Layout object/view (WTD-535) have been completed.
WTD-535.
This commit is contained in:
Victor Woeltjen 2014-12-05 15:33:25 -08:00
parent 0a27ebfe09
commit 2ef244edce
4 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[
"EditActionController",
"EditController",
"EditRepresenter",
"actions/CancelAction",
"actions/EditAction",
"actions/PropertiesAction",

View File

@ -3,6 +3,7 @@
"ClickAwayController",
"ContextMenuController",
"MCTContainer",
"MCTDrag",
"ToggleController",
"TreeNodeController",
"ViewSwitcherController"

View File

@ -0,0 +1,4 @@
[
"LayoutController",
"LayoutDrag"
]

View File

@ -3,6 +3,7 @@
"gestures/DragGesture",
"gestures/DropGesture",
"gestures/GestureProvider",
"gestures/GestureRepresenter",
"MCTInclude",
"MCTRepresentation"
]