saulhoward / haddock-cms

Automatically exported from code.google.com/p/haddock-cms
0 stars 0 forks source link

Clean Compilation Test does not pass on Windows machines but does on Linux machines #93

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. You run the unit tests for a project on a Linux machine, and all of the
tests pass, including the test that chechs that all the class files in the
project can be compiled without printing any output.
2. You run the same tests on an installation on a Windows machine, and that
test fails.

What is the expected output? What do you see instead?

If a file can be compiled on a Linux machine without printing any unwanted
output, it should also behave the same on a Windows machine.

Original issue reported on code.google.com by robert.i...@gmail.com on 1 Feb 2009 at 3:16