On Mon, Apr 16, 2012 at 9:51 AM, Uwe Schindler <[email protected]> wrote: > I dont undertstand the problem with the column width. Whats the problem with > line wrapping? Just print Class.getName() and done. I want full names for > test names here, so its easier to work with (especially if you want to work > with Jenkin's output). It was always fine here on windows, where terminal > always wrap after 80 columns and I never had any problem with that. So please > make the standard full class names and let maybe some build.properties allow > it to be changed by rcmuir.
See the original issue: https://issues.apache.org/jira/browse/LUCENE-3988 My problem is only when 100% of tests line-wrap on 80-chars terminals. This happened always previously because of padding in the output: [junit4] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time: 3.97s The shorter class name was just a suggestion, i dont care if we print the full class name. That way only like 1 or 2% of tests wrap. I just dont think it should be 100%. -- lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
