From 2ef244edce7702e5bb9d9e14b0d2cd72841f0dc1 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 5 Dec 2014 15:33:25 -0800 Subject: [PATCH] [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. --- platform/commonUI/edit/test/suite.json | 1 + platform/commonUI/general/test/suite.json | 1 + platform/features/layout/test/suite.json | 4 ++++ platform/representation/test/suite.json | 1 + 4 files changed, 7 insertions(+) create mode 100644 platform/features/layout/test/suite.json diff --git a/platform/commonUI/edit/test/suite.json b/platform/commonUI/edit/test/suite.json index 1456a1f621..98a0d3de00 100644 --- a/platform/commonUI/edit/test/suite.json +++ b/platform/commonUI/edit/test/suite.json @@ -1,6 +1,7 @@ [ "EditActionController", "EditController", + "EditRepresenter", "actions/CancelAction", "actions/EditAction", "actions/PropertiesAction", diff --git a/platform/commonUI/general/test/suite.json b/platform/commonUI/general/test/suite.json index 45fe995553..7d1f773796 100644 --- a/platform/commonUI/general/test/suite.json +++ b/platform/commonUI/general/test/suite.json @@ -3,6 +3,7 @@ "ClickAwayController", "ContextMenuController", "MCTContainer", + "MCTDrag", "ToggleController", "TreeNodeController", "ViewSwitcherController" diff --git a/platform/features/layout/test/suite.json b/platform/features/layout/test/suite.json new file mode 100644 index 0000000000..9fbd76b85f --- /dev/null +++ b/platform/features/layout/test/suite.json @@ -0,0 +1,4 @@ +[ + "LayoutController", + "LayoutDrag" +] \ No newline at end of file diff --git a/platform/representation/test/suite.json b/platform/representation/test/suite.json index 0d26002539..16483cec4f 100644 --- a/platform/representation/test/suite.json +++ b/platform/representation/test/suite.json @@ -3,6 +3,7 @@ "gestures/DragGesture", "gestures/DropGesture", "gestures/GestureProvider", + "gestures/GestureRepresenter", "MCTInclude", "MCTRepresentation" ] \ No newline at end of file