Browse Source

typo

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@687618 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 17 years ago
parent
commit
7a1f5b5275
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tests/junit/org/apache/tools/ant/util/LayoutPreservingPropertiesTest.java

+ 1
- 1
src/tests/junit/org/apache/tools/ant/util/LayoutPreservingPropertiesTest.java View File

@@ -263,7 +263,7 @@ public class LayoutPreservingPropertiesTest extends TestCase {
assertTrue("should have had prop.new", s2.indexOf("prop.new") > -1); assertTrue("should have had prop.new", s2.indexOf("prop.new") > -1);
} }


public void testPreserveEsacpeName() throws Exception {
public void testPreserveEscapeName() throws Exception {
LayoutPreservingProperties lpf = new LayoutPreservingProperties(); LayoutPreservingProperties lpf = new LayoutPreservingProperties();
File unusual = new File(System.getProperty("root"), File unusual = new File(System.getProperty("root"),
"src/etc/testcases/util/unusual.properties"); "src/etc/testcases/util/unusual.properties");


Loading…
Cancel
Save