diff options
author | Renu Kumari <renu.kumari@bell.ca> | 2021-07-23 09:20:49 -0400 |
---|---|---|
committer | Renu Kumari <renu.kumari@bell.ca> | 2021-07-23 09:29:11 -0400 |
commit | 9d728cca344d01ce90666306dcda886f285a77b9 (patch) | |
tree | 225d1035d527062908125db3aa08bc38f7f8e61c /cps-ri/src/test/groovy | |
parent | 9ac6d71e6b4297d26fddd2c8fb3095e15c2444da (diff) |
Renamed test spec to Integration Spec
Issue-ID: CPS-501
Signed-off-by: Renu Kumari <renu.kumari@bell.ca>
Change-Id: I641b519237c21f2998582b2ba025b00e2e29152f
Diffstat (limited to 'cps-ri/src/test/groovy')
-rwxr-xr-x | cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsDataPersistenceServiceIntegrationSpec.groovy (renamed from cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsDataPersistenceServiceSpec.groovy) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsDataPersistenceServiceSpec.groovy b/cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsDataPersistenceServiceIntegrationSpec.groovy index 3a6947379c..ad8db766f8 100755 --- a/cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsDataPersistenceServiceSpec.groovy +++ b/cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsDataPersistenceServiceIntegrationSpec.groovy @@ -42,7 +42,7 @@ import org.springframework.test.context.jdbc.Sql import javax.validation.ConstraintViolationException -class CpsDataPersistenceServiceSpec extends CpsPersistenceSpecBase { +class CpsDataPersistenceServiceIntegrationSpec extends CpsPersistenceSpecBase { @Autowired CpsDataPersistenceService objectUnderTest |