diff options
Diffstat (limited to 'test-apis-ci/src/main/resources/ci/testSuites/property.xml')
-rw-r--r-- | test-apis-ci/src/main/resources/ci/testSuites/property.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-apis-ci/src/main/resources/ci/testSuites/property.xml b/test-apis-ci/src/main/resources/ci/testSuites/property.xml index f94f89737a..2b90f9b2f6 100644 --- a/test-apis-ci/src/main/resources/ci/testSuites/property.xml +++ b/test-apis-ci/src/main/resources/ci/testSuites/property.xml @@ -3,9 +3,9 @@ <suite name="Property" > <test name="Test"> <classes> - <class name="org.openecomp.sdc.ci.tests.execute.property.PropertyApisTest"/> + <class name="PropertyApisTest"/> <class name="org.openecomp.sdc.ci.tests.execute.property.PropertyServletTest"/> - <class name="org.openecomp.sdc.ci.tests.execute.property.AdditionalInformationServletTest"/> + <class name="AdditionalInformationServletTest"/> </classes> </test> <!-- Test --> </suite> <!-- Property --> |