Skip to content

Commit

Permalink
MGR-66 fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Jul 30, 2019
1 parent 6fbe202 commit 25a8553
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -95,8 +95,8 @@ public void testShowRepositories() throws Exception {
siteDatasource.perform("test");

XPathDifferenceHandler differenceListener = new XPathDifferenceHandler(false);
differenceListener.ignoreDifference("/datasource[1]/data[1]/resultset[1]/result[1]/field[6]/value[1]/text()[1]");
differenceListener.ignoreDifference("/datasource[1]/data[1]/resultset[1]/result[2]/field[6]/value[1]/text()[1]");
differenceListener.ignoreDifference("/datasource[1]/data[1]/resultset[1]/result[1]/field[5]/value[1]/text()[1]");
differenceListener.ignoreDifference("/datasource[1]/data[1]/resultset[1]/result[2]/field[5]/value[1]/text()[1]");
validate(siteDatasource.getDatasource(), differenceListener);
}

Expand Down
Expand Up @@ -105,7 +105,7 @@
<icon type="class"></icon>
</field>
<field name="uri" type="text">
<value>file:///home/mm/workspace/appng/appng-manager/target/</value>
<value>file:///path/to/local/repo</value>
</field>
<field name="active" type="image">
<value>false</value>
Expand Down Expand Up @@ -139,7 +139,7 @@
<icon type="class"></icon>
</field>
<field name="uri" type="text">
<value>file:///home/mm/workspace/appng/appng-manager/target/</value>
<value>file:///path/to/local/repo</value>
</field>
<field name="active" type="image">
<value>true</value>
Expand Down

0 comments on commit 25a8553

Please sign in to comment.