Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Useless warning in ABAP Unit tests of ZCL_EXCEL_READER_HUGE_FILE (reason: extra space "# AU -> "#AU) #739

Closed
sandraros opened this issue Feb 13, 2021 · 0 comments · Fixed by sandraros/abap2xlsx#4

Comments

@sandraros
Copy link
Collaborator

If running the ABAP Unit tests on the whole abap2xlsx package, there's a warning for the class ZCL_EXCEL_READER_HUGE_FILE:
image

This is due to a useless extra space in "# AU...:
image

If it's changed to "#AU, the warning disappears:
image

sandraros pushed a commit to sandraros/abap2xlsx that referenced this issue Feb 14, 2021
Useless warning in ABAP Unit tests of ZCL_EXCEL_READER_HUGE_FILE (reason: extra space "# AU -> "#AU) abap2xlsx#739
sandraros added a commit to sandraros/abap2xlsx that referenced this issue Feb 21, 2021
@larshp larshp closed this as completed in a0e2349 Feb 21, 2021
sandraros added a commit to sandraros/abap2xlsx that referenced this issue Feb 27, 2021
AUnit warning zcl excel reader huge file "# au  > "#au abap2xlsx#739 (abap2xlsx#742)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant