blob: d452205aca2720776a72ba25c90cb3bee9b974ce [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 1999-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project name="flowscriptRecursive" default="flowscriptRecursive">
<group id="default">
<property name="usetidy" value="true"/>
</group>
<!-- Check the reloading of the sitemap -->
<target name="flowscriptRecursive">
<property name="test-dir" value="samples/flow/test"/>
<property name="url" value="${anteater.env.cocoon}/${test-dir}/factorial?n=5"/>
<httpRequest href="${url}" description="Send Request">
<match>
<xpath select="html/body/p[1]" pattern=" 5 "/>
<xpath select="html/body/p[2]" pattern="120\.0"/>
</match>
</httpRequest>
</target>
</project>