<?xml version="1.0" encoding="UTF-8"?>
<test id="wae/media/multipart/form/4" class="C" 
	scope="wae:multipart_proxy_wsp" testtype="application" type="manual" 
	source="wae#6.9.5" device="both">
	<assertion>When a WAP proxy supports WSP it must be able to convert
	'application/vnd.wap.multipart.form-data' into 'multipart/form-data'
	</assertion>
	<specnote>Create a document that has a form on it and submits it as a
	'application/vnd.wap.multipart.form-data' document.  Check the content-type 
	header when the document is sent to the origin server to make sure that it 
	is now 'multipart/form-data'.
	</specnote>
	<results>
		<result>
			<name>ENV_ENCTYPE</name>
			<value>multipart/form-data</value>
		</result>
	</results>
	<method>
		<![CDATA[
			<card newcontext="true" id="main">
				<p>Please send the form</p>
				<form action="<responseurl>" enctype="application/vnd.wap.multipart.form-data">
					<fieldset>
						form/4
						<input name="x" value="richard" />
					</fieldset>
					<fieldset>
						<input type="submit" value="submit" />
						<input type="reset" value="reset" />
					</fieldset>
					<formsessionvars>
				</form>
				<auto_failed>
			</card>
		]]>
	</method>
</test>
