This is an automated email from the ASF dual-hosted git repository.
mridulpathak pushed a change to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
from 7ed63877cf Bump actions/setup-java from 5.2.0 to 5.3.0
new fdfc2f061f OFBIZ-13402 Move test sources from src/main/groovy to
src/test/groovy
new a185b03b9c OFBIZ-13402 Fix path separators and add explicit JUnit test
dependency
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/ofbiz/accounting/accounting/AutoAcctgAdminTests.groovy | 0
.../apache/ofbiz/accounting/accounting/AutoAcctgAgreementTests.groovy | 0
.../org/apache/ofbiz/accounting/accounting/AutoAcctgBudgetTests.groovy | 0
.../org/apache/ofbiz/accounting/accounting/AutoAcctgCostTests.groovy | 0
.../apache/ofbiz/accounting/accounting/AutoAcctgFinAccountTests.groovy | 0
.../apache/ofbiz/accounting/accounting/AutoAcctgFixedAssetTests.groovy | 0
.../org/apache/ofbiz/accounting/accounting/AutoAcctgInvoiceTests.groovy | 0
.../org/apache/ofbiz/accounting/accounting/AutoAcctgLedgerTests.groovy | 0
.../ofbiz/accounting/accounting/AutoAcctgPaymentGatewayTests.groovy | 0
.../org/apache/ofbiz/accounting/accounting/AutoAcctgPaymentTests.groovy | 0
.../ofbiz/accounting/accounting/AutoAcctgTransPurchaseTests.groovy | 0
.../apache/ofbiz/accounting/accounting/AutoAcctgTransSalesTests.groovy | 0
.../org/apache/ofbiz/accounting/accounting/AutoInvoiceTests.groovy | 0
.../org/apache/ofbiz/accounting/accounting/AutoPaymentTests.groovy | 0
.../groovy/org/apache/ofbiz/accounting/accounting/FixedAssetTests.groovy | 0
.../apache/ofbiz/accounting/accounting/InvoicePerShipmentTests.groovy | 0
.../apache/ofbiz/accounting/accounting/PaymentApplicationTests.groovy | 0
.../groovy/org/apache/ofbiz/accounting/accounting/RateTests.groovy | 0
.../groovy/org/apache/ofbiz/content/content/ContentTests.groovy | 0
.../org/apache/ofbiz/marketing/marketing/test/MarketingTests.groovy | 0
.../apache/ofbiz/order/order/test/CustRequestPermissionCheckTests.groovy | 0
.../org/apache/ofbiz/order/order/test/OrderRequirementTests.groovy | 0
.../groovy/org/apache/ofbiz/order/order/test/OrderReturnTests.groovy | 0
.../groovy/org/apache/ofbiz/order/order/test/OrderTests.groovy | 0
.../groovy/org/apache/ofbiz/order/order/test/QuoteTests.groovy | 0
.../groovy/org/apache/ofbiz/order/order/test/ShoppingListTests.groovy | 0
.../org/apache/ofbiz/party/party/test/ContactMechWorkerTests.groovy | 0
.../org/apache/ofbiz/party/party/test/PartyContactMechTests.groovy | 0
.../org/apache/ofbiz/party/party/test/PartyStatusChangeTests.groovy | 0
.../groovy/org/apache/ofbiz/party/party/test/PartyTests.groovy | 0
.../groovy/org/apache/ofbiz/product/product/test/CategoryTests.groovy | 0
.../groovy/org/apache/ofbiz/product/product/test/CostTests.groovy | 0
.../groovy/org/apache/ofbiz/product/product/test/InventoryTests.groovy | 0
.../org/apache/ofbiz/product/product/test/ProductConfigTests.groovy | 0
.../org/apache/ofbiz/product/product/test/ProductFeatureTypeTests.groovy | 0
.../org/apache/ofbiz/product/product/test/ProductPriceTests.groovy | 0
.../org/apache/ofbiz/product/product/test/ProductPromoActionTests.groovy | 0
.../org/apache/ofbiz/product/product/test/ProductPromoCondTests.groovy | 0
.../groovy/org/apache/ofbiz/product/product/test/ProductTagTest.groovy | 0
.../groovy/org/apache/ofbiz/product/product/test/ProductTest.groovy | 0
.../groovy/org/apache/ofbiz/product/product/test/ProductTests.groovy | 0
.../groovy/org/apache/ofbiz/product/product/test/ShipmentTests.groovy | 0
.../org/apache/ofbiz/shipment/product/test/ShipmentCostTests.groovy | 0
dependencies.gradle | 1 +
.../{main => test}/groovy/org/apache/ofbiz/base/test/SimpleTests.groovy | 0
.../groovy/org/apache/ofbiz/service/test/ServicePurgeTest.groovy | 0
46 files changed, 1 insertion(+)
rename applications/accounting/src/{main =>
test}/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgAdminTests.groovy
(100%)
rename applications/accounting/src/{main =>
test}/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgAgreementTests.groovy
(100%)
rename applications/accounting/src/{main =>
test}/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgBudgetTests.groovy
(100%)
rename applications/accounting/src/{main =>
test}/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgCostTests.groovy
(100%)
rename applications/accounting/src/{main =>
test}/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgFinAccountTests.groovy
(100%)
rename applications/accounting/src/{main =>
test}/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgFixedAssetTests.groovy
(100%)
rename applications/accounting/src/{main =>
test}/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgInvoiceTests.groovy
(100%)
rename applications/accounting/src/{main =>
test}/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgLedgerTests.groovy
(100%)
rename applications/accounting/src/{main =>
test}/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgPaymentGatewayTests.groovy
(100%)
rename applications/accounting/src/{main =>
test}/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgPaymentTests.groovy
(100%)
rename applications/accounting/src/{main =>
test}/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgTransPurchaseTests.groovy
(100%)
rename applications/accounting/src/{main =>
test}/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgTransSalesTests.groovy
(100%)
rename applications/accounting/src/{main =>
test}/groovy/org/apache/ofbiz/accounting/accounting/AutoInvoiceTests.groovy
(100%)
rename applications/accounting/src/{main =>
test}/groovy/org/apache/ofbiz/accounting/accounting/AutoPaymentTests.groovy
(100%)
rename applications/accounting/src/{main =>
test}/groovy/org/apache/ofbiz/accounting/accounting/FixedAssetTests.groovy
(100%)
rename applications/accounting/src/{main =>
test}/groovy/org/apache/ofbiz/accounting/accounting/InvoicePerShipmentTests.groovy
(100%)
rename applications/accounting/src/{main =>
test}/groovy/org/apache/ofbiz/accounting/accounting/PaymentApplicationTests.groovy
(100%)
rename applications/accounting/src/{main =>
test}/groovy/org/apache/ofbiz/accounting/accounting/RateTests.groovy (100%)
rename applications/content/src/{main =>
test}/groovy/org/apache/ofbiz/content/content/ContentTests.groovy (100%)
rename applications/marketing/src/{main =>
test}/groovy/org/apache/ofbiz/marketing/marketing/test/MarketingTests.groovy
(100%)
rename applications/order/src/{main =>
test}/groovy/org/apache/ofbiz/order/order/test/CustRequestPermissionCheckTests.groovy
(100%)
rename applications/order/src/{main =>
test}/groovy/org/apache/ofbiz/order/order/test/OrderRequirementTests.groovy
(100%)
rename applications/order/src/{main =>
test}/groovy/org/apache/ofbiz/order/order/test/OrderReturnTests.groovy (100%)
rename applications/order/src/{main =>
test}/groovy/org/apache/ofbiz/order/order/test/OrderTests.groovy (100%)
rename applications/order/src/{main =>
test}/groovy/org/apache/ofbiz/order/order/test/QuoteTests.groovy (100%)
rename applications/order/src/{main =>
test}/groovy/org/apache/ofbiz/order/order/test/ShoppingListTests.groovy (100%)
rename applications/party/src/{main =>
test}/groovy/org/apache/ofbiz/party/party/test/ContactMechWorkerTests.groovy
(100%)
rename applications/party/src/{main =>
test}/groovy/org/apache/ofbiz/party/party/test/PartyContactMechTests.groovy
(100%)
rename applications/party/src/{main =>
test}/groovy/org/apache/ofbiz/party/party/test/PartyStatusChangeTests.groovy
(100%)
rename applications/party/src/{main =>
test}/groovy/org/apache/ofbiz/party/party/test/PartyTests.groovy (100%)
rename applications/product/src/{main =>
test}/groovy/org/apache/ofbiz/product/product/test/CategoryTests.groovy (100%)
rename applications/product/src/{main =>
test}/groovy/org/apache/ofbiz/product/product/test/CostTests.groovy (100%)
rename applications/product/src/{main =>
test}/groovy/org/apache/ofbiz/product/product/test/InventoryTests.groovy (100%)
rename applications/product/src/{main =>
test}/groovy/org/apache/ofbiz/product/product/test/ProductConfigTests.groovy
(100%)
rename applications/product/src/{main =>
test}/groovy/org/apache/ofbiz/product/product/test/ProductFeatureTypeTests.groovy
(100%)
rename applications/product/src/{main =>
test}/groovy/org/apache/ofbiz/product/product/test/ProductPriceTests.groovy
(100%)
rename applications/product/src/{main =>
test}/groovy/org/apache/ofbiz/product/product/test/ProductPromoActionTests.groovy
(100%)
rename applications/product/src/{main =>
test}/groovy/org/apache/ofbiz/product/product/test/ProductPromoCondTests.groovy
(100%)
rename applications/product/src/{main =>
test}/groovy/org/apache/ofbiz/product/product/test/ProductTagTest.groovy (100%)
rename applications/product/src/{main =>
test}/groovy/org/apache/ofbiz/product/product/test/ProductTest.groovy (100%)
rename applications/product/src/{main =>
test}/groovy/org/apache/ofbiz/product/product/test/ProductTests.groovy (100%)
rename applications/product/src/{main =>
test}/groovy/org/apache/ofbiz/product/product/test/ShipmentTests.groovy (100%)
rename applications/product/src/{main =>
test}/groovy/org/apache/ofbiz/shipment/product/test/ShipmentCostTests.groovy
(100%)
rename framework/base/src/{main =>
test}/groovy/org/apache/ofbiz/base/test/SimpleTests.groovy (100%)
rename framework/service/src/{main =>
test}/groovy/org/apache/ofbiz/service/test/ServicePurgeTest.groovy (100%)