blob: 7627c697650446cfae0431630db4af53a785c720 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id$ -->
<!--
Copyright 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.
-->
<mock-test>
<context name="c23" root="context23"/>
<servlet name="assets" class="org.apache.tapestry.ApplicationServlet"/>
<request>
<assert-output name="Page Title">
<![CDATA[
<title>Home</title>
]]>
</assert-output>
<assert-output name="boolValue">
boolValue: [true]
</assert-output>
<assert-output name="intValue">
intValue: [-3]
</assert-output>
<assert-output name="doubleValue">
doubleValue: [10.5]
</assert-output>
<assert-output name="stringValue">
stringValue: [Pink Floyd]
</assert-output>
<assert-output name="objectValue">
objectValue: [en]
</assert-output>
<assert-output name="link">
href="/c23/assets?service=direct/0/Home/flicker.update"
</assert-output>
</request>
<request>
<parameter name="service" value="direct/0/Home/flicker.update"/>
<assert-output name="boolValue">
boolValue: [false]
</assert-output>
<assert-output name="intValue">
intValue: [100]
</assert-output>
<assert-output name="doubleValue">
doubleValue: [22.7]
</assert-output>
<assert-output name="stringValue">
stringValue: [Poi Dog Pondering]
</assert-output>
<assert-output name="objectValue">
objectValue: [fr]
</assert-output>
</request>
<!-- Verify that the updates were propagated through to the persistent properties. -->
<request>
<assert-output name="boolValue">
boolValue: [false]
</assert-output>
<assert-output name="intValue">
intValue: [100]
</assert-output>
<assert-output name="doubleValue">
doubleValue: [22.7]
</assert-output>
<assert-output name="stringValue">
stringValue: [Poi Dog Pondering]
</assert-output>
<assert-output name="objectValue">
objectValue: [fr]
</assert-output>
</request>
<request>
<parameter name="service" value="page/Two"/>
<assert-output name="Title">
<![CDATA[
<title>Exception</title>
]]>
</assert-output>
<assert-output name="Message">
Parameter 'flag' must be required or have a default value as it uses direction 'auto'.
</assert-output>
</request>
</mock-test>