[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", "EditActionController",
"EditController", "EditController",
"EditRepresenter",
"actions/CancelAction", "actions/CancelAction",
"actions/EditAction", "actions/EditAction",
"actions/PropertiesAction", "actions/PropertiesAction",

View File

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

View File

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

View File

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