Closed seehait closed 5 years ago
Sorry for the long delay...
We do have tests for unusual unicode characters here. This is strange...
I will take a look at it later this week. Could you run the test suite and see if it fails for you on your system? Simply:
git clone git@github.com:victorolinasc/junit-formatter.git
cd junit-formatter
mix deps.get
mix test
Thanks for pointing it out!
Thanks @victorolinasc , It's very strange... All tests you suggest me to run on my machine are passed.
@victorolinasc
I'm not sure whether https://github.com/victorolinasc/junit-formatter/pull/34 is related with this problems or not. Btw, the current release 3.0.0 is released before the prior pull request is merged.
May you create the next release with the prior pull request?
Thank you for helping us.
You are totally right! My bad =/
I have released a PATCH version now. Thanks once again for pointing it out and sorry for not releasing it before. Here it is on hex: https://hex.pm/packages/junit_formatter/3.0.1
If that works for you I'll close this issue.
@victorolinasc Thank you very much. It works perfectly now. 👍
My code produce some result which contains unicode characters (in Thai language), then it cannot product the test report file.
Example console output:
In the other hand, if my code produce only English character result, everything will be working fine.
Elixir version: 1.9.0 OS: Ubuntu 18.04 LTS junit-formatter version: 3.0