summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Sakoto <bruno.sakoto@bell.ca>2021-07-23 14:43:35 +0000
committerGerrit Code Review <gerrit@onap.org>2021-07-23 14:43:35 +0000
commit4c323e63b84ad080be4d907b859a5bbc66c93029 (patch)
tree88a970b652addfec22d0f30fd4a7445c365332ef
parent6c34718f6e76d4e2863b83b90cc85c295860c0c5 (diff)
parent9d728cca344d01ce90666306dcda886f285a77b9 (diff)
Merge "Renamed test spec to Integration Spec"
-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