PageRenderTime 82ms CodeModel.GetById 30ms RepoModel.GetById 0ms app.codeStats 0ms

/ojc-core/encodersl/encoder-coco/test/testcases.txt

https://bitbucket.org/openesb/openesb-components
Plain Text | 154 lines | 134 code | 20 blank | 0 comment | 0 complexity | 84ae0b665ccbd366e8f903d015e04715 MD5 | raw file
Possible License(s): AGPL-3.0
  1. #
  2. # Fields:
  3. #
  4. # field1: Test Case Type. "B" for building XSD, "E" for encoding to bytes, "D" for decoding from bytes, "ES" for encoding to string and "DS" for decoding from string
  5. # field2: Test Case Name
  6. # field3: Expected Result. "T" for expecting succeed and "F" for expecting failure
  7. # field4: Schema File if case type is "D", "E", "DS" or "ES" otherwise (case type "B") the build spec property file
  8. # field5: Root Element Name if case type is "D" or "E", otherwise (case type "B") absent
  9. # field6: Input File if case type is "D" or "E", otherwise (case type "B") the Copybook file
  10. # field7: Output File. Optional if case type is "D" or "E", otherwise (case type "B") the target XSD file
  11. # field8: Expected Output File (optional)
  12. #
  13. ############## REDEFCOB2A - build XSD, decode and encode ##############
  14. B, REDEFCOB2A - build XSD, T, test/data/redefcob2a/TESTCOB.properties, , test/data/redefcob2a/TESTCOB.cobol, test/data/redefcob2a/TESTCOB.xsd, test/data/redefcob2a/TESTCOB.exp.xsd
  15. D, REDEFCOB2A - decode, T, test/data/redefcob2a/TESTCOB.exp.xsd, TESTCOB, test/data/redefcob2a/TESTCOB.dat, test/data/redefcob2a/TESTCOB.dec.xml, test/data/redefcob2a/TESTCOB.xml.utf8
  16. E, REDEFCOB2A - encode, T, test/data/redefcob2a/TESTCOB.exp.xsd, TESTCOB, test/data/redefcob2a/TESTCOB.xml.utf8, test/data/redefcob2a/TESTCOB.enc.out, test/data/redefcob2a/TESTCOB.dat
  17. ############## REDEFCOB2AA ##############
  18. #1 - build XSD with PreDecodeCharCoding and PostEncodeCharCoding build spec properties
  19. B, REDEFCOB2AA - build XSD, T, test/data/redefcob2aa/TESTCOB2.properties, , test/data/redefcob2aa/TESTCOB2.cobol, test/data/redefcob2aa/TESTCOB2.xsd, test/data/redefcob2aa/TESTCOB2.exp.xsd
  20. #2 - decode from a string representing base64 coded data
  21. DS, REDEFCOB2AA - decode, T, test/data/redefcob2aa/TESTCOB2.exp.xsd, TESTCOB2, test/data/redefcob2aa/TESTCOB2.dat, test/data/redefcob2aa/TESTCOB2.dec.xml, test/data/redefcob2aa/TESTCOB2.xml.utf8
  22. #3 - encode to a string representing base64 coded data
  23. ES, REDEFCOB2AA - encode, T, test/data/redefcob2aa/TESTCOB2.exp.xsd, TESTCOB2, test/data/redefcob2aa/TESTCOB2.xml.utf8, test/data/redefcob2aa/TESTCOB2.enc.out, test/data/redefcob2aa/TESTCOB2.dat
  24. ############## misc01a from JCAPS ##############
  25. B, misc01a - build XSD, T, test/data/misc01a/FILLER-AND-NONAME-LEN224.properties, , test/data/misc01a/FILLER-AND-NONAME-LEN224.cobol, test/data/misc01a/FILLER-AND-NONAME-LEN224.xsd, test/data/misc01a/FILLER-AND-NONAME-LEN224.exp.xsd
  26. D, misc01a - decode, T, test/data/misc01a/FILLER-AND-NONAME-LEN224.exp.xsd, FILLER-AND-NONAME-LEN224, test/data/misc01a/FILLER-AND-NONAME-LEN224.dat, test/data/misc01a/FILLER-AND-NONAME-LEN224.dec.xml, test/data/misc01a/FILLER-AND-NONAME-LEN224.xml
  27. E, misc01a - encode, T, test/data/misc01a/FILLER-AND-NONAME-LEN224.exp.xsd, FILLER-AND-NONAME-LEN224, test/data/misc01a/FILLER-AND-NONAME-LEN224.xml, test/data/misc01a/FILLER-AND-NONAME-LEN224.enc.out, test/data/misc01a/FILLER-AND-NONAME-LEN224.dat
  28. ############## qan3glr1 from JCAPS ##############
  29. B, qan3glr1 - build XSD, T, test/data/qan3glr1/DFHCOMMAREA.properties, , test/data/qan3glr1/DFHCOMMAREA.cobol, test/data/qan3glr1/DFHCOMMAREA.xsd, test/data/qan3glr1/DFHCOMMAREA.exp.xsd
  30. D, qan3glr1 - decode, T, test/data/qan3glr1/DFHCOMMAREA.exp.xsd, DFHCOMMAREA, test/data/qan3glr1/DFHCOMMAREA.dat, test/data/qan3glr1/DFHCOMMAREA.dec.xml, test/data/qan3glr1/DFHCOMMAREA.exp.xml
  31. E, qan3glr1 - encode, T, test/data/qan3glr1/DFHCOMMAREA.exp.xsd, DFHCOMMAREA, test/data/qan3glr1/DFHCOMMAREA.exp.xml, test/data/qan3glr1/DFHCOMMAREA.enc.out, test/data/qan3glr1/DFHCOMMAREA.dat
  32. ############## AUTO-RECORD-IN from Fernando Martinez ##############
  33. B, AUTO-RECORD-IN - build XSD, T, test/data/autorec/AUTO-RECORD-IN.properties, , test/data/autorec/AUTO-RECORD-IN.cobol, test/data/autorec/AUTO-RECORD-IN.xsd, test/data/autorec/AUTO-RECORD-IN.exp.xsd
  34. D, AUTO-RECORD-IN - decode, T, test/data/autorec/AUTO-RECORD-IN.exp.xsd, AUTO-RECORD-IN, test/data/autorec/AUTO-RECORD-IN.dat, test/data/autorec/AUTO-RECORD-IN.dec.xml, test/data/autorec/AUTO-RECORD-IN.exp.xml
  35. E, AUTO-RECORD-IN - encode, T, test/data/autorec/AUTO-RECORD-IN.exp.xsd, AUTO-RECORD-IN, test/data/autorec/AUTO-RECORD-IN.exp.xml, test/data/autorec/AUTO-RECORD-IN.enc.out, test/data/autorec/AUTO-RECORD-IN.out
  36. D, AUTO-RECORD-IN_1 - decode negative test, F, test/data/autorec/AUTO-RECORD-IN.exp.xsd, AUTO-RECORD-IN, test/data/autorec/AUTO-RECORD-IN_1.dat, test/data/autorec/AUTO-RECORD-IN_1.dec.xml, test/data/autorec/AUTO-RECORD-IN_1.err
  37. ############## GDS7001B from Fernando Martinez ##############
  38. B, GDS7001B - build XSD, T, test/data/GDS7001B/GDS-OUTPUT-BUFFER.properties, , test/data/GDS7001B/GDS-OUTPUT-BUFFER.cobol, test/data/GDS7001B/GDS-OUTPUT-BUFFER.xsd, test/data/GDS7001B/GDS-OUTPUT-BUFFER.exp.xsd
  39. #D, GDS7001B - decode, T, test/data/GDS7001B/GDS-OUTPUT-BUFFER.exp.xsd, GDS-OUTPUT-BUFFER, test/data/GDS7001B/GDS-OUTPUT-BUFFER.dat, test/data/GDS7001B/GDS-OUTPUT-BUFFER.dec.xml, test/data/GDS7001B/GDS-OUTPUT-BUFFER.exp.xml
  40. #E, GDS7001B - encode, T, test/data/GDS7001B/GDS-OUTPUT-BUFFER.exp.xsd, GDS-OUTPUT-BUFFER, test/data/GDS7001B/GDS-OUTPUT-BUFFER.exp.xml, test/data/GDS7001B/GDS-OUTPUT-BUFFER.enc.out, test/data/GDS7001B/GDS-OUTPUT-BUFFER.out
  41. #D, GDS7001B_1 - decode negative test, F, test/data/GDS7001B/GDS-OUTPUT-BUFFER.exp.xsd, GDS-OUTPUT-BUFFER, test/data/GDS7001B/GDS-OUTPUT-BUFFER_1.dat, test/data/GDS7001B/GDS-OUTPUT-BUFFER_1.dec.xml, test/data/GDS7001B/GDS-OUTPUT-BUFFER_1.err
  42. ############## PS-UPLOAD-RECORD from Fernando Martinez ##############
  43. B, PS-UPLOAD-RECORD - build XSD, T, test/data/PSCopyBook/PS-UPLOAD-RECORD.properties, , test/data/PSCopyBook/PS-UPLOAD-RECORD.cobol, test/data/PSCopyBook/PS-UPLOAD-RECORD.xsd, test/data/PSCopyBook/PS-UPLOAD-RECORD.exp.xsd
  44. D, PS-UPLOAD-RECORD - decode, T, test/data/PSCopyBook/PS-UPLOAD-RECORD.exp.xsd, PS-UPLOAD-RECORD, test/data/PSCopyBook/PS-UPLOAD-RECORD.dat, test/data/PSCopyBook/PS-UPLOAD-RECORD.dec.xml, test/data/PSCopyBook/PS-UPLOAD-RECORD.exp.xml
  45. E, PS-UPLOAD-RECORD - encode, T, test/data/PSCopyBook/PS-UPLOAD-RECORD.exp.xsd, PS-UPLOAD-RECORD, test/data/PSCopyBook/PS-UPLOAD-RECORD.exp.xml, test/data/PSCopyBook/PS-UPLOAD-RECORD.enc.out, test/data/PSCopyBook/PS-UPLOAD-RECORD.dat
  46. ############## use72column ##############
  47. B, STC_TEST_exceed72column - build XSD, T, test/data/use72column/use72column.properties, , test/data/use72column/STC_TEST_exceed72column.cobol, test/data/use72column/STC_TEST_exceed72column.xsd, test/data/use72column/STC_TEST_exceed72column.exp.xsd
  48. B, IGS-Unit_Gas_exceed72column - build XSD, T, test/data/use72column/use72column.properties, , test/data/use72column/IGS-Unit_Gas_exceed72column.cobol, test/data/use72column/IGS-Unit_Gas_exceed72column.xsd, test/data/use72column/IGS-Unit_Gas_exceed72column.exp.xsd
  49. ############## ignore72column ##############
  50. B, HOmstr2_mod - build XSD, T, test/data/ignore72column/ignore72column.properties, , test/data/ignore72column/HOmstr2_mod.cobol, test/data/ignore72column/HOmstr2_mod.xsd, test/data/ignore72column/HOmstr2_mod.exp.xsd
  51. B, IGS-Unit_Gas_exceed72column - build XSD, F, test/data/ignore72column/ignore72column.properties, , test/data/ignore72column/IGS-Unit_Gas_exceed72column.cobol, test/data/ignore72column/IGS-Unit_Gas_exceed72column.xsd, test/data/ignore72column/IGS-Unit_Gas_exceed72column.err
  52. ############## allow reserved words (so disable the reserved words check when building xsd) ##############
  53. B, QMC002-CommArea - build XSD, T, test/data/allowReservedwords/allowReservedwords.properties, , test/data/allowReservedwords/QMC002-CommArea.cobol, test/data/allowReservedwords/QMC002-CommArea.xsd, test/data/allowReservedwords/QMC002-CommArea.exp.xsd
  54. B, Contains_Data_Word - build XSD, T, test/data/allowReservedwords/allowReservedwords.properties, , test/data/allowReservedwords/Contains_Data_Word.cobol, test/data/allowReservedwords/Contains_Data_Word.xsd, test/data/allowReservedwords/Contains_Data_Word.exp.xsd
  55. B, Contains_Data_Word - build XSD, F, test/data/allowReservedwords/noReservedwords.properties, , test/data/allowReservedwords/Contains_Data_Word.cobol, test/data/allowReservedwords/Contains_Data_Word2.xsd, test/data/allowReservedwords/Contains_Data_Word2.err
  56. ############## Valid COBOL Copybook files since JCAPS5.1 ##############
  57. B, AUTO-RECORD-IN - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/AUTO-RECORD-IN.cobol, test/data/JCAPS51/AUTO-RECORD-IN.xsd, test/data/JCAPS51/AUTO-RECORD-IN.exp.xsd
  58. B, BXCFTLCM - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/BXCFTLCM.cobol, test/data/JCAPS51/BXCFTLCM.xsd, test/data/JCAPS51/BXCFTLCM.exp.xsd
  59. B, BXCFTLCP - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/BXCFTLCP.cobol, test/data/JCAPS51/BXCFTLCP.xsd, test/data/JCAPS51/BXCFTLCP.exp.xsd
  60. B, BXCFTLS1 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/BXCFTLS1.cobol, test/data/JCAPS51/BXCFTLS1.xsd, test/data/JCAPS51/BXCFTLS1.exp.xsd
  61. ### Following had an issue which was fixed, see open-esb- Issue 2272 ###
  62. B, BXCFTLAU - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/BXCFTLAU.cobol, test/data/JCAPS51/BXCFTLAU.xsd, test/data/JCAPS51/BXCFTLAU.exp.xsd
  63. B, BXCFTLFM - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/BXCFTLFM.cobol, test/data/JCAPS51/BXCFTLFM.xsd, test/data/JCAPS51/BXCFTLFM.exp.xsd
  64. B, BXCFTLHR - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/BXCFTLHR.cobol, test/data/JCAPS51/BXCFTLHR.xsd, test/data/JCAPS51/BXCFTLHR.exp.xsd
  65. B, BXCFTLMS - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/BXCFTLMS.cobol, test/data/JCAPS51/BXCFTLMS.xsd, test/data/JCAPS51/BXCFTLMS.exp.xsd
  66. B, BXCFTLTR - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/BXCFTLTR.cobol, test/data/JCAPS51/BXCFTLTR.xsd, test/data/JCAPS51/BXCFTLTR.exp.xsd
  67. ### Following had an issue which was fixed, see open-esb- Issue 2296 ###
  68. B, HOmstr - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/HOmstr.cobol, test/data/JCAPS51/HOmstr.xsd, test/data/JCAPS51/HOmstr.exp.xsd
  69. B, ywclexp2 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/ywclexp2.cobol, test/data/JCAPS51/ywclexp2.xsd, test/data/JCAPS51/ywclexp2.exp.xsd
  70. ### Following had an issue which was fixed, see open-esb- Issue 2273 ###
  71. B, CobPic9 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/CobPic9.cobol, test/data/JCAPS51/CobPic9.xsd, test/data/JCAPS51/CobPic9.exp.xsd
  72. B, COMMAREA - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/COMMAREA.cobol, test/data/JCAPS51/COMMAREA.xsd, test/data/JCAPS51/COMMAREA.exp.xsd
  73. B, C-TRN-DATA-AND-SWITCHES - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/C-TRN-DATA-AND-SWITCHES.cobol, test/data/JCAPS51/C-TRN-DATA-AND-SWITCHES.xsd, test/data/JCAPS51/C-TRN-DATA-AND-SWITCHES.exp.xsd
  74. B, cferrcr0 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/cferrcr0.cobol, test/data/JCAPS51/cferrcr0.xsd, test/data/JCAPS51/cferrcr0.exp.xsd
  75. B, cferrec0doc - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/cferrec0doc.cobol, test/data/JCAPS51/cferrec0doc.xsd, test/data/JCAPS51/cferrec0doc.exp.xsd
  76. B, cferreco - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/cferreco.cobol, test/data/JCAPS51/cferreco.xsd, test/data/JCAPS51/cferreco.exp.xsd
  77. B, cferrecr - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/cferrecr.cobol, test/data/JCAPS51/cferrecr.xsd, test/data/JCAPS51/cferrecr.exp.xsd
  78. B, commsgf - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/commsgf.cobol, test/data/JCAPS51/commsgf.xsd, test/data/JCAPS51/commsgf.exp.xsd
  79. B, cspaiuc - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/cspaiuc.cobol, test/data/JCAPS51/cspaiuc.xsd, test/data/JCAPS51/cspaiuc.exp.xsd
  80. B, cucl107i - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/cucl107i.cobol, test/data/JCAPS51/cucl107i.xsd, test/data/JCAPS51/cucl107i.exp.xsd
  81. B, cucl107m - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/cucl107m.cobol, test/data/JCAPS51/cucl107m.xsd, test/data/JCAPS51/cucl107m.exp.xsd
  82. B, cucl107o - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/cucl107o.cobol, test/data/JCAPS51/cucl107o.xsd, test/data/JCAPS51/cucl107o.exp.xsd
  83. B, cucl107v - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/cucl107v.cobol, test/data/JCAPS51/cucl107v.xsd, test/data/JCAPS51/cucl107v.exp.xsd
  84. B, cucr001i - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/cucr001i.cobol, test/data/JCAPS51/cucr001i.xsd, test/data/JCAPS51/cucr001i.exp.xsd
  85. B, cucr001o - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/cucr001o.cobol, test/data/JCAPS51/cucr001o.xsd, test/data/JCAPS51/cucr001o.exp.xsd
  86. B, cucr001v - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/cucr001v.cobol, test/data/JCAPS51/cucr001v.xsd, test/data/JCAPS51/cucr001v.exp.xsd
  87. B, DI-REQUEST - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/DI-REQUEST.cobol, test/data/JCAPS51/DI-REQUEST.xsd, test/data/JCAPS51/DI-REQUEST.exp.xsd
  88. B, DI-RESPONSE - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/DI-RESPONSE.cobol, test/data/JCAPS51/DI-RESPONSE.xsd, test/data/JCAPS51/DI-RESPONSE.exp.xsd
  89. B, DMPLUS10-RECORD - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/DMPLUS10-RECORD.cobol, test/data/JCAPS51/DMPLUS10-RECORD.xsd, test/data/JCAPS51/DMPLUS10-RECORD.exp.xsd
  90. B, DMPLUS12-RECORD - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/DMPLUS12-RECORD.cobol, test/data/JCAPS51/DMPLUS12-RECORD.xsd, test/data/JCAPS51/DMPLUS12-RECORD.exp.xsd
  91. B, DMPLUS13-RECORD - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/DMPLUS13-RECORD.cobol, test/data/JCAPS51/DMPLUS13-RECORD.xsd, test/data/JCAPS51/DMPLUS13-RECORD.exp.xsd
  92. B, DMPLUS35-RECORD - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/DMPLUS35-RECORD.cobol, test/data/JCAPS51/DMPLUS35-RECORD.xsd, test/data/JCAPS51/DMPLUS35-RECORD.exp.xsd
  93. B, ELGHWTWS-COPY - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/ELGHWTWS-COPY.cobol, test/data/JCAPS51/ELGHWTWS-COPY.xsd, test/data/JCAPS51/ELGHWTWS-COPY.exp.xsd
  94. B, g5xrgrb0 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/g5xrgrb0.cobol, test/data/JCAPS51/g5xrgrb0.xsd, test/data/JCAPS51/g5xrgrb0.exp.xsd
  95. B, g5xrmbb0 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/g5xrmbb0.cobol, test/data/JCAPS51/g5xrmbb0.xsd, test/data/JCAPS51/g5xrmbb0.exp.xsd
  96. B, g5xrmfb0 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/g5xrmfb0.cobol, test/data/JCAPS51/g5xrmfb0.xsd, test/data/JCAPS51/g5xrmfb0.exp.xsd
  97. B, g5xrmfbo - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/g5xrmfbo.cobol, test/data/JCAPS51/g5xrmfbo.xsd, test/data/JCAPS51/g5xrmfbo.exp.xsd
  98. B, g5xrmkb0 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/g5xrmkb0.cobol, test/data/JCAPS51/g5xrmkb0.xsd, test/data/JCAPS51/g5xrmkb0.exp.xsd
  99. B, g5xrmpb0 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/g5xrmpb0.cobol, test/data/JCAPS51/g5xrmpb0.xsd, test/data/JCAPS51/g5xrmpb0.exp.xsd
  100. B, g5xrmxbo - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/g5xrmxbo.cobol, test/data/JCAPS51/g5xrmxbo.xsd, test/data/JCAPS51/g5xrmxbo.exp.xsd
  101. B, GDS7001A - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/GDS7001A.cobol, test/data/JCAPS51/GDS7001A.xsd, test/data/JCAPS51/GDS7001A.exp.xsd
  102. B, GDS7001B - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/GDS7001B.cobol, test/data/JCAPS51/GDS7001B.xsd, test/data/JCAPS51/GDS7001B.exp.xsd
  103. #D, GDS7001B - decode, T, test/data/JCAPS51/GDS7001B.exp.xsd, GDS-OUTPUT-BUFFER, test/data/JCAPS51/GDS7001B.dat, test/data/JCAPS51/GDS7001B.dec.xml, test/data/JCAPS51/GDS7001B.exp.xml
  104. B, HQM - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/HQM.cobol, test/data/JCAPS51/HQM.xsd, test/data/JCAPS51/HQM.exp.xsd
  105. B, INLS047O - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/INLS047O.cobol, test/data/JCAPS51/INLS047O.xsd, test/data/JCAPS51/INLS047O.exp.xsd
  106. #B, Invoice_Copybook - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/Invoice_Copybook.cobol, test/data/JCAPS51/Invoice_Copybook.xsd, test/data/JCAPS51/Invoice_Copybook.exp.xsd
  107. B, Invoice_Copybook_51 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/Invoice_Copybook_51.cobol, test/data/JCAPS51/Invoice_Copybook_51.xsd, test/data/JCAPS51/Invoice_Copybook_51.exp.xsd
  108. B, IOAREA - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/IOAREA.cobol, test/data/JCAPS51/IOAREA.xsd, test/data/JCAPS51/IOAREA.exp.xsd
  109. B, lespfrcp - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/lespfrcp.cobol, test/data/JCAPS51/lespfrcp.xsd, test/data/JCAPS51/lespfrcp.exp.xsd
  110. B, LZCDIS00 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/LZCDIS00.cobol, test/data/JCAPS51/LZCDIS00.xsd, test/data/JCAPS51/LZCDIS00.exp.xsd
  111. B, misc01a - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/misc01a.cobol, test/data/JCAPS51/misc01a.xsd, test/data/JCAPS51/misc01a.exp.xsd
  112. B, misc2 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/misc2.cobol, test/data/JCAPS51/misc2.xsd, test/data/JCAPS51/misc2.exp.xsd
  113. B, misc3_67498 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/misc3_67498.cobol, test/data/JCAPS51/misc3_67498.xsd, test/data/JCAPS51/misc3_67498.exp.xsd
  114. B, misc4 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/misc4.cobol, test/data/JCAPS51/misc4.xsd, test/data/JCAPS51/misc4.exp.xsd
  115. B, misc5 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/misc5.cobol, test/data/JCAPS51/misc5.xsd, test/data/JCAPS51/misc4.exp.xsd
  116. B, MQ-REQUEST-GET-DAN - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/MQ-REQUEST-GET-DAN.cobol, test/data/JCAPS51/MQ-REQUEST-GET-DAN.xsd, test/data/JCAPS51/MQ-REQUEST-GET-DAN.exp.xsd
  117. B, nobinary03 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/nobinary03.cobol, test/data/JCAPS51/nobinary03.xsd, test/data/JCAPS51/nobinary03.exp.xsd
  118. B, o1 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/o1.cobol, test/data/JCAPS51/o1.xsd, test/data/JCAPS51/o1.exp.xsd
  119. B, o1x - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/o1x.cobol, test/data/JCAPS51/o1x.xsd, test/data/JCAPS51/o1x.exp.xsd
  120. B, o2xx - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/o2xx.cobol, test/data/JCAPS51/o2xx.xsd, test/data/JCAPS51/o2xx.exp.xsd
  121. B, otdAccountInfoRequest_corrected - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/otdAccountInfoRequest_corrected.cobol, test/data/JCAPS51/otdAccountInfoRequest_corrected.xsd, test/data/JCAPS51/otdAccountInfoRequest_corrected.exp.xsd
  122. B, OUT3-RECORD - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/OUT3-RECORD.cobol, test/data/JCAPS51/OUT3-RECORD.xsd, test/data/JCAPS51/OUT3-RECORD.exp.xsd
  123. B, SA160 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/SA160.cobol, test/data/JCAPS51/SA160.xsd, test/data/JCAPS51/SA160.exp.xsd
  124. B, SA161 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/SA161.cobol, test/data/JCAPS51/SA161.xsd, test/data/JCAPS51/SA161.exp.xsd
  125. B, p124clam - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/p124clam.cobol, test/data/JCAPS51/p124clam.xsd, test/data/JCAPS51/p124clam.exp.xsd
  126. B, PF-PARMFILE-REC - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/PF-PARMFILE-REC.cobol, test/data/JCAPS51/PF-PARMFILE-REC.xsd, test/data/JCAPS51/PF-PARMFILE-REC.exp.xsd
  127. B, RentalControls - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/RentalControls.cobol, test/data/JCAPS51/RentalControls.xsd, test/data/JCAPS51/RentalControls.exp.xsd
  128. #B, TESTCOPYBOOK - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/TESTCOPYBOOK.cobol, test/data/JCAPS51/TESTCOPYBOOK.xsd, test/data/JCAPS51/TESTCOPYBOOK.exp.xsd
  129. #D, TESTCOPYBOOK - decode, T, test/data/JCAPS51/TESTCOPYBOOK.exp.xsd, TESTCOPYBOOK, test/data/JCAPS51/TESTCOPYBOOK.dat, test/data/JCAPS51/TESTCOPYBOOK.dec.xml, test/data/JCAPS51/TESTCOPYBOOK.exp.xml
  130. B, wapimsg - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/wapimsg.cobol, test/data/JCAPS51/wapimsg.xsd, test/data/JCAPS51/wapimsg.exp.xsd
  131. B, ywclcl0 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/ywclcl0.cobol, test/data/JCAPS51/ywclcl0.xsd, test/data/JCAPS51/ywclcl0.exp.xsd
  132. B, ywclclr0 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/ywclclr0.cobol, test/data/JCAPS51/ywclclr0.xsd, test/data/JCAPS51/ywclclr0.exp.xsd
  133. B, ywclcm0 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/ywclcm0.cobol, test/data/JCAPS51/ywclcm0.xsd, test/data/JCAPS51/ywclcm0.exp.xsd
  134. B, ywplgr1 - build XSD, T, test/data/JCAPS51/default.properties, , test/data/JCAPS51/ywplgr1.cobol, test/data/JCAPS51/ywplgr1.xsd, test/data/JCAPS51/ywplgr1.exp.xsd