mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 16:56:11 +08:00
fix XML test class regression
This commit is contained in:
parent
d937c2d22b
commit
3642208a61
|
@ -50,7 +50,7 @@ CLASS ltcl_test IMPLEMENTATION.
|
||||||
|
|
||||||
cl_abap_unit_assert=>assert_char_cp(
|
cl_abap_unit_assert=>assert_char_cp(
|
||||||
act = lv_xml
|
act = lv_xml
|
||||||
exp = '*<a:fmtScheme name="Office">*' ).
|
exp = '*<a:fmtScheme name="Office" xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main">*' ).
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
||||||
ENDCLASS.
|
ENDCLASS.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user