Author: bodewig
Date: Thu Aug 21 00:54:49 2008
New Revision: 687618
URL: http://svn.apache.org/viewvc?rev=687618&view=rev
Log:
typo
Modified:
ant/core/trunk/src/tests/junit/org/apache/tools/ant/util/LayoutPreservingPropertiesTest.java
Modified:
ant/core/trunk/src/tests/junit/org/apache/tools/ant/util/LayoutPreservingPropertiesTest.java
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/tests/junit/org/apache/tools/ant/util/LayoutPreservingPropertiesTest.java?rev=687618&r1=687617&r2=687618&view=diff
==============================================================================
---
ant/core/trunk/src/tests/junit/org/apache/tools/ant/util/LayoutPreservingPropertiesTest.java
(original)
+++
ant/core/trunk/src/tests/junit/org/apache/tools/ant/util/LayoutPreservingPropertiesTest.java
Thu Aug 21 00:54:49 2008
@@ -263,7 +263,7 @@
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();
File unusual = new File(System.getProperty("root"),
"src/etc/testcases/util/unusual.properties");