You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I knew the XML output of quotation marks would change for users. I didn't expect tests that would be using Utility.escape to validate things. I'm not sure there is a workaround for this with libraries that need to cross-compile.
The text was updated successfully, but these errors were encountered:
thanks for opening this, it was in my queue to open a ticket myself, since this turned up in the community build, but I hadn't gotten to it :-)
I think it would be reasonable to ask specs2 to find another way to write the test. or to allow either of the two different expected outputs as correct /cc @etorreborre
After applying the fix to #57, there's a strange test in specs2 that is checking the XML output with the result of
scala.xml.Utility.escape
:https://github.com/etorreborre/specs2/blob/c7bc40bf6c/junit/jvm/src/test/scala/org/specs2/reporter/JUnitXmlPrinterSpec.scala#L94
I knew the XML output of quotation marks would change for users. I didn't expect tests that would be using
Utility.escape
to validate things. I'm not sure there is a workaround for this with libraries that need to cross-compile.The text was updated successfully, but these errors were encountered: