<?xml version="1.0" encoding="UTF-8"?>
<test id="wae2/media/multipart/form/1" class="A" scope="wae2" 
	testtype="application" type="manual" source="wae2#6.9.5" device="both">
	<assertion>A WAE user agent must support multipart messages returning 
	a set of values from a form.
	</assertion>
	<notes>"The client DOES support multipart messages"
	</notes>
	<specnote>Create a document that contains a form, and submit this form 
	as multipart/form-data. Make sure that the data submitted is of 
	multipart/form-data form.
	</specnote>
	<results>
		<result>
			<name>ENV_ENCTYPE</name>
			<value>multipart/form-data</value>
		</result>
	</results>
	<method>
		<![CDATA[
			<wml:card id="main" title="main" newcontext="true">
				<p>Please send the form</p>
				<form action="[[responseurl]]" enctype="multipart/form-data">
					<fieldset>
						<input name="x" value="richard" />
						form/1
					</fieldset>
					<fieldset>
						<input type="submit" value="submit" />
						<input type="reset" value="reset" />
					</fieldset>
					[[formsessionvars]]
				</form>
				[[auto_failed]]
			</wml:card>
		]]>
	</method>
</test>
