xml-toolkit 1.0.19 → 1.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/test/test.js CHANGED
@@ -386,6 +386,16 @@ async function test_008_schemata (fn) {
386
386
 
387
387
  }
388
388
 
389
+ async function test_009_schemata (fn) {
390
+
391
+ const xs = new XMLSchemata ('test/' + fn)
392
+
393
+ console.log (xs)
394
+
395
+ console.log (xs.stringify ({AckResponse: null}))
396
+
397
+ }
398
+
389
399
  function test_010_node () {
390
400
 
391
401
  for (const s of
@@ -460,8 +470,10 @@ async function main () {
460
470
  // await test_004_schemata ()
461
471
  // await test_005_schemata ()
462
472
  // await test_006_schemata ()
463
- await test_007_wsdl ()
473
+ // await test_007_wsdl ()
464
474
  // await test_008_schemata ()
475
+ test_009_schemata ('smev-message-exchange-service-1.1.xsd')
476
+ // test_009_schemata ('sign.xsd')
465
477
 
466
478
  // test_010_node ()
467
479
  // test_011_iterator ('param_types.xml')