Skip to content

Commit

Permalink
MGR-89 fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Jan 14, 2020
1 parent 9b4b4e5 commit c44f8bc
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions src/test/resources/xml/DataBaseConnectionsTest-testMigrations.xml
Expand Up @@ -33,8 +33,8 @@
</meta-data>
</config>
<data paginate="false">
<resultset chunk="0" chunkname="migrations" chunksize="13" nextchunk="0" previouschunk="0" firstchunk="0"
lastchunk="0" hits="13">
<resultset chunk="0" chunkname="migrations" chunksize="14" nextchunk="0" previouschunk="0" firstchunk="0"
lastchunk="0" hits="14">
<result>
<field name="installedRank" type="int">
<value></value>
Expand Down Expand Up @@ -347,6 +347,30 @@
<icon type="class">led_orange</icon>
</field>
</result>
<result>
<field name="installedRank" type="int">
<value></value>
</field>
<field name="installedOn" type="date">
<value></value>
</field>
<field name="version.version" type="text">
<value>4.1.2</value>
</field>
<field name="description" type="text">
<value>add property type</value>
</field>
<field name="checksum" type="text">
<value>-1851785451</value>
</field>
<field name="installedBy" type="text">
<value></value>
</field>
<field name="state" type="image">
<value>PENDING</value>
<icon type="class">led_orange</icon>
</field>
</result>
</resultset>
</data>
</datasource>

0 comments on commit c44f8bc

Please sign in to comment.