View | Details | Raw Unified | Return to bug 54303
Collapse All | Expand All

(-)src/tests/junit/org/apache/tools/ant/taskdefs/XmlPropertyTest.java (-1 / +1 lines)
Lines 231-237 Link Here
231
231
232
            } else {
232
            } else {
233
233
234
                if (propertyValue.indexOf("FILE.") == 0) {
234
                if (propertyValue.startsWith("FILE.")) {
235
                    // The property is the name of a file.  We are testing
235
                    // The property is the name of a file.  We are testing
236
                    // a location attribute, so we need to resolve the given
236
                    // a location attribute, so we need to resolve the given
237
                    // file name in the provided folder.
237
                    // file name in the provided folder.

Return to bug 54303