-
Notifications
You must be signed in to change notification settings - Fork 0
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
MARP-1315 Excel Importer: Solution for adding cells with more than 255 chars #66
MARP-1315 Excel Importer: Solution for adding cells with more than 255 chars #66
Conversation
change looks good; |
excel-importer/src/com/axonivy/util/excel/importer/ExcelReader.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you fixed a bug; now we need a test to keep it stable.
there is a nice test exactly testing these row types and lengths. extend it to cover you scenario
No, I disagree ... that doesn't look good to me. @phhung-axonivy there are several reasons why such changes should come with a test:
|
Hi @ivy-rew |
I am providing some UT for this issue. and I will inform you to review it. |
Hi @ivy-rew , I just updated a unit test for the bug fix. Can you please review it to see if there are any errors in the UT? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow that was real quick 🏎️
Yes, this test looks great. I like especially, that you added a new file ... rather than adding another case to the existing one.
Thanks a lot 🤝
No description provided.