add expectedResCode and expectedResCntType to http ui.xml

This commit is contained in:
hmm 2014-09-01 14:45:05 +08:00
parent c3af582914
commit a72cb7a307
1 changed files with 24 additions and 1 deletions

View File

@ -19,7 +19,12 @@
<param name="respVarsToSaveInSession"
label="The regular expression of extracting variables from response" required="false">
<table cols="varName|varRegularExpression|leftBoundry|rightBoundry" />
</param>
<param name="expResCode" label="The expected code of response" required="false">
<field size="7" />
</param>
<param name="expResCnttype" label="The expected content-type of response" required="false">
<field size="7" />
</param>
</params>
</behavior>
@ -39,6 +44,12 @@
required="false">
<table cols="varName|varRegularExpression|leftBoundry|rightBoundry" />
</param>
<param name="expResCode" label="The expected code of response" required="false">
<field size="7" />
</param>
<param name="expResCnttype" label="The expected content-type of response" required="false">
<field size="7" />
</param>
</params>
</behavior>
<behavior name="Post">
@ -63,6 +74,12 @@
required="false">
<table cols="varName|varRegularExpression|leftBoundry|rightBoundry" />
</param>
<param name="expResCode" label="The expected code of response" required="false">
<field size="7" />
</param>
<param name="expResCnttype" label="The expected content-type of response" required="false">
<field size="7" />
</param>
</params>
</behavior>
<behavior name="Put">
@ -87,6 +104,12 @@
required="false">
<table cols="varName|varRegularExpression|leftBoundry|rightBoundry" />
</param>
<param name="expResCode" label="The expected code of response" required="false">
<field size="7" />
</param>
<param name="expResCnttype" label="The expected content-type of response" required="false">
<field size="7" />
</param>
</params>
</behavior>
</ui>