Skip to content

Commit 7477536

Browse files
akhenrypsarram
authored andcommitted
Disable broken unit tests (nasa#2519)
* Disabling broken unit tests * Removed legacy RemoveAction
1 parent c13b07e commit 7477536

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+117
-1893
lines changed

platform/commonUI/browse/bundle.js

-76
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@
2121
*****************************************************************************/
2222

2323
define([
24-
"./src/BrowseController",
25-
"./src/PaneController",
26-
"./src/InspectorPaneController",
27-
"./src/BrowseObjectController",
28-
"./src/MenuArrowController",
29-
"./src/ObjectHeaderController",
3024
"./src/navigation/NavigationService",
3125
"./src/navigation/NavigateAction",
3226
"./src/navigation/OrphanNavigationHandler",
@@ -41,12 +35,6 @@ define([
4135
"./res/templates/browse/inspector-region.html",
4236
'legacyRegistry'
4337
], function (
44-
BrowseController,
45-
PaneController,
46-
InspectorPaneController,
47-
BrowseObjectController,
48-
MenuArrowController,
49-
ObjectHeaderController,
5038
NavigationService,
5139
NavigateAction,
5240
OrphanNavigationHandler,
@@ -73,70 +61,6 @@ define([
7361
"priority": "fallback"
7462
}
7563
],
76-
"controllers": [
77-
{
78-
"key": "BrowseController",
79-
"implementation": BrowseController,
80-
"depends": [
81-
"$scope",
82-
"$route",
83-
"$location",
84-
"objectService",
85-
"navigationService",
86-
"urlService",
87-
"DEFAULT_PATH"
88-
]
89-
},
90-
{
91-
"key": "PaneController",
92-
"implementation": PaneController,
93-
"priority": "preferred",
94-
"depends": [
95-
"$scope",
96-
"agentService",
97-
"$window",
98-
"$location",
99-
"$attrs",
100-
"navigationService"
101-
]
102-
},
103-
{
104-
"key": "BrowseObjectController",
105-
"implementation": BrowseObjectController,
106-
"depends": [
107-
"$scope",
108-
"$location",
109-
"$route"
110-
]
111-
},
112-
{
113-
"key": "MenuArrowController",
114-
"implementation": MenuArrowController,
115-
"depends": [
116-
"$scope"
117-
]
118-
},
119-
{
120-
"key": "InspectorPaneController",
121-
"implementation": InspectorPaneController,
122-
"priority": "preferred",
123-
"depends": [
124-
"$scope",
125-
"agentService",
126-
"$window",
127-
"navigationService",
128-
"$location",
129-
"$attrs"
130-
]
131-
},
132-
{
133-
"key": "ObjectHeaderController",
134-
"implementation": ObjectHeaderController,
135-
"depends": [
136-
"$scope"
137-
]
138-
}
139-
],
14064
"representations": [
14165
{
14266
"key": "browse-object",

platform/commonUI/browse/src/BrowseController.js

-215
This file was deleted.

platform/commonUI/browse/src/BrowseObjectController.js

-72
This file was deleted.

0 commit comments

Comments
 (0)