From 652b8fd942f57f1f8d7f3a7b4c2f7272dafd3be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Hartvig=20Gr=C3=B8nbech?= Date: Thu, 21 May 2026 10:28:41 +0200 Subject: [PATCH] Bug 635880: Re-enable PEPPOL DE service invoice/cr.memo tests The root cause (Sell-to E-Mail not propagated during PEPPOL DE validation of posted service documents) has been fixed in the DE localization layer. Remove the DisabledTests file that was introduced as a temporary workaround in PR #8113. Re-enables in PEPPOL30 Management Tests (139235): - PEPPOL_XMLExport_DeliveryInfo_ServiceInvoice - PEPPOL_XMLExport_DeliveryInfo_ServiceCrMemo Re-enables in PEPPOL BIS BillingTests (139236): - ExportXml_PEPPOL_BIS3_ServiceInvoice - ExportXml_PEPPOL_BIS3_ServiceCrMemo - ExportXml_PEPPOL_BIS3_ServiceInvoiceFCY - ExportXml_PEPPOL_BIS3_ServiceCrMemoFCY - ExportXml_ServiceInvoiceLCY_InvRounding_Positive Fixes AB#635880 Co-Authored-By: Claude Sonnet 4.6 (1M context) --- .../DisabledTests/PEPPOLDEServiceTests.json | 44 ------------------- 1 file changed, 44 deletions(-) delete mode 100644 src/Apps/W1/PEPPOL/Test/DisabledTests/PEPPOLDEServiceTests.json diff --git a/src/Apps/W1/PEPPOL/Test/DisabledTests/PEPPOLDEServiceTests.json b/src/Apps/W1/PEPPOL/Test/DisabledTests/PEPPOLDEServiceTests.json deleted file mode 100644 index 22a6dbb388..0000000000 --- a/src/Apps/W1/PEPPOL/Test/DisabledTests/PEPPOLDEServiceTests.json +++ /dev/null @@ -1,44 +0,0 @@ -[ - { - "bug": "635880", - "codeunitId": 139235, - "codeunitName": "PEPPOL30 Management Tests", - "method": "PEPPOL_XMLExport_DeliveryInfo_ServiceInvoice" - }, - { - "bug": "635880", - "codeunitId": 139235, - "codeunitName": "PEPPOL30 Management Tests", - "method": "PEPPOL_XMLExport_DeliveryInfo_ServiceCrMemo" - }, - { - "bug": "635880", - "codeunitId": 139236, - "codeunitName": "PEPPOL BIS BillingTests", - "method": "ExportXml_PEPPOL_BIS3_ServiceInvoice" - }, - { - "bug": "635880", - "codeunitId": 139236, - "codeunitName": "PEPPOL BIS BillingTests", - "method": "ExportXml_PEPPOL_BIS3_ServiceCrMemo" - }, - { - "bug": "635880", - "codeunitId": 139236, - "codeunitName": "PEPPOL BIS BillingTests", - "method": "ExportXml_PEPPOL_BIS3_ServiceInvoiceFCY" - }, - { - "bug": "635880", - "codeunitId": 139236, - "codeunitName": "PEPPOL BIS BillingTests", - "method": "ExportXml_PEPPOL_BIS3_ServiceCrMemoFCY" - }, - { - "bug": "635880", - "codeunitId": 139236, - "codeunitName": "PEPPOL BIS BillingTests", - "method": "ExportXml_ServiceInvoiceLCY_InvRounding_Positive" - } -]