Fixed defects in test screen & updated test cases 07/35507/1
authorsj108s <sj108s@us.att.com>
Tue, 13 Mar 2018 14:59:58 +0000 (20:29 +0530)
committersj108s <sj108s@us.att.com>
Tue, 13 Mar 2018 15:00:50 +0000 (20:30 +0530)
commitf1e61ce405cf11ea77fe98abd5e10f7ed2d72611
tree0d6f464a3c8e275b2b74359f81282aaf589074fe
parent8ac6f161c2260e48a743df82e57b4ba24ce9795c
Fixed defects in test screen & updated test cases

Fixed few defects raised by ST in test screen and also updated test
cases to improve coverage. Also,changed code to match onap standards,
and rectfied grep code violations.

Issue-ID: APPC-730
Change-Id: I0286c38eb4f76dc8c0253a4ccab721b3ccfeff9d
Signed-off-by: sj108s <sj108s@us.att.com>
36 files changed:
.gitignore
src/app/about-us/aboutus.component.html
src/app/about-us/aboutus.component.spec.ts
src/app/about-us/aboutus.component.ts
src/app/about-us/appVersion.json
src/app/about-us/versionLog.txt
src/app/app.component.spec.ts
src/app/shared/components/navigation/navigation.component.spec.ts
src/app/shared/directives/collapse.component.spec.ts [new file with mode: 0644]
src/app/shared/directives/drop-down-toggle.directive.spec.ts
src/app/shared/directives/dropdown.spec.ts
src/app/shared/directives/dropdownnotclosablezone.spec.ts [new file with mode: 0644]
src/app/shared/directives/dropdownopen.spec.ts [new file with mode: 0644]
src/app/shared/modules/tidy-table/order-by.pipe.spec.ts
src/app/shared/modules/tidy-table/table-filter.pipe.spec.ts
src/app/shared/pipes/vm-filtering.pipe.spec.ts [new file with mode: 0644]
src/app/shared/pipes/vm-filtering.pipe.ts [new file with mode: 0644]
src/app/shared/services/emitter.service.spec.ts
src/app/shared/services/mapping-editor.service.ts
src/app/shared/services/utilityService/utility.service.spec.ts
src/app/test/test.component.html
src/app/test/test.component.spec.ts
src/app/test/test.component.ts
src/app/vnfs/build-artifacts/parameter-definitions/parameter-definition.service.spec.ts
src/app/vnfs/build-artifacts/parameter-definitions/parameter.component.html
src/app/vnfs/build-artifacts/parameter-definitions/parameter.component.spec.ts
src/app/vnfs/build-artifacts/template-holder/param-name-value/param-name-value.component.html
src/app/vnfs/build-artifacts/template-holder/param-name-value/param-name-value.component.spec.ts [new file with mode: 0644]
src/app/vnfs/build-artifacts/template-holder/param-name-value/param-name-value.component.ts
src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.html
src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.spec.ts
src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.ts
src/environments/environment.dev3.ts
src/environments/environment.dev4.ts
src/environments/environment.prod.ts
src/environments/environment.ts