Browse Source

enable test

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@816139 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 15 years ago
parent
commit
396f8e9b9b
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/tests/antunit/core/ref-psyntax-hint-test.xml

src/tests/antunit/core/ref-psyntax-hint.xml → src/tests/antunit/core/ref-psyntax-hint-test.xml View File

@@ -15,7 +15,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns:au="antlib:org.apache.ant.antunit">
<project xmlns:au="antlib:org.apache.ant.antunit" default="antunit">
<import file="../antunit-base.xml"/>

<target name="testIt">
<au:expectfailure>
<pathconvert refid="${foo}" />

Loading…
Cancel
Save