Details

    • Sub-task
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 4.0-BETA, 6.0
    • general/test
    • None
    • New

    Description

      Stated in the code:

          // TODO we can't randomize this yet (it drives ant crazy) but this makes tests reproduce
          // in case machines have different default charsets...
          sb.append(" -Dargs=\"-Dfile.encoding=" + System.getProperty("file.encoding") + "\"");
      

      But this should work without any problems with junit4 because communication streams are separate and we're decoding output properly (or so I hope).

      Try and see what happens

      Attachments

        Activity

          People

            dweiss Dawid Weiss
            dweiss Dawid Weiss
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: