Author: carnold
Date: Sun Mar 28 05:02:29 2010
New Revision: 928340
URL: http://svn.apache.org/viewvc?rev=928340&view=rev
Log:
Bug 49002: Missed a tab conversion
Modified:
logging/log4j/trunk/tests/src/java/org/apache/log4j/util/EnhancedJunitTestRunnerFilter.java
Modified:
logging/log4j/trunk/tests/src/java/org/apache/log4j/util/EnhancedJunitTestRunnerFilter.java
URL:
http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/util/EnhancedJunitTestRunnerFilter.java?rev=928340&r1=928339&r2=928340&view=diff
==============================================================================
---
logging/log4j/trunk/tests/src/java/org/apache/log4j/util/EnhancedJunitTestRunnerFilter.java
(original)
+++
logging/log4j/trunk/tests/src/java/org/apache/log4j/util/EnhancedJunitTestRunnerFilter.java
Sun Mar 28 05:02:29 2010
@@ -50,7 +50,7 @@ public class EnhancedJunitTestRunnerFilt
// restore the one instance of Method.invoke that we actually want
//
if (in.indexOf("at junit.framework.TestCase.runTest") != -1) {
- return "\tat java.lang.reflect.Method.invoke(X)\n" + in;
+ return "\tat java.lang.reflect.Method.invoke(X)\n\t" + in.trim();
}
for (int i = 0; i < PATTERNS.length; i++) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]