Hi, I have got the next error, when I want executed my test


here /hot-deploy/opentaps-tests/ofbiz-component.xml

<ofbiz-component name="opentaps-tests"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/ofbiz-component.xsd">

<resource-loader name="main" type="component"/>

<classpath type="jar" location="build/lib/*"/>
<classpath type="dir" location="config"/>

<!-- Data required for unit testing -->
<entity-resource type="data" reader-name="demo" loader="main" location="data/setup/TestingSetup.xml"/>
<entity-resource type="data" reader-name="demo" loader="main" location="data/financials/ManufacturingEntries.xml"/>
<entity-resource type="data" reader-name="demo" loader="main" location="data/financials/PayrollEntries.xml"/>
<entity-resource type="data" reader-name="demo" loader="main" location="data/financials/InventoryEntries.xml"/>
<entity-resource type="data" reader-name="demo" loader="main" location="data/financials/InvoicePaymentEntries.xml"/>

<test-suite loader="main" location="testdef/opentaps_tests.xml"/>//line 34


</ofbiz-component>

here opentaps_tests.xml

<?xml version="1.0" encoding="UTF-8"?>
<test-suite suite-name="Opentaps Unit Tests"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/test-suite.xsd">

<test-case case-name="security-tests"><junit-test-suite class-name="com.opensourcestrategies.crmsfa.test.SecurityTests"/></test-case>
<test-case case-name="payment-tests"><junit-test-suite class-name="org.opentaps.tests.financials.PaymentTests"/></test-case>
</test-suite>



here the error

opentaps-junit/hot-deploy/opentaps-tests/ofbiz-component.xml process error. Line: 34. Error message: cvc-complex-type.2.4.a: Invalid content was found starting with element 'test-suite'. One of '{"":entity-resource, "":service-resource, "":webapp}' is expected.

Please help me, the Opentaps version is 0.9