Skip to content

Commit

Permalink
MGR-89 fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Feb 13, 2020
1 parent 0a58e5c commit 367d2b1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Expand Up @@ -7,7 +7,7 @@
</params>
<meta-data binding="property" bindClass="org.appng.application.manager.form.PropertyForm">
<field name="type" type="text" hidden="true" binding="property.type" />
<field name="value" type="text" binding="property.value">
<field name="value" type="int" format="#" binding="property.value">
<label id="value">testproperty</label>
</field>
<field name="defaultString" type="text" readonly="true" binding="property.defaultString">
Expand All @@ -21,9 +21,9 @@
<data>
<result>
<field name="type" type="text">
<value>TEXT</value>
<value>INT</value>
</field>
<field name="value" type="text">
<field name="value" type="int">
<value>5</value>
</field>
<field name="defaultString" type="text">
Expand Down
Expand Up @@ -7,7 +7,7 @@
</params>
<meta-data binding="property" bindClass="org.appng.application.manager.form.PropertyForm">
<field name="type" type="text" hidden="true" binding="property.type" />
<field name="value" type="text" binding="property.value">
<field name="value" type="int" format="#" binding="property.value">
<label id="value">testproperty</label>
</field>
<field name="defaultString" type="text" readonly="true" binding="property.defaultString">
Expand All @@ -21,9 +21,9 @@
<data>
<result>
<field name="type" type="text">
<value>TEXT</value>
<value>INT</value>
</field>
<field name="value" type="text">
<field name="value" type="int">
<value>7</value>
</field>
<field name="defaultString" type="text">
Expand Down
6 changes: 3 additions & 3 deletions src/test/resources/xml/SitePropertiesTest-testShowOne.xml
Expand Up @@ -7,7 +7,7 @@
</params>
<meta-data binding="property" bindClass="org.appng.application.manager.form.PropertyForm">
<field name="type" type="text" hidden="true" binding="property.type" />
<field name="value" type="text" binding="property.value">
<field name="value" type="int" format="#" binding="property.value">
<label id="value">testproperty</label>
</field>
<field name="defaultString" type="text" readonly="true" binding="property.defaultString">
Expand All @@ -21,9 +21,9 @@
<data>
<result>
<field name="type" type="text">
<value>TEXT</value>
<value>INT</value>
</field>
<field name="value" type="text">
<field name="value" type="int">
<value>5</value>
</field>
<field name="defaultString" type="text">
Expand Down
6 changes: 3 additions & 3 deletions src/test/resources/xml/SitePropertiesTest-testUpdate-data.xml
Expand Up @@ -7,7 +7,7 @@
</params>
<meta-data binding="property" bindClass="org.appng.application.manager.form.PropertyForm">
<field name="type" type="text" hidden="true" binding="property.type" />
<field name="value" type="text" binding="property.value">
<field name="value" type="int" format="#" binding="property.value">
<label id="value">testproperty</label>
</field>
<field name="defaultString" type="text" readonly="true" binding="property.defaultString">
Expand All @@ -21,9 +21,9 @@
<data>
<result>
<field name="type" type="text">
<value>TEXT</value>
<value>INT</value>
</field>
<field name="value" type="text">
<field name="value" type="int">
<value>7</value>
</field>
<field name="defaultString" type="text">
Expand Down

0 comments on commit 367d2b1

Please sign in to comment.