ibnemahdi / owasp-esapi-java

Automatically exported from code.google.com/p/owasp-esapi-java
Other
0 stars 0 forks source link

Executor tests fail for openjdk on linux #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.run unit tests in openjdk for the 1.4 branch

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

Tests pass. Several tests fail.

Please use labels and text to provide additional information.

The execution tests, in an attempt to avoid the problems with locating and 
executing standard binaries on the system their run on, were changed to execute 
the java binary for the jvm running the tests. This has worked on sun and ibm 
jvms.

Openjdk is failing because the tests generally check the output to java -help 
but on openjdk this is sent to stderr and not to stdout as expected.

Original issue reported on code.google.com by schal...@darkmist.net on 9 Sep 2010 at 2:50

GoogleCodeExporter commented 9 years ago

Original comment by schal...@darkmist.net on 9 Sep 2010 at 3:14

GoogleCodeExporter commented 9 years ago
The ExecuteResult changes I committed a few days ago fix this problem.

Original comment by patrick....@gmail.com on 15 Sep 2010 at 11:46