Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
Fixed yuidoc and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Zirkelbach committed Mar 20, 2018
1 parent f04b80d commit 5926d18
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion tests/unit/models/aggregatedclazzcommunication-test.js
Expand Up @@ -2,7 +2,7 @@ import { moduleForModel, test } from 'ember-qunit';

moduleForModel('aggregatedclazzcommunication', 'Unit | Model | aggregatedclazzcommunication', {
// Specify the other units that are required for this test.
needs: []
needs: ['model:cumulatedclazzcommunication', 'model:clazzcommunication']
});

test('it exists', function(assert) {
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/models/application-test.js
Expand Up @@ -2,7 +2,7 @@ import { moduleForModel, test } from 'ember-qunit';

moduleForModel('application', 'Unit | Model | application', {
// Specify the other units that are required for this test.
needs: ['model:node', 'model:component', 'model:communicationclazz', 'model:communication', 'model:databasequery']
needs: ['model:node', 'model:component', 'model:applicationcommunication', 'model:cumulatedclazzcommunication', 'model:aggregatedclazzcommunication', 'model:databasequery']
});

test('it exists', function(assert) {
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/models/applicationcommunication-test.js
Expand Up @@ -2,7 +2,7 @@ import { moduleForModel, test } from 'ember-qunit';

moduleForModel('applicationcommunication', 'Unit | Model | applicationcommunication', {
// Specify the other units that are required for this test.
needs: []
needs: ['model:landscape', 'model:application']
});

test('it exists', function(assert) {
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/models/clazz-test.js
Expand Up @@ -2,7 +2,7 @@ import { moduleForModel, test } from 'ember-qunit';

moduleForModel('clazz', 'Unit | Model | clazz', {
// Specify the other units that are required for this test.
needs: ['model:component']
needs: ['model:component', 'model:clazzcommunication',]
});

test('it exists', function(assert) {
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/models/clazzcommunication-test.js
Expand Up @@ -2,7 +2,7 @@ import { moduleForModel, test } from 'ember-qunit';

moduleForModel('clazzcommunication', 'Unit | Model | clazzcommunication', {
// Specify the other units that are required for this test.
needs: []
needs: ['model:clazz']
});

test('it exists', function(assert) {
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/models/component-test.js
Expand Up @@ -2,7 +2,7 @@ import { moduleForModel, test } from 'ember-qunit';

moduleForModel('component', 'Unit | Model | component', {
// Specify the other units that are required for this test.
needs: ['model:clazz', 'model:application']
needs: ['model:application', 'model:clazz']
});

test('it exists', function(assert) {
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/models/cumulatedclazzcommunication-test.js
Expand Up @@ -2,7 +2,7 @@ import { moduleForModel, test } from 'ember-qunit';

moduleForModel('cumulatedclazzcommunication', 'Unit | Model | cumulatedclazzcommunication', {
// Specify the other units that are required for this test.
needs: []
needs: ['model:aggregatedclazzcommunication', 'model:clazzcommunication',]
});

test('it exists', function(assert) {
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/models/landscape-test.js
Expand Up @@ -2,7 +2,7 @@ import { moduleForModel, test } from 'ember-qunit';

moduleForModel('landscape', 'Unit | Model | landscape', {
// Specify the other units that are required for this test.
needs: ['model:system', 'model:communication']
needs: ['model:system', 'model:applicationcommunication']
});

test('it exists', function(assert) {
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/models/node-test.js
Expand Up @@ -2,7 +2,7 @@ import { moduleForModel, test } from 'ember-qunit';

moduleForModel('node', 'Unit | Model | node', {
// Specify the other units that are required for this test.
needs: ['model:application', 'model:nodegroup']
needs: ['model:nodegroup', 'model:application']
});

test('it exists', function(assert) {
Expand Down
3 changes: 1 addition & 2 deletions tests/unit/serializers/application-test.js
Expand Up @@ -2,8 +2,7 @@ import { moduleForModel, test } from 'ember-qunit';

moduleForModel('application', 'Unit | Serializer | application', {
// Specify the other units that are required for this test.
needs: ['serializer:application', 'model:node', 'model:component',
'model:communicationclazz', 'model:communication', 'model:databasequery']
needs: ['model:node', 'model:component', 'model:applicationcommunication', 'model:cumulatedclazzcommunication', 'model:aggregatedclazzcommunication', 'model:databasequery']
});

// Replace this with your real tests.
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/serializers/landscape-test.js
Expand Up @@ -2,7 +2,7 @@ import { moduleForModel, test } from 'ember-qunit';

moduleForModel('landscape', 'Unit | Serializer | landscape', {
// Specify the other units that are required for this test.
needs: ['serializer:landscape', 'model:system', 'model:communication']
needs: ['serializer:landscape', 'model:system', 'model:applicationcommunication']
});

// Replace this with your real tests.
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/serializers/system-test.js
Expand Up @@ -2,7 +2,7 @@ import { moduleForModel, test } from 'ember-qunit';

moduleForModel('system', 'Unit | Serializer | system', {
// Specify the other units that are required for this test.
needs: ['serializer:system']
needs: ['serializer:system', 'model:landscape', 'model:nodegroup']
});

// Replace this with your real tests.
Expand Down
6 changes: 3 additions & 3 deletions yuidoc.json
@@ -1,7 +1,7 @@
{
"name": "ExplorViz: Frontend API",
"description": "ExplorViz: Frontend API: ExplorViz's client component for visualization",
"version": "0.0.2",
"name": "ExplorViz Frontend",
"description": "ExplorViz Frontend : ExplorViz's client component for visualization",
"version": "1.2.0",
"url": "https://www.explorviz.net/",
"logo": "https://www.explorviz.net/img/favicon.png",
"options": {
Expand Down

0 comments on commit 5926d18

Please sign in to comment.