From ab4c51e991a8f15b1f7d90ce91234e5e377e002a Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Sun, 23 Jul 2023 10:13:44 +0200 Subject: [PATCH] run another --- abap_transpile.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/abap_transpile.json b/abap_transpile.json index d839867..c8750b1 100644 --- a/abap_transpile.json +++ b/abap_transpile.json @@ -34,10 +34,10 @@ "addCommonJS": true, "unknownTypes": "runtimeError", "skip": [ - {"object": "CL_EXCEL_TEST", "class": "ltcl", "method": "test", "note": "if_ixml_document$get_first_child todo"}, + {"object": "CL_EXCEL_TEST", "class": "ltcl", "method": "test", "note": "if_ixml_stream_factory$create_ostream_xstring todo"}, - {"object": "ZCL_EXCEL_WORKSHEET", "class": "lcl_excel_worksheet_test", "method": "delete_merge", "note": " todo: split into multiple test methods "}, - {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_normalize_column_heading", "method": "default_text_if_none", "note": " ?? "}, + {"object": "ZCL_EXCEL_WORKSHEET", "class": "lcl_excel_worksheet_test", "method": "delete_merge", "note": " todo: split into multiple test methods "}, + {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_normalize_column_heading", "method": "default_text_if_none", "note": " ?? "}, {"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_number", "note": "SXML in open-abap currently only handles json, todo"}, {"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_shared_string", "note": "SXML in open-abap currently only handles json, todo"}, @@ -53,10 +53,8 @@ {"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_shared_string_multi_style", "note": "??"}, {"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_skip_to_inexistent", "note": "??"}, - {"object": "ZCL_EXCEL_WRITER_2007", "class": "ltc_column_formula", "method": "one_column_formula", "note": "?? CALL TRANSFORMATION xml_header = 'no'"}, - {"object": "ZCL_EXCEL_WRITER_2007", "class": "ltc_column_formula", "method": "two_column_formulas", "note": "??"}, - - {"object": "ZCL_EXCEL_THEME_FMT_SCHEME", "class": "ltcl_test", "method": "build_xml", "note": "if_ixml_document$get_first_child todo"}, + {"object": "ZCL_EXCEL_WRITER_2007", "class": "ltc_column_formula", "method": "one_column_formula", "note": "?? CALL TRANSFORMATION xml_header = 'no'"}, + {"object": "ZCL_EXCEL_WRITER_2007", "class": "ltc_column_formula", "method": "two_column_formulas", "note": "??"}, {"object": "ZCL_EXCEL_COMMON", "class": "lcl_excel_common_test", "method": "convert_column2int_oob_empty", "note": "?? sy value defaults"} ]