Fixed test case 93/57293/2
authorArundathi Patil <arundpil@in.ibm.com>
Tue, 24 Jul 2018 11:20:51 +0000 (16:50 +0530)
committerTakamune Cho <tc012c@att.com>
Thu, 26 Jul 2018 13:06:18 +0000 (13:06 +0000)
Test case was expecting wrong value from function in test.component.
fixed this issue.

Issue-ID: APPC-1064
Change-Id: I668778c0ae30f218204d652ed9efbd9bc0ace097
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
src/app/test/test.component.spec.ts

index 997cd26..231795a 100644 (file)
@@ -2,6 +2,8 @@
 ============LICENSE_START==========================================
 ===================================================================
 Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
+
+Copyright (C) 2018 IBM Intellectual Property. All rights reserved.
 ===================================================================
 
 Unless otherwise specified, all software contained herein is licensed
@@ -429,7 +431,7 @@ describe( 'TestComponent', () => {
             expect(component.getUrlEndPoint('upgradeprecheck')).toEqual('upgrade-pre-check');
             expect(component.getUrlEndPoint('upgradesoftware')).toEqual('upgrade-software');
             expect(component.getUrlEndPoint('DeFaultCASE')).toEqual('defaultcase');
-            expect(component.getUrlEndPoint('upgradebackup')).toEqual('upgrad-ebackup');
+            expect(component.getUrlEndPoint('upgradebackup')).toEqual('upgrade-backup');
             expect(component.getUrlEndPoint('attachvolume')).toEqual('attach-volume');
             expect(component.getUrlEndPoint('detachvolume')).toEqual('detach-volume');
         });