From 62b8f4c57f2b962bc048566cf8c93a89ea329514 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 4 Jun 2025 13:17:57 +0100 Subject: [PATCH 1/2] Extending testing --- .../examples/xml/TC-03_LIDelivery_TSC001.xml | 70 +++++++++--------- .../examples/xml/TC-03_LIDelivery_TSC007.xml | 72 +++++++++---------- testing/xsd_compile_targets.json | 9 ++- 3 files changed, 77 insertions(+), 74 deletions(-) diff --git a/104112/examples/xml/TC-03_LIDelivery_TSC001.xml b/104112/examples/xml/TC-03_LIDelivery_TSC001.xml index c3158760..909bdfa7 100644 --- a/104112/examples/xml/TC-03_LIDelivery_TSC001.xml +++ b/104112/examples/xml/TC-03_LIDelivery_TSC001.xml @@ -1,5 +1,5 @@ - +
XX @@ -44,40 +44,40 @@ - -
- - - - - PartyA@example.com - - true - - - - - PartyB@example.com - - - - 2025-04-04T13:37:37.000000+00:00 - - - - - http://MessagingServiceSchema.example.com/schema/v1.1.1/ - - - - 633523913219 - Foo for you - - - - - - + + + + + + + PartyA@example.com + + true + + + + + PartyB@example.com + + + + 2025-04-04T13:37:37.000000+00:00 + + + + + http://MessagingServiceSchema.example.com/schema/v1.1.1/ + + + + 633523913219 + Foo for you + + + + + + diff --git a/104112/examples/xml/TC-03_LIDelivery_TSC007.xml b/104112/examples/xml/TC-03_LIDelivery_TSC007.xml index 46846ef7..e84cb900 100644 --- a/104112/examples/xml/TC-03_LIDelivery_TSC007.xml +++ b/104112/examples/xml/TC-03_LIDelivery_TSC007.xml @@ -1,5 +1,5 @@ - +
XX @@ -44,41 +44,41 @@ - -
- - - - - PartyA@example.com - - true - - - - - PartyB@example.com - PartyC@example.com - - - - 2025-04-04T13:37:37.000000+00:00 - - - - - http://MessagingServiceSchema.example.com/schema/v1.1.1/ - - - - 633523913219 - Foo for the group - - - - - - + + + + + + + PartyA@example.com + + true + + + + + PartyB@example.com + PartyC@example.com + + + + 2025-04-04T13:37:37.000000+00:00 + + + + + http://MessagingServiceSchema.example.com/schema/v1.1.1/ + + + + 633523913219 + Foo for the group + + + + + + diff --git a/testing/xsd_compile_targets.json b/testing/xsd_compile_targets.json index ee06c63e..21954dfe 100644 --- a/testing/xsd_compile_targets.json +++ b/testing/xsd_compile_targets.json @@ -72,13 +72,16 @@ "103120/schema/xsd/ts_103120_Common.xsd", "103120/schema/xsd/ts_103120_Core.xsd", "103120/schema/xsd/ts_103120_Config.xsd", + "103120/schema/xsd/ts_103120_Delivery.xsd", "103120/dictionaries/ts_103120_Dictionaries.xsd", "103120/schema/xsd/ts_103120_Task.xsd", "testing/deps/xmldsig/xmldsig-core-schema.xsd", - "103707/examples/FooServiceSchema.xsd" + "103707/examples/FooServiceSchema.xsd", + "104112/examples/MessageServiceSchema.xsd" ], "exampleFiles" : [ - "103707/examples" + "103707/examples", + "104112/examples" ] }, { @@ -89,5 +92,5 @@ "exampleFiles" : [ "104000/examples" ] - } + } ] -- GitLab From c558f7bd43dc6c24ec0d6cf5b8f21207bf5b1ce4 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 4 Jun 2025 13:24:42 +0100 Subject: [PATCH 2/2] Fixing config --- testing/xsd_compile_targets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/xsd_compile_targets.json b/testing/xsd_compile_targets.json index 21954dfe..19d37c81 100644 --- a/testing/xsd_compile_targets.json +++ b/testing/xsd_compile_targets.json @@ -77,7 +77,7 @@ "103120/schema/xsd/ts_103120_Task.xsd", "testing/deps/xmldsig/xmldsig-core-schema.xsd", "103707/examples/FooServiceSchema.xsd", - "104112/examples/MessageServiceSchema.xsd" + "104112/examples/xml/MessagingServiceSchema.xsd" ], "exampleFiles" : [ "103707/examples", -- GitLab