diff options
Diffstat (limited to 'aai-schema-ingest/src/test/resources/forWiringTests/testUsingPropFileContext.xml')
-rw-r--r-- | aai-schema-ingest/src/test/resources/forWiringTests/testUsingPropFileContext.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/aai-schema-ingest/src/test/resources/forWiringTests/testUsingPropFileContext.xml b/aai-schema-ingest/src/test/resources/forWiringTests/testUsingPropFileContext.xml index 7c3302f0..1d3e61e4 100644 --- a/aai-schema-ingest/src/test/resources/forWiringTests/testUsingPropFileContext.xml +++ b/aai-schema-ingest/src/test/resources/forWiringTests/testUsingPropFileContext.xml @@ -9,11 +9,11 @@ <bean id="schemaLocationsBean" class="org.onap.aai.setup.SchemaLocationsBean"> - <property name="schemaConfigLocation" value="${schemaConfig}" /> - <property name="nodeDirectory" value="${nodeDir}" /> - <property name="edgeDirectory" value="${edgeDir}" /> + <property name="schemaConfigLocation" value="${schema.configuration.location}" /> + <property name="nodeDirectory" value="${schema.nodes.location}" /> + <property name="edgeDirectory" value="${schema.edges.location}" /> </bean> - <context:property-placeholder location="classpath:forWiringTests/schemaIngestForXMLTest.properties" ignore-unresolvable="true" /> + <context:property-placeholder location="classpath:forWiringTests/schema-ingest-for-xml-test.properties" ignore-unresolvable="true" /> </beans>
\ No newline at end of file |