<?xml version="1.0" encoding="UTF-8"?>
<test id="wae/media/multipart/form/3" class="C" scope="wae:multipart_whttp" 
	testtype="application" type="manual" source="wae#6.9.5" device="both">
	<assertion>When a WAE user agent supports W-HTTP it must be able to 
	submit form data in 'multipart/form-data'.
	</assertion>
	<notes>This is untestable as we can't tell what is being sent to the
	gateway, only what is sent from the gateway to the origin server. 
	Therefore we can't make sure that the client is sending 
	'multipart/form-data'. We could however test to just make sure that an 
	error does not occur when the device tries to send this type. This 
	would not test to make sure that the content has actually been sent as 
	'multipart/form-data' however.
	NCC {Currently the Protocol Test tools do not support W-HTTP and so it 
	will not be possible to validate the Content Type used in this instance. 
	Therefore form/3 remains untestable. }
	</notes>
	<specnote>Create a document that contains a form. Make sure that the
	data submitted by the user agent is of 'multipart/form-data' form.
	</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="multipart/form-data">
					<fieldset>
						form/3
						<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>
