From 715920f57ed5c95f999284fc674f0a7724001bbf Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Wed, 5 Nov 2014 11:32:22 +0000 Subject: [PATCH] Added all files to karma again --- js/apps/system/aardvark/test/karma/files.json | 92 +++++++++++++++++++ 1 file changed, 92 insertions(+) diff --git a/js/apps/system/aardvark/test/karma/files.json b/js/apps/system/aardvark/test/karma/files.json index 6c41384585..f570423ce4 100755 --- a/js/apps/system/aardvark/test/karma/files.json +++ b/js/apps/system/aardvark/test/karma/files.json @@ -187,6 +187,85 @@ "frontend/js/routers/router.js", "clusterFrontend/js/routers/clusterRouter.js", + "test/specs/graphViewer/specColourMapper/colourMapperSpec.js", + "test/specs/graphViewer/specWindowObjects/domObserverFactorySpec.js", + "test/specs/graphViewer/specCommunityNode/communityNodeSpec.js", + "test/specs/graphViewer/specAdapter/interfaceSpec.js", + "test/specs/graphViewer/specAdapter/abstractAdapterSpec.js", + "test/specs/graphViewer/specAdapter/jsonAdapterSpec.js", + "test/specs/graphViewer/specAdapter/arangoAdapterSpec.js", + "test/specs/graphViewer/specAdapter/gharialAdapterSpec.js", + "test/specs/graphViewer/specAdapter/foxxAdapterSpec.js", + "test/specs/graphViewer/specAdapter/previewAdapterSpec.js", + "test/specs/graphViewer/specAdapter/arangoAdapterUISpec.js", + "test/specs/graphViewer/specAdapter/gharialAdapterUISpec.js", + "test/specs/graphViewer/specNodeShaper/nodeShaperSpec.js", + "test/specs/graphViewer/specNodeShaper/nodeShaperUISpec.js", + "test/specs/graphViewer/specEdgeShaper/edgeShaperSpec.js", + "test/specs/graphViewer/specEdgeShaper/edgeShaperUISpec.js", + "test/specs/graphViewer/specForceLayouter/forceLayouterSpec.js", + "test/specs/graphViewer/specForceLayouter/forceLayouterUISpec.js", + "test/specs/graphViewer/specEvents/eventLibrarySpec.js", + "test/specs/graphViewer/specEvents/eventDispatcherSpec.js", + "test/specs/graphViewer/specEvents/eventDispatcherUISpec.js", + "test/specs/graphViewer/specZoomManager/zoomManagerSpec.js", + "test/specs/graphViewer/specGraphViewer/graphViewerSpec.js", + "test/specs/graphViewer/specGraphViewer/graphViewerUISpec.js", + "test/specs/graphViewer/specGraphViewer/graphViewerWidgetSpec.js", + "test/specs/graphViewer/specGraphViewer/graphViewerPreviewSpec.js", + "test/specs/graphViewer/specNodeReducer/nodeReducerSpec.js", + "test/specs/graphViewer/specNodeReducer/modularityJoinerSpec.js", + "test/specs/graphViewer/specContextMenu/contextMenuSpec.js", + "test/specs/arango/arangoSpec.js", + + "test/specs/models/currentDatabaseSpec.js", + "test/specs/models/clusterPlanSpec.js", + "test/specs/models/graphSpec.js", + "test/specs/models/arangoCollectionModelSpec.js", + "test/specs/models/arangoDatabaseSpec.js", + "test/specs/models/arangoDocumentSpec.js", + "test/specs/models/arangoLogModelSpec.js", + "test/specs/models/arangoStatisticsDescriptionSpec.js", + "test/specs/models/arangoStatisticsSpec.js", + "test/specs/models/arangoUsersSpec.js", + "test/specs/models/foxxSpec.js", + "test/specs/models/clusterCoordinatorSpec.js", + + "test/specs/config/dygraphConfigSpec.js", + + "test/specs/collections/clusterServersSpec.js", + "test/specs/collections/clusterDatabasesSpec.js", + "test/specs/collections/clusterCollectionsSpec.js", + "test/specs/collections/clusterCoordinatorsSpec.js", + "test/specs/collections/clusterShardsSpec.js", + "test/specs/collections/arangoCollectionsSpec.js", + "test/specs/collections/arangoDatabaseSpec.js", + "test/specs/collections/arangoDocumentSpec.js", + "test/specs/collections/arangoDocumentsSpec.js", + "test/specs/collections/arangoLogsSpec.js", + "test/specs/collections/arangoReplicationSpec.js", + "test/specs/collections/arangoStatisticsCollectionSpec.js", + "test/specs/collections/arangoStatisticsDescriptionCollectionSpec.js", + "test/specs/collections/arangoUsersSpec.js", + "test/specs/collections/foxxCollectionSpec.js", + "test/specs/collections/graphCollectionSpec.js", + "test/specs/collections/notificationCollectionSpec.js", + "test/specs/collections/ClusterStatisticsCollectionSpec.js", + + + "test/specs/views/apiViewSpec.js", + "test/specs/views/applicationsViewSpec.js", + "test/specs/views/appDocumentationViewSpec.js", + "test/specs/views/modalViewSpec.js", + "test/specs/views/editListEntryViewSpec.js", + "test/specs/views/collectionsViewSpec.js", + "test/specs/views/collectionsItemViewSpec.js", + "test/specs/views/dbSelectionViewSpec.js", + "test/specs/views/navigationViewSpec.js", + "test/specs/views/loginViewSpec.js", + "test/specs/views/userBarViewSpec.js", + "test/specs/views/documentsViewSpec.js", + "test/specs/views/documentViewSpec.js", "test/specs/views/dashboardViewSpec.js", "test/specs/views/graphManagementViewSpec.js", "test/specs/views/newLogsViewSpec.js", @@ -194,6 +273,19 @@ "test/specs/views/statisticBarViewSpec.js", "test/specs/views/shellViewSpec.js", "test/specs/views/queryViewSpec.js", + "test/specs/views/userManagementViewSpec.js", + + "test/clusterSpecs/views/clusterDownViewSpec.js", + "test/clusterSpecs/views/dbServerDashboardViewSpec.js", + "test/clusterSpecs/views/loginModalViewSpec.js", + "test/clusterSpecs/views/planScenarioSelectorViewSpec.js", + "test/clusterSpecs/views/planSymmetricViewSpec.js", + "test/clusterSpecs/views/planTestViewSpec.js", + "test/clusterSpecs/views/showClusterViewSpec.js", + "test/clusterSpecs/views/shutdownButtonViewSpec.js", + + "test/specs/router/routerSpec.js", + "test/specs/router/clusterRouterSpec.js", "test/specs/router/versionCheckSpec.js" ]