Fix the super keyword misuse 37/26137/1
authorByung-Woo Jun <byung-woo.jun@ericsson.com>
Tue, 12 Dec 2017 19:28:48 +0000 (14:28 -0500)
committerByung-Woo Jun <byung-woo.jun@ericsson.com>
Tue, 12 Dec 2017 19:37:26 +0000 (14:37 -0500)
commitee82daaac26e6f32d505c54db0fc4e89759e479e
tree4b926c3862dadb73890f0f5de5a8df1aeb2416b2
parent32c33b3a3ee9a76bf2a78662ee36e05ce53a8854
Fix the super keyword misuse

Remove the super keyword misuse, and create a static method
for the correct assignment

Change-Id: I7048d45c709520788eca53c8275af508d0c4a9a8
Issue-ID: SO-292
Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
bpmn/MSOInfrastructureBPMN/src/test/groovy/org/openecomp/mso/bpmn/vcpe/scripts/CreateVcpeResCustServiceTest.groovy
bpmn/MSOInfrastructureBPMN/src/test/groovy/org/openecomp/mso/bpmn/vcpe/scripts/DeleteVcpeResCustServiceTest.groovy
bpmn/MSOInfrastructureBPMN/src/test/groovy/org/openecomp/mso/bpmn/vcpe/scripts/DoCreateAllottedResourceBRGRollbackTest.groovy
bpmn/MSOInfrastructureBPMN/src/test/groovy/org/openecomp/mso/bpmn/vcpe/scripts/DoCreateAllottedResourceBRGTest.groovy
bpmn/MSOInfrastructureBPMN/src/test/groovy/org/openecomp/mso/bpmn/vcpe/scripts/DoCreateAllottedResourceTXCRollbackTest.groovy
bpmn/MSOInfrastructureBPMN/src/test/groovy/org/openecomp/mso/bpmn/vcpe/scripts/DoCreateAllottedResourceTXCTest.groovy
bpmn/MSOInfrastructureBPMN/src/test/groovy/org/openecomp/mso/bpmn/vcpe/scripts/DoDeleteAllottedResourceBRGTest.groovy
bpmn/MSOInfrastructureBPMN/src/test/groovy/org/openecomp/mso/bpmn/vcpe/scripts/DoDeleteAllottedResourceTXCTest.groovy
bpmn/MSOInfrastructureBPMN/src/test/groovy/org/openecomp/mso/bpmn/vcpe/scripts/GroovyTestBase.groovy