http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/app/configs-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/app/configs-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/app/configs-test.js deleted file mode 100644 index 4661e8c..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/app/configs-test.js +++ /dev/null @@ -1,40 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:app/configs', 'Unit | Controller | app/configs', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - initVisibleColumns: Ember.K - }); - - assert.ok(controller); - assert.ok(controller.breadcrumbs); - assert.ok(controller.columns); - assert.ok(controller.configs); - - assert.ok(controller.get("searchText"), "tez"); -});
http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/app/dags-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/app/dags-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/app/dags-test.js deleted file mode 100644 index 53cf7f2..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/app/dags-test.js +++ /dev/null @@ -1,40 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:app/dags', 'Unit | Controller | app/dags', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - beforeSort: {bind: Ember.K}, - initVisibleColumns: Ember.K, - getCounterColumns: Ember.K - }); - - assert.ok(controller); - assert.ok(controller.breadcrumbs); - assert.ok(controller.columns); - assert.ok(controller.getCounterColumns); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/app/index-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/app/index-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/app/index-test.js deleted file mode 100644 index 676b1d4..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/app/index-test.js +++ /dev/null @@ -1,36 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:app/index', 'Unit | Controller | app/index', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - initVisibleColumns: Ember.K - }); - - assert.ok(controller); - assert.ok(controller.trackingURL); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/application-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/application-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/application-test.js deleted file mode 100644 index 6fe69df..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/application-test.js +++ /dev/null @@ -1,45 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:application', 'Unit | Controller | application', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject(); - - assert.ok(controller.prefixedBreadcrumbs); -}); - -test('prefixedBreadcrumbs test', function(assert) { - let controller = this.subject(), - prefixedBreadcrumbs, - testText = "foo"; - - controller.breadcrumbs = [{ - text: testText - }]; - prefixedBreadcrumbs = controller.get("prefixedBreadcrumbs"); - - assert.equal(prefixedBreadcrumbs.length, 2); - assert.equal(prefixedBreadcrumbs[0].text, "All DAGs"); - assert.equal(prefixedBreadcrumbs[1].text, testText); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/attempt-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/attempt-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/attempt-test.js deleted file mode 100644 index da451f7..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/attempt-test.js +++ /dev/null @@ -1,37 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:attempt', 'Unit | Controller | attempt', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - initVisibleColumns: Ember.K - }); - - assert.ok(controller); - assert.ok(controller.breadcrumbs); - assert.ok(controller.tabs); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/attempt/counters-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/attempt/counters-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/attempt/counters-test.js deleted file mode 100644 index 8226f36..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/attempt/counters-test.js +++ /dev/null @@ -1,36 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:attempt/counters', 'Unit | Controller | attempt/counters', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - initVisibleColumns: Ember.K - }); - - assert.ok(controller); - assert.ok(controller.breadcrumbs); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/attempt/index-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/attempt/index-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/attempt/index-test.js deleted file mode 100644 index 3733692..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/attempt/index-test.js +++ /dev/null @@ -1,35 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:attempt/index', 'Unit | Controller | attempt/index', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - initVisibleColumns: Ember.K - }); - - assert.ok(controller); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/counters-table-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/counters-table-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/counters-table-test.js deleted file mode 100644 index e0e7b02..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/counters-table-test.js +++ /dev/null @@ -1,91 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:counters-table', 'Unit | Controller | counters table', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - initVisibleColumns: Ember.K - }); - - assert.ok(controller); - assert.ok(controller.columns); - assert.ok(controller.counters); - assert.ok(controller._countersObserver); - -}); - -test('counters & _countersObserver test', function(assert) { - let controller = this.subject({ - send: Ember.K, - initVisibleColumns: Ember.K, - model: { - counterGroupsHash: { - "foo": { - "Foo Name 1": "Value 1", - "Foo Name 2": "Value 2", - "Foo Name 3": "Value 3" - }, - "bar": { - "Bar Name 1": "Value 1", - "Bar Name 2": "Value 2", - "Bar Name 3": "Value 3" - } - } - } - }); - - assert.equal(controller.countersCount, 0); - - controller._countersObserver(); - - assert.equal(controller.get("counters.0.groupName"), "foo"); - assert.equal(controller.get("counters.0.counterName"), "Foo Name 1"); - assert.equal(controller.get("counters.0.counterValue"), "Value 1"); - - assert.equal(controller.get("counters.1.groupName"), "foo"); - assert.equal(controller.get("counters.1.counterName"), "Foo Name 2"); - assert.equal(controller.get("counters.1.counterValue"), "Value 2"); - - assert.equal(controller.get("counters.2.groupName"), "foo"); - assert.equal(controller.get("counters.2.counterName"), "Foo Name 3"); - assert.equal(controller.get("counters.2.counterValue"), "Value 3"); - - - assert.equal(controller.get("counters.3.groupName"), "bar"); - assert.equal(controller.get("counters.3.counterName"), "Bar Name 1"); - assert.equal(controller.get("counters.3.counterValue"), "Value 1"); - - assert.equal(controller.get("counters.4.groupName"), "bar"); - assert.equal(controller.get("counters.4.counterName"), "Bar Name 2"); - assert.equal(controller.get("counters.4.counterValue"), "Value 2"); - - assert.equal(controller.get("counters.5.groupName"), "bar"); - assert.equal(controller.get("counters.5.counterName"), "Bar Name 3"); - assert.equal(controller.get("counters.5.counterValue"), "Value 3"); - - assert.equal(controller.countersCount, 6); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/dag-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/dag-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/dag-test.js deleted file mode 100644 index 2fc7276..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/dag-test.js +++ /dev/null @@ -1,37 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:dag', 'Unit | Controller | dag', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - initVisibleColumns: Ember.K - }); - - assert.ok(controller); - assert.ok(controller.breadcrumbs); - assert.ok(controller.tabs); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/dag/attempts-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/dag/attempts-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/dag/attempts-test.js deleted file mode 100644 index f1d3d01..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/dag/attempts-test.js +++ /dev/null @@ -1,41 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:dag/attempts', 'Unit | Controller | dag/attempts', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - beforeSort: {bind: Ember.K}, - initVisibleColumns: Ember.K, - getCounterColumns: function () { - return []; - } - }); - - assert.ok(controller); - assert.ok(controller.breadcrumbs); - assert.ok(controller.columns); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/dag/counters-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/dag/counters-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/dag/counters-test.js deleted file mode 100644 index 7e72b95..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/dag/counters-test.js +++ /dev/null @@ -1,36 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:dag/counters', 'Unit | Controller | dag/counters', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - initVisibleColumns: Ember.K - }); - - assert.ok(controller); - assert.ok(controller.breadcrumbs); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/dag/graphical-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/dag/graphical-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/dag/graphical-test.js deleted file mode 100644 index 6b7ecb6..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/dag/graphical-test.js +++ /dev/null @@ -1,47 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:dag/graphical', 'Unit | Controller | dag/graphical', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - beforeSort: {bind: Ember.K}, - initVisibleColumns: Ember.K, - getCounterColumns: function () { - return []; - } - }); - - assert.ok(controller); - - assert.ok(controller.columnSelectorTitle); - assert.ok(controller.breadcrumbs); - assert.ok(controller.columns); - - assert.ok(controller.redirect); - assert.ok(controller.actions.entityClicked); - assert.ok(controller.viewData); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/dag/index-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/dag/index-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/dag/index-test.js deleted file mode 100644 index 176b9e7..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/dag/index-test.js +++ /dev/null @@ -1,35 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:dag/index', 'Unit | Controller | dag/index', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - initVisibleColumns: Ember.K - }); - - assert.ok(controller); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/dag/index/index-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/dag/index/index-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/dag/index/index-test.js deleted file mode 100644 index 166ee6b..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/dag/index/index-test.js +++ /dev/null @@ -1,40 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:dag/index/index', 'Unit | Controller | dag/index/index', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - beforeSort: {bind: Ember.K}, - initVisibleColumns: Ember.K, - getCounterColumns: function () { - return []; - } - }); - - assert.ok(controller); - assert.ok(controller.columns); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/dag/swimlane-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/dag/swimlane-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/dag/swimlane-test.js deleted file mode 100644 index 7509dee..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/dag/swimlane-test.js +++ /dev/null @@ -1,89 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:dag/swimlane', 'Unit | Controller | dag/swimlane', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - beforeSort: {bind: Ember.K}, - initVisibleColumns: Ember.K, - getCounterColumns: function () { - return []; - } - }); - - assert.ok(controller); - assert.ok(controller.zoom); - assert.ok(controller.breadcrumbs); - assert.ok(controller.columns); - assert.ok(controller.processes); - - assert.ok(controller.actions.toggleFullscreen); - assert.ok(controller.actions.click); -}); - -test('Processes test', function(assert) { - - var vertices = [Ember.Object.create({ - name: "v1" - }), Ember.Object.create({ - name: "v2" - }), Ember.Object.create({ - name: "v3" - }), Ember.Object.create({ - name: "v4" - })]; - vertices.firstObject = { - dag: { - edges: [{ - inputVertexName: "v1", - outputVertexName: "v3" - }, { - inputVertexName: "v2", - outputVertexName: "v3" - }, { - inputVertexName: "v3", - outputVertexName: "v4" - }] - } - }; - - let controller = this.subject({ - send: Ember.K, - beforeSort: {bind: Ember.K}, - initVisibleColumns: Ember.K, - getCounterColumns: function () { - return []; - }, - model: vertices - }); - - var processes = controller.get("processes"); - - assert.equal(processes[2].blockers[0].vertex, vertices[0]); - assert.equal(processes[2].blockers[1].vertex, vertices[1]); - assert.equal(processes[3].blockers[0].vertex, vertices[2]); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/dag/tasks-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/dag/tasks-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/dag/tasks-test.js deleted file mode 100644 index a288244..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/dag/tasks-test.js +++ /dev/null @@ -1,41 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:dag/tasks', 'Unit | Controller | dag/tasks', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - beforeSort: {bind: Ember.K}, - initVisibleColumns: Ember.K, - getCounterColumns: function () { - return []; - } - }); - - assert.ok(controller); - assert.ok(controller.breadcrumbs); - assert.ok(controller.columns); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/dag/vertices-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/dag/vertices-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/dag/vertices-test.js deleted file mode 100644 index 0c5f766..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/dag/vertices-test.js +++ /dev/null @@ -1,84 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:dag/vertices', 'Unit | Controller | dag/vertices', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - beforeSort: {bind: Ember.K}, - initVisibleColumns: Ember.K, - getCounterColumns: function () { - return []; - } - }); - - assert.ok(controller); - assert.ok(controller.breadcrumbs); - assert.ok(controller.columns); - assert.ok(controller.beforeSort); -}); - -test('beforeSort test', function(assert) { - let controller = this.subject({ - initVisibleColumns: Ember.K, - getCounterColumns: function () { - return []; - }, - polling: { - isReady: true - }, - send: function (actionName) { - if(actionName === "openModal") { - assert.ok(true); - } - } - }); - - // Bind poilyfill - Function.prototype.bind = function (context) { - var that = this; - return function (val) { - return that.call(context, val); - }; - }; - - assert.expect(1 + 3 + 3); - - assert.ok(controller.beforeSort(Ember.Object.create({ - contentPath: "NonDisabledColumn" - })), "NonDisabledColumn"); - - assert.notOk(controller.beforeSort(Ember.Object.create({ - contentPath: "succeededTasks" - })), "succeededTasks"); - assert.notOk(controller.beforeSort(Ember.Object.create({ - contentPath: "runningTasks" - })), "runningTasks"); - assert.notOk(controller.beforeSort(Ember.Object.create({ - contentPath: "pendingTasks" - })), "pendingTasks"); - -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/dags-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/dags-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/dags-test.js deleted file mode 100644 index f244305..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/dags-test.js +++ /dev/null @@ -1,52 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:dags', 'Unit | Controller | dags', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - assert.expect(2 + 3 + 1 + 3 + 1 + 1); - - let controller = this.subject({ - initVisibleColumns: Ember.K, - beforeSort: {bind: Ember.K}, - send: function (name, query) { - assert.equal(name, "setBreadcrumbs"); - assert.ok(query); - } - }); - - assert.ok(controller); - assert.ok(controller.columns); - assert.ok(controller.getCounterColumns); - - assert.ok(controller.pageNum); - - assert.ok(controller.queryParams); - assert.ok(controller.headerComponentNames); - assert.ok(controller.definition); - - assert.ok(controller.actions.search); - assert.ok(controller.actions.pageChanged); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/multi-table-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/multi-table-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/multi-table-test.js deleted file mode 100644 index 27e32fc..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/multi-table-test.js +++ /dev/null @@ -1,41 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:multi-table', 'Unit | Controller | multi table', { - // Specify the other units that are required for this test. - // needs: ['service:local-storage'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - beforeSort: {bind: Ember.K}, - initVisibleColumns: Ember.K, - localStorage: Ember.Object.create(), - getCounterColumns: function () { - return []; - } - }); - - assert.ok(controller); - assert.ok(controller._visibleColumnsObserver); - assert.ok(controller.sendCountersChanged); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/page-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/page-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/page-test.js deleted file mode 100644 index 75a8a54..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/page-test.js +++ /dev/null @@ -1,51 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:page', 'Unit | Controller | page', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - initVisibleColumns: Ember.K - }); - - assert.ok(controller); - assert.ok(controller.loaded); - - assert.equal(controller.isLoading, false); -}); - -test('loaded test', function(assert) { - let controller = this.subject({ - send: Ember.K, - initVisibleColumns: Ember.K - }); - - assert.notOk(controller.get("loaded")); - controller.set("model", true); - assert.ok(controller.get("loaded")); - controller.set("isLoading", true); - assert.notOk(controller.get("loaded")); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/parent-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/parent-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/parent-test.js deleted file mode 100644 index 2b0ff97..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/parent-test.js +++ /dev/null @@ -1,36 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:parent', 'Unit | Controller | parent', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - initVisibleColumns: Ember.K - }); - - assert.ok(controller); - assert.ok(controller.polling); - assert.ok(controller.actions.autoRefreshChanged); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/table-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/table-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/table-test.js deleted file mode 100644 index 110fec2..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/table-test.js +++ /dev/null @@ -1,65 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:table', 'Unit | Controller | table', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - initVisibleColumns: Ember.K - }); - - assert.ok(controller); - assert.ok(controller.queryParams); - - assert.equal(controller.rowCount, 10); - assert.equal(controller.searchText, ""); - assert.equal(controller.sortColumnId, ""); - assert.equal(controller.sortOrder, ""); - assert.equal(controller.pageNo, 1); - - assert.ok(controller.headerComponentNames); - assert.ok(controller.visibleColumnIDs); - assert.ok(controller.columnSelectorTitle); - assert.ok(controller.definition); - - assert.ok(controller.storageID); - assert.ok(controller.initVisibleColumns); - - assert.ok(controller.beforeSort); - assert.ok(controller.columns); - assert.ok(controller.allColumns); - assert.ok(controller.visibleColumns); - - assert.ok(controller.getCounterColumns); - - assert.ok(controller.actions.searchChanged); - assert.ok(controller.actions.sortChanged); - assert.ok(controller.actions.rowsChanged); - assert.ok(controller.actions.pageChanged); - - assert.ok(controller.actions.openColumnSelector); - assert.ok(controller.actions.columnsSelected); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/task-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/task-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/task-test.js deleted file mode 100644 index c9cee79..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/task-test.js +++ /dev/null @@ -1,37 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:task', 'Unit | Controller | task', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - initVisibleColumns: Ember.K - }); - - assert.ok(controller); - assert.ok(controller.breadcrumbs); - assert.ok(controller.tabs); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/task/attempts-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/task/attempts-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/task/attempts-test.js deleted file mode 100644 index 4db8dac..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/task/attempts-test.js +++ /dev/null @@ -1,41 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:task/attempts', 'Unit | Controller | task/attempts', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - beforeSort: {bind: Ember.K}, - initVisibleColumns: Ember.K, - getCounterColumns: function () { - return []; - } - }); - - assert.ok(controller); - assert.ok(controller.breadcrumbs); - assert.ok(controller.columns); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/task/counters-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/task/counters-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/task/counters-test.js deleted file mode 100644 index 6ee8adb..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/task/counters-test.js +++ /dev/null @@ -1,36 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:task/counters', 'Unit | Controller | task/counters', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - initVisibleColumns: Ember.K - }); - - assert.ok(controller); - assert.ok(controller.breadcrumbs); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/task/index-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/task/index-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/task/index-test.js deleted file mode 100644 index 86d63e9..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/task/index-test.js +++ /dev/null @@ -1,35 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:task/index', 'Unit | Controller | task/index', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - initVisibleColumns: Ember.K - }); - - assert.ok(controller); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/vertex-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/vertex-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/vertex-test.js deleted file mode 100644 index e8e9b3f..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/vertex-test.js +++ /dev/null @@ -1,37 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:vertex', 'Unit | Controller | vertex', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - initVisibleColumns: Ember.K - }); - - assert.ok(controller); - assert.ok(controller.breadcrumbs); - assert.ok(controller.tabs); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/vertex/attempts-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/vertex/attempts-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/vertex/attempts-test.js deleted file mode 100644 index 142fa58..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/vertex/attempts-test.js +++ /dev/null @@ -1,41 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:vertex/attempts', 'Unit | Controller | vertex/attempts', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - beforeSort: {bind: Ember.K}, - initVisibleColumns: Ember.K, - getCounterColumns: function () { - return []; - } - }); - - assert.ok(controller); - assert.ok(controller.breadcrumbs); - assert.ok(controller.columns); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/vertex/counters-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/vertex/counters-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/vertex/counters-test.js deleted file mode 100644 index 0a17240..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/vertex/counters-test.js +++ /dev/null @@ -1,36 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:vertex/counters', 'Unit | Controller | vertex/counters', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - initVisibleColumns: Ember.K - }); - - assert.ok(controller); - assert.ok(controller.breadcrumbs); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/vertex/index-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/vertex/index-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/vertex/index-test.js deleted file mode 100644 index bcf6203..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/vertex/index-test.js +++ /dev/null @@ -1,35 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:vertex/index', 'Unit | Controller | vertex/index', { - // Specify the other units that are required for this test. - // needs: ['controller:foo'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - initVisibleColumns: Ember.K - }); - - assert.ok(controller); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/controllers/vertex/tasks-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/controllers/vertex/tasks-test.js b/tez-ui2/src/main/webapp/tests/unit/controllers/vertex/tasks-test.js deleted file mode 100644 index 6949ba5..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/controllers/vertex/tasks-test.js +++ /dev/null @@ -1,41 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('controller:vertex/tasks', 'Unit | Controller | vertex/tasks', { - // Specify the other units that are required for this test. - // needs: ['service:local-storage'] -}); - -test('Basic creation test', function(assert) { - let controller = this.subject({ - send: Ember.K, - beforeSort: {bind: Ember.K}, - initVisibleColumns: Ember.K, - getCounterColumns: function () { - return []; - } - }); - - assert.ok(controller); - assert.ok(controller.breadcrumbs); - assert.ok(controller.columns); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/entities/am-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/entities/am-test.js b/tez-ui2/src/main/webapp/tests/unit/entities/am-test.js deleted file mode 100644 index b48eea5..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/entities/am-test.js +++ /dev/null @@ -1,33 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('entitie:am', 'Unit | Entity | am', { - // Specify the other units that are required for this test. - // needs: ['entitie:foo'] -}); - -test('Basic creation test', function(assert) { - let adapter = this.subject(); - - assert.ok(adapter); - assert.ok(adapter.resetJoiner); - assert.ok(adapter.queryRecord); - assert.ok(adapter.queryJoinedRecords); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/entities/attempt-am-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/entities/attempt-am-test.js b/tez-ui2/src/main/webapp/tests/unit/entities/attempt-am-test.js deleted file mode 100644 index 2856ec5..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/entities/attempt-am-test.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('entitie:attempt-am', 'Unit | Entity | attempt am', { - // Specify the other units that are required for this test. - // needs: ['entitie:foo'] -}); - -test('Basic creation test', function(assert) { - let adapter = this.subject(); - - assert.ok(adapter); - assert.ok(adapter.queryPropertyToJoin); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/entities/entity-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/entities/entity-test.js b/tez-ui2/src/main/webapp/tests/unit/entities/entity-test.js deleted file mode 100644 index 3e1da55..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/entities/entity-test.js +++ /dev/null @@ -1,263 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('entitie:entity', 'Unit | Entity | entity', { - // Specify the other units that are required for this test. - // needs: ['entitie:foo'] -}); - -test('Basic creation test', function(assert) { - let adapter = this.subject(); - - assert.ok(adapter); - - assert.ok(adapter.queryRecord); - assert.ok(adapter.query); - - assert.ok(adapter.normalizeNeed); - assert.ok(adapter._loadNeed); - assert.ok(adapter.loadNeed); - - assert.ok(adapter._loadAllNeeds); - assert.ok(adapter.loadAllNeeds); -}); - -test('normalizeNeed test', function(assert) { - let adapter = this.subject(), - expectedProperties = ["name", "type", "idKey", "silent"]; - - assert.deepEqual(adapter.normalizeNeed("app", "appKey").getProperties(expectedProperties), { - name: "app", - type: "app", - idKey: "appKey", - silent: false - }, "Test 1"); - - assert.deepEqual(adapter.normalizeNeed( "app", { idKey: "appKey" }).getProperties(expectedProperties), { - name: "app", - type: "app", - idKey: "appKey", - silent: false - }, "Test 2"); - - assert.deepEqual(adapter.normalizeNeed( "app", { type: "application", idKey: "appKey" }).getProperties(expectedProperties), { - name: "app", - type: "application", - idKey: "appKey", - silent: false - }, "Test 3"); - - assert.deepEqual(adapter.normalizeNeed( "app", { silent: true, idKey: "appKey" }).getProperties(expectedProperties), { - name: "app", - type: "app", - idKey: "appKey", - silent: true - }, "Test 4"); -}); - -test('loadAllNeeds basic test', function(assert) { - let adapter = this.subject(), - loader, - testModel = Ember.Object.create({ - refreshLoadTime: Ember.K, - needs: { - app: "appID", - foo: "fooID" - }, - appID: 1, - fooID: 2 - }); - - assert.expect(1 + 2 + 1); - - assert.equal(adapter.loadAllNeeds(loader, Ember.Object.create()), undefined, "Model without needs"); - - loader = { - queryRecord: function (type, id) { - - // Must be called twice, once for each record - switch(type) { - case "app": - assert.equal(id, testModel.get("appID")); - break; - case "foo": - assert.equal(id, testModel.get("fooID")); - break; - } - - return Ember.RSVP.resolve(); - } - }; - adapter.loadAllNeeds(loader, testModel).then(function () { - assert.ok(true); - }); -}); - -test('loadAllNeeds silent=false test', function(assert) { - let adapter = this.subject(), - loader, - testModel = Ember.Object.create({ - refreshLoadTime: Ember.K, - needs: { - app: { - idKey: "appID", - // silent: false - By default it's false - }, - }, - appID: 1, - }), - testErr = {}; - - assert.expect(1 + 1); - - loader = { - queryRecord: function (type, id) { - assert.equal(id, testModel.get("appID")); - return Ember.RSVP.reject(testErr); - } - }; - adapter.loadAllNeeds(loader, testModel).catch(function (err) { - assert.equal(err, testErr); - }); -}); - -test('loadAllNeeds silent=true test', function(assert) { - let adapter = this.subject(), - loader, - testModel = Ember.Object.create({ - refreshLoadTime: Ember.K, - needs: { - app: { - idKey: "appID", - silent: true - }, - }, - appID: 1, - }); - - assert.expect(1 + 1); - - loader = { - queryRecord: function (type, id) { - assert.equal(id, testModel.get("appID")); - return Ember.RSVP.resolve(); - } - }; - adapter.loadAllNeeds(loader, testModel).then(function (val) { - assert.ok(val); - }); -}); - -test('_loadNeed single string type test', function(assert) { - let adapter = this.subject(), - loader, - testModel = Ember.Object.create({ - refreshLoadTime: Ember.K, - needs: { - app: { - type: "appRm", - idKey: "appID", - silent: true - }, - }, - appID: 1, - }); - - assert.expect(2 + 1); - - loader = { - queryRecord: function (type, id) { - assert.equal(id, testModel.get("appID")); - assert.equal(type, "appRm"); - return Ember.RSVP.resolve(); - } - }; - adapter.loadAllNeeds(loader, testModel).then(function (val) { - assert.ok(val); - }); -}); - -test('_loadNeed multiple type test', function(assert) { - let adapter = this.subject(), - loader, - testModel = Ember.Object.create({ - refreshLoadTime: Ember.K, - needs: { - app: { - type: ["AhsApp", "appRm"], - idKey: "appID", - silent: true - }, - }, - appID: 1, - }); - - assert.expect(2 * 2 + 1); - - loader = { - queryRecord: function (type, id) { - assert.equal(id, testModel.get("appID")); - - if(type === "AhsApp") { - assert.ok(true); - return Ember.RSVP.reject(); - } - else { - assert.equal(type, "appRm"); - return Ember.RSVP.resolve(); - } - } - }; - adapter.loadAllNeeds(loader, testModel).then(function (val) { - assert.ok(val); - }); -}); - -test('_loadNeed test with silent false', function(assert) { - let adapter = this.subject(), - loader, - testModel = Ember.Object.create({ - refreshLoadTime: Ember.K, - needs: { - app: { - type: ["AhsApp"], - idKey: "appID", - silent: false - }, - }, - appID: 1, - }), - testErr = {}; - - assert.expect(2 + 1); - - loader = { - queryRecord: function (type, id) { - assert.equal(id, testModel.get("appID")); - assert.equal(type, "AhsApp"); - return Ember.RSVP.reject(testErr); - } - }; - adapter.loadAllNeeds(loader, testModel).catch(function (err) { - assert.equal(err, testErr); - }); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/entities/task-am-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/entities/task-am-test.js b/tez-ui2/src/main/webapp/tests/unit/entities/task-am-test.js deleted file mode 100644 index 7caca54..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/entities/task-am-test.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('entitie:task-am', 'Unit | Entity | task am', { - // Specify the other units that are required for this test. - // needs: ['entitie:foo'] -}); - -test('Basic creation test', function(assert) { - let adapter = this.subject(); - - assert.ok(adapter); - assert.ok(adapter.queryPropertyToJoin); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/entities/vertex-am-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/entities/vertex-am-test.js b/tez-ui2/src/main/webapp/tests/unit/entities/vertex-am-test.js deleted file mode 100644 index 19937f3..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/entities/vertex-am-test.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('entitie:vertex-am', 'Unit | Entity | vertex am', { - // Specify the other units that are required for this test. - // needs: ['entitie:foo'] -}); - -test('Basic creation test', function(assert) { - let adapter = this.subject(); - - assert.ok(adapter); - assert.ok(adapter.queryPropertyToJoin); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/initializers/entities-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/initializers/entities-test.js b/tez-ui2/src/main/webapp/tests/unit/initializers/entities-test.js deleted file mode 100644 index ea54a11..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/initializers/entities-test.js +++ /dev/null @@ -1,40 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; -import EntitiesInitializer from '../../../initializers/entities'; -import { module, test } from 'qunit'; - -let application; - -module('Unit | Initializer | entities', { - beforeEach() { - Ember.run(function() { - application = Ember.Application.create(); - application.deferReadiness(); - }); - } -}); - -// Replace this with your real tests. -test('it works', function(assert) { - EntitiesInitializer.initialize(application); - - // you would normally confirm the results of the initializer here - assert.ok(true); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/initializers/env-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/initializers/env-test.js b/tez-ui2/src/main/webapp/tests/unit/initializers/env-test.js deleted file mode 100644 index 7f6f287..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/initializers/env-test.js +++ /dev/null @@ -1,40 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; -import EnvInitializer from '../../../initializers/env'; -import { module, test } from 'qunit'; - -let application; - -module('Unit | Initializer | env', { - beforeEach() { - Ember.run(function() { - application = Ember.Application.create(); - application.deferReadiness(); - }); - } -}); - -// Replace this with your real tests. -test('it works', function(assert) { - EnvInitializer.initialize(application); - - // you would normally confirm the results of the initializer here - assert.ok(true); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/initializers/hosts-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/initializers/hosts-test.js b/tez-ui2/src/main/webapp/tests/unit/initializers/hosts-test.js deleted file mode 100644 index 5244c77..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/initializers/hosts-test.js +++ /dev/null @@ -1,38 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; -import HostsInitializer from '../../../initializers/hosts'; -import { module, test } from 'qunit'; - -let application; - -module('Unit | Initializer | hosts', { - beforeEach() { - Ember.run(function() { - application = Ember.Application.create(); - application.deferReadiness(); - }); - } -}); - -test('it works', function(assert) { - HostsInitializer.initialize(application); - - assert.ok(true); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/initializers/jquery-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/initializers/jquery-test.js b/tez-ui2/src/main/webapp/tests/unit/initializers/jquery-test.js deleted file mode 100644 index e30f427..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/initializers/jquery-test.js +++ /dev/null @@ -1,38 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; -import JqueryInitializer from '../../../initializers/jquery'; -import { module, test } from 'qunit'; - -let application; - -module('Unit | Initializer | jquery', { - beforeEach() { - Ember.run(function() { - application = Ember.Application.create(); - application.deferReadiness(); - }); - } -}); - -test('it works', function(assert) { - JqueryInitializer.initialize(application); - - assert.ok(true); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/initializers/loader-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/initializers/loader-test.js b/tez-ui2/src/main/webapp/tests/unit/initializers/loader-test.js deleted file mode 100644 index cc32e92..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/initializers/loader-test.js +++ /dev/null @@ -1,40 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; -import LoaderInitializer from '../../../initializers/loader'; -import { module, test } from 'qunit'; - -let application; - -module('Unit | Initializer | loader', { - beforeEach() { - Ember.run(function() { - application = Ember.Application.create(); - application.deferReadiness(); - }); - } -}); - -// Replace this with your real tests. -test('it works', function(assert) { - LoaderInitializer.initialize(application); - - // you would normally confirm the results of the initializer here - assert.ok(true); -}); http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/tests/unit/initializers/local-storage-test.js ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/tests/unit/initializers/local-storage-test.js b/tez-ui2/src/main/webapp/tests/unit/initializers/local-storage-test.js deleted file mode 100644 index f600fdc..0000000 --- a/tez-ui2/src/main/webapp/tests/unit/initializers/local-storage-test.js +++ /dev/null @@ -1,39 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import Ember from 'ember'; -import LocalStorageInitializer from '../../../initializers/local-storage'; -import { module, test } from 'qunit'; - -let application; - -module('Unit | Initializer | local storage', { - beforeEach() { - Ember.run(function() { - application = Ember.Application.create(); - application.deferReadiness(); - }); - } -}); - -test('it works', function(assert) { - LocalStorageInitializer.initialize(application); - - // you would normally confirm the results of the initializer here - assert.ok(true); -});
