This is an automated email from the ASF dual-hosted git repository. mridulpathak pushed a commit to branch release24.09 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit a185b03b9cdc96f2d38ad412cb0b8ce0f4f6e0c9 Author: toaditi <[email protected]> AuthorDate: Mon Jun 15 19:38:17 2026 +0530 OFBIZ-13402 Fix path separators and add explicit JUnit test dependency - Re-move 45 test Groovy files from Windows-style backslash paths (src\/test\/groovy) to proper POSIX paths (src/test/groovy) so Gradle source discovery can find them - Add explicit testImplementation for junit:junit:4.13.2, since integration test classes extend OFBizTestCase -> junit.framework.TestCase and the dependency should be declared rather than implicit via ant-junit --- .../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 .../test/groovy/org/apache/ofbiz/accounting/accounting/RateTests.groovy | 0 .../src/test/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 .../src/test/groovy/org/apache/ofbiz/order/order/test/OrderTests.groovy | 0 .../src/test/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 .../src/test/groovy/org/apache/ofbiz/party/party/test/PartyTests.groovy | 0 .../groovy/org/apache/ofbiz/product/product/test/CategoryTests.groovy | 0 .../test/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 .../test/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 + .../base/src/test/groovy/org/apache/ofbiz/base/test/SimpleTests.groovy | 0 .../test/groovy/org/apache/ofbiz/service/test/ServicePurgeTest.groovy | 0 46 files changed, 1 insertion(+) diff --git "a/applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgAdminTests.groovy" b/applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgAdminTests.groovy similarity index 100% rename from "applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgAdminTests.groovy" rename to applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgAdminTests.groovy diff --git "a/applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgAgreementTests.groovy" b/applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgAgreementTests.groovy similarity index 100% rename from "applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgAgreementTests.groovy" rename to applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgAgreementTests.groovy diff --git "a/applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgBudgetTests.groovy" b/applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgBudgetTests.groovy similarity index 100% rename from "applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgBudgetTests.groovy" rename to applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgBudgetTests.groovy diff --git "a/applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgCostTests.groovy" b/applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgCostTests.groovy similarity index 100% rename from "applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgCostTests.groovy" rename to applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgCostTests.groovy diff --git "a/applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgFinAccountTests.groovy" b/applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgFinAccountTests.groovy similarity index 100% rename from "applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgFinAccountTests.groovy" rename to applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgFinAccountTests.groovy diff --git "a/applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgFixedAssetTests.groovy" b/applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgFixedAssetTests.groovy similarity index 100% rename from "applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgFixedAssetTests.groovy" rename to applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgFixedAssetTests.groovy diff --git "a/applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgInvoiceTests.groovy" b/applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgInvoiceTests.groovy similarity index 100% rename from "applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgInvoiceTests.groovy" rename to applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgInvoiceTests.groovy diff --git "a/applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgLedgerTests.groovy" b/applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgLedgerTests.groovy similarity index 100% rename from "applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgLedgerTests.groovy" rename to applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgLedgerTests.groovy diff --git "a/applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgPaymentGatewayTests.groovy" b/applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgPaymentGatewayTests.groovy similarity index 100% rename from "applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgPaymentGatewayTests.groovy" rename to applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgPaymentGatewayTests.groovy diff --git "a/applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgPaymentTests.groovy" b/applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgPaymentTests.groovy similarity index 100% rename from "applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgPaymentTests.groovy" rename to applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgPaymentTests.groovy diff --git "a/applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgTransPurchaseTests.groovy" b/applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgTransPurchaseTests.groovy similarity index 100% rename from "applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgTransPurchaseTests.groovy" rename to applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgTransPurchaseTests.groovy diff --git "a/applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgTransSalesTests.groovy" b/applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgTransSalesTests.groovy similarity index 100% rename from "applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgTransSalesTests.groovy" rename to applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoAcctgTransSalesTests.groovy diff --git "a/applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoInvoiceTests.groovy" b/applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoInvoiceTests.groovy similarity index 100% rename from "applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoInvoiceTests.groovy" rename to applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoInvoiceTests.groovy diff --git "a/applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoPaymentTests.groovy" b/applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoPaymentTests.groovy similarity index 100% rename from "applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/AutoPaymentTests.groovy" rename to applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/AutoPaymentTests.groovy diff --git "a/applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/FixedAssetTests.groovy" b/applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/FixedAssetTests.groovy similarity index 100% rename from "applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/FixedAssetTests.groovy" rename to applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/FixedAssetTests.groovy diff --git "a/applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/InvoicePerShipmentTests.groovy" b/applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/InvoicePerShipmentTests.groovy similarity index 100% rename from "applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/InvoicePerShipmentTests.groovy" rename to applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/InvoicePerShipmentTests.groovy diff --git "a/applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/PaymentApplicationTests.groovy" b/applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/PaymentApplicationTests.groovy similarity index 100% rename from "applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/PaymentApplicationTests.groovy" rename to applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/PaymentApplicationTests.groovy diff --git "a/applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/RateTests.groovy" b/applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/RateTests.groovy similarity index 100% rename from "applications/accounting/src\\/test\\/groovy/org/apache/ofbiz/accounting/accounting/RateTests.groovy" rename to applications/accounting/src/test/groovy/org/apache/ofbiz/accounting/accounting/RateTests.groovy diff --git "a/applications/content/src\\/test\\/groovy/org/apache/ofbiz/content/content/ContentTests.groovy" b/applications/content/src/test/groovy/org/apache/ofbiz/content/content/ContentTests.groovy similarity index 100% rename from "applications/content/src\\/test\\/groovy/org/apache/ofbiz/content/content/ContentTests.groovy" rename to applications/content/src/test/groovy/org/apache/ofbiz/content/content/ContentTests.groovy diff --git "a/applications/marketing/src\\/test\\/groovy/org/apache/ofbiz/marketing/marketing/test/MarketingTests.groovy" b/applications/marketing/src/test/groovy/org/apache/ofbiz/marketing/marketing/test/MarketingTests.groovy similarity index 100% rename from "applications/marketing/src\\/test\\/groovy/org/apache/ofbiz/marketing/marketing/test/MarketingTests.groovy" rename to applications/marketing/src/test/groovy/org/apache/ofbiz/marketing/marketing/test/MarketingTests.groovy diff --git "a/applications/order/src\\/test\\/groovy/org/apache/ofbiz/order/order/test/CustRequestPermissionCheckTests.groovy" b/applications/order/src/test/groovy/org/apache/ofbiz/order/order/test/CustRequestPermissionCheckTests.groovy similarity index 100% rename from "applications/order/src\\/test\\/groovy/org/apache/ofbiz/order/order/test/CustRequestPermissionCheckTests.groovy" rename to applications/order/src/test/groovy/org/apache/ofbiz/order/order/test/CustRequestPermissionCheckTests.groovy diff --git "a/applications/order/src\\/test\\/groovy/org/apache/ofbiz/order/order/test/OrderRequirementTests.groovy" b/applications/order/src/test/groovy/org/apache/ofbiz/order/order/test/OrderRequirementTests.groovy similarity index 100% rename from "applications/order/src\\/test\\/groovy/org/apache/ofbiz/order/order/test/OrderRequirementTests.groovy" rename to applications/order/src/test/groovy/org/apache/ofbiz/order/order/test/OrderRequirementTests.groovy diff --git "a/applications/order/src\\/test\\/groovy/org/apache/ofbiz/order/order/test/OrderReturnTests.groovy" b/applications/order/src/test/groovy/org/apache/ofbiz/order/order/test/OrderReturnTests.groovy similarity index 100% rename from "applications/order/src\\/test\\/groovy/org/apache/ofbiz/order/order/test/OrderReturnTests.groovy" rename to applications/order/src/test/groovy/org/apache/ofbiz/order/order/test/OrderReturnTests.groovy diff --git "a/applications/order/src\\/test\\/groovy/org/apache/ofbiz/order/order/test/OrderTests.groovy" b/applications/order/src/test/groovy/org/apache/ofbiz/order/order/test/OrderTests.groovy similarity index 100% rename from "applications/order/src\\/test\\/groovy/org/apache/ofbiz/order/order/test/OrderTests.groovy" rename to applications/order/src/test/groovy/org/apache/ofbiz/order/order/test/OrderTests.groovy diff --git "a/applications/order/src\\/test\\/groovy/org/apache/ofbiz/order/order/test/QuoteTests.groovy" b/applications/order/src/test/groovy/org/apache/ofbiz/order/order/test/QuoteTests.groovy similarity index 100% rename from "applications/order/src\\/test\\/groovy/org/apache/ofbiz/order/order/test/QuoteTests.groovy" rename to applications/order/src/test/groovy/org/apache/ofbiz/order/order/test/QuoteTests.groovy diff --git "a/applications/order/src\\/test\\/groovy/org/apache/ofbiz/order/order/test/ShoppingListTests.groovy" b/applications/order/src/test/groovy/org/apache/ofbiz/order/order/test/ShoppingListTests.groovy similarity index 100% rename from "applications/order/src\\/test\\/groovy/org/apache/ofbiz/order/order/test/ShoppingListTests.groovy" rename to applications/order/src/test/groovy/org/apache/ofbiz/order/order/test/ShoppingListTests.groovy diff --git "a/applications/party/src\\/test\\/groovy/org/apache/ofbiz/party/party/test/ContactMechWorkerTests.groovy" b/applications/party/src/test/groovy/org/apache/ofbiz/party/party/test/ContactMechWorkerTests.groovy similarity index 100% rename from "applications/party/src\\/test\\/groovy/org/apache/ofbiz/party/party/test/ContactMechWorkerTests.groovy" rename to applications/party/src/test/groovy/org/apache/ofbiz/party/party/test/ContactMechWorkerTests.groovy diff --git "a/applications/party/src\\/test\\/groovy/org/apache/ofbiz/party/party/test/PartyContactMechTests.groovy" b/applications/party/src/test/groovy/org/apache/ofbiz/party/party/test/PartyContactMechTests.groovy similarity index 100% rename from "applications/party/src\\/test\\/groovy/org/apache/ofbiz/party/party/test/PartyContactMechTests.groovy" rename to applications/party/src/test/groovy/org/apache/ofbiz/party/party/test/PartyContactMechTests.groovy diff --git "a/applications/party/src\\/test\\/groovy/org/apache/ofbiz/party/party/test/PartyStatusChangeTests.groovy" b/applications/party/src/test/groovy/org/apache/ofbiz/party/party/test/PartyStatusChangeTests.groovy similarity index 100% rename from "applications/party/src\\/test\\/groovy/org/apache/ofbiz/party/party/test/PartyStatusChangeTests.groovy" rename to applications/party/src/test/groovy/org/apache/ofbiz/party/party/test/PartyStatusChangeTests.groovy diff --git "a/applications/party/src\\/test\\/groovy/org/apache/ofbiz/party/party/test/PartyTests.groovy" b/applications/party/src/test/groovy/org/apache/ofbiz/party/party/test/PartyTests.groovy similarity index 100% rename from "applications/party/src\\/test\\/groovy/org/apache/ofbiz/party/party/test/PartyTests.groovy" rename to applications/party/src/test/groovy/org/apache/ofbiz/party/party/test/PartyTests.groovy diff --git "a/applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/CategoryTests.groovy" b/applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/CategoryTests.groovy similarity index 100% rename from "applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/CategoryTests.groovy" rename to applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/CategoryTests.groovy diff --git "a/applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/CostTests.groovy" b/applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/CostTests.groovy similarity index 100% rename from "applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/CostTests.groovy" rename to applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/CostTests.groovy diff --git "a/applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/InventoryTests.groovy" b/applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/InventoryTests.groovy similarity index 100% rename from "applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/InventoryTests.groovy" rename to applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/InventoryTests.groovy diff --git "a/applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/ProductConfigTests.groovy" b/applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/ProductConfigTests.groovy similarity index 100% rename from "applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/ProductConfigTests.groovy" rename to applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/ProductConfigTests.groovy diff --git "a/applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/ProductFeatureTypeTests.groovy" b/applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/ProductFeatureTypeTests.groovy similarity index 100% rename from "applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/ProductFeatureTypeTests.groovy" rename to applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/ProductFeatureTypeTests.groovy diff --git "a/applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/ProductPriceTests.groovy" b/applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/ProductPriceTests.groovy similarity index 100% rename from "applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/ProductPriceTests.groovy" rename to applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/ProductPriceTests.groovy diff --git "a/applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/ProductPromoActionTests.groovy" b/applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/ProductPromoActionTests.groovy similarity index 100% rename from "applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/ProductPromoActionTests.groovy" rename to applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/ProductPromoActionTests.groovy diff --git "a/applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/ProductPromoCondTests.groovy" b/applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/ProductPromoCondTests.groovy similarity index 100% rename from "applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/ProductPromoCondTests.groovy" rename to applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/ProductPromoCondTests.groovy diff --git "a/applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/ProductTagTest.groovy" b/applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/ProductTagTest.groovy similarity index 100% rename from "applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/ProductTagTest.groovy" rename to applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/ProductTagTest.groovy diff --git "a/applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/ProductTest.groovy" b/applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/ProductTest.groovy similarity index 100% rename from "applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/ProductTest.groovy" rename to applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/ProductTest.groovy diff --git "a/applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/ProductTests.groovy" b/applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/ProductTests.groovy similarity index 100% rename from "applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/ProductTests.groovy" rename to applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/ProductTests.groovy diff --git "a/applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/ShipmentTests.groovy" b/applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/ShipmentTests.groovy similarity index 100% rename from "applications/product/src\\/test\\/groovy/org/apache/ofbiz/product/product/test/ShipmentTests.groovy" rename to applications/product/src/test/groovy/org/apache/ofbiz/product/product/test/ShipmentTests.groovy diff --git "a/applications/product/src\\/test\\/groovy/org/apache/ofbiz/shipment/product/test/ShipmentCostTests.groovy" b/applications/product/src/test/groovy/org/apache/ofbiz/shipment/product/test/ShipmentCostTests.groovy similarity index 100% rename from "applications/product/src\\/test\\/groovy/org/apache/ofbiz/shipment/product/test/ShipmentCostTests.groovy" rename to applications/product/src/test/groovy/org/apache/ofbiz/shipment/product/test/ShipmentCostTests.groovy diff --git a/dependencies.gradle b/dependencies.gradle index 8a3284a03e..bab7dcbd66 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -85,6 +85,7 @@ dependencies { exclude group: 'xpp3', module: 'xpp3' } + testImplementation 'junit:junit:4.13.2' testImplementation 'org.hamcrest:hamcrest-library:2.2' // Enable junit4 to not depend on hamcrest-1.3 testImplementation 'org.mockito:mockito-core:5.23.0' testImplementation 'org.jmockit:jmockit:1.50' diff --git "a/framework/base/src\\/test\\/groovy/org/apache/ofbiz/base/test/SimpleTests.groovy" b/framework/base/src/test/groovy/org/apache/ofbiz/base/test/SimpleTests.groovy similarity index 100% rename from "framework/base/src\\/test\\/groovy/org/apache/ofbiz/base/test/SimpleTests.groovy" rename to framework/base/src/test/groovy/org/apache/ofbiz/base/test/SimpleTests.groovy diff --git "a/framework/service/src\\/test\\/groovy/org/apache/ofbiz/service/test/ServicePurgeTest.groovy" b/framework/service/src/test/groovy/org/apache/ofbiz/service/test/ServicePurgeTest.groovy similarity index 100% rename from "framework/service/src\\/test\\/groovy/org/apache/ofbiz/service/test/ServicePurgeTest.groovy" rename to framework/service/src/test/groovy/org/apache/ofbiz/service/test/ServicePurgeTest.groovy

