Browse Source

Huh?

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@798840 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
28d7d5d8d3
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      src/tests/junit/org/apache/tools/ant/BuildFileTest.java

+ 1
- 5
src/tests/junit/org/apache/tools/ant/BuildFileTest.java View File

@@ -273,11 +273,7 @@ public abstract class BuildFileTest extends TestCase {
continue; continue;
} }


if (!cr) {
cleanedBuffer.append(ch);
} else {
cleanedBuffer.append(ch);
}
cleanedBuffer.append(ch);
} }
return cleanedBuffer.toString(); return cleanedBuffer.toString();
} }


Loading…
Cancel
Save