Javatest Harness 4.2_b04.
- Open doc/javatest/javatestGUI.pdf book.
- Scroll to the "Troubleshooting With the GUI"/"Output Overflow Message Displayed in
Test Run Messages"
- Doc says about system property "javatest.harness.maxOutputSize"
This is a bug. Actual variable name is "javatest.maxOutputSize". You may check that in source file /Javatest/code/src/com/sun/javatest/TestResult.java
Occurences of "javatest.harness.maxOutputSize" should be replaced with "javatest.maxOutputSize"
Same mistake is made in "Troubleshooting" OnlineHelp page. I believe these pages have same source.
- Open doc/javatest/javatestGUI.pdf book.
- Scroll to the "Troubleshooting With the GUI"/"Output Overflow Message Displayed in
Test Run Messages"
- Doc says about system property "javatest.harness.maxOutputSize"
This is a bug. Actual variable name is "javatest.maxOutputSize". You may check that in source file /Javatest/code/src/com/sun/javatest/TestResult.java
Occurences of "javatest.harness.maxOutputSize" should be replaced with "javatest.maxOutputSize"
Same mistake is made in "Troubleshooting" OnlineHelp page. I believe these pages have same source.