summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenu Kumari <renu.kumari@bell.ca>2021-07-23 09:20:49 -0400
committerRenu Kumari <renu.kumari@bell.ca>2021-07-23 09:29:11 -0400
commit9d728cca344d01ce90666306dcda886f285a77b9 (patch)
tree225d1035d527062908125db3aa08bc38f7f8e61c
parent9ac6d71e6b4297d26fddd2c8fb3095e15c2444da (diff)
Renamed test spec to Integration Spec
Issue-ID: CPS-501 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: I641b519237c21f2998582b2ba025b00e2e29152f
-rwxr-xr-xcps-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 3a6947379..ad8db766f 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