| <?xml version="1.0" encoding="UTF-8" ?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| |
| <test-suite suite-name="accountingtests" |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/test-suite.xsd"> |
| |
| <test-case case-name="accounting-tests-data-load"> |
| <entity-xml action="load" entity-xml-url="component://accounting/testdef/data/AccountingTestsData.xml"/> |
| </test-case> |
| |
| <test-case case-name="accounting-tests"> |
| <junit-test-suite class-name="org.apache.ofbiz.order.test.FinAccountTest"/> |
| </test-case> |
| |
| <test-case case-name="auto-accounting-transaction-tests-sales"> |
| <junit-test-suite class-name="org.apache.ofbiz.accounting.accounting.AutoAcctgTransSalesTests"/> |
| </test-case> |
| <test-case case-name="auto-accounting-transaction-tests-purchase"> |
| <junit-test-suite class-name="org.apache.ofbiz.accounting.accounting.AutoAcctgTransPurchaseTests"/> |
| </test-case> |
| <test-case case-name="auto-accounting-admin-tests"> |
| <junit-test-suite class-name="org.apache.ofbiz.accounting.accounting.AutoAcctgAdminTests"/> |
| </test-case> |
| <test-case case-name="auto-accounting-agreement-tests"> |
| <junit-test-suite class-name="org.apache.ofbiz.accounting.accounting.AutoAcctgAgreementTests"/> |
| </test-case> |
| <test-case case-name="auto-accounting-budget-tests"> |
| <junit-test-suite class-name="org.apache.ofbiz.accounting.accounting.AutoAcctgBudgetTests"/> |
| </test-case> |
| <test-case case-name="auto-accounting-cost-tests"> |
| <junit-test-suite class-name="org.apache.ofbiz.accounting.accounting.AutoAcctgCostTests"/> |
| </test-case> |
| <test-case case-name="auto-accounting-finaccount-tests"> |
| <junit-test-suite class-name="org.apache.ofbiz.accounting.accounting.AutoAcctgFinAccountTests"/> |
| </test-case> |
| <test-case case-name="auto-accounting-fixedasset-tests"> |
| <junit-test-suite class-name="org.apache.ofbiz.accounting.accounting.AutoAcctgFixedAssetTests"/> |
| </test-case> |
| <test-case case-name="auto-accounting-invoice-tests"> |
| <junit-test-suite class-name="org.apache.ofbiz.accounting.accounting.AutoAcctgInvoiceTests"/> |
| </test-case> |
| <test-case case-name="auto-accounting-payment-tests"> |
| <junit-test-suite class-name="org.apache.ofbiz.accounting.accounting.AutoAcctgPaymentTests"/> |
| </test-case> |
| <test-case case-name="auto-accounting-paymentgateway-tests"> |
| <junit-test-suite class-name="org.apache.ofbiz.accounting.accounting.AutoAcctgPaymentGatewayTests"/> |
| </test-case> |
| <test-case case-name="auto-accounting-ledger-tests"> |
| <junit-test-suite class-name="org.apache.ofbiz.accounting.accounting.AutoAcctgLedgerTests"/> |
| </test-case> |
| </test-suite> |