Skip to content

Commit

Permalink
fix unit test failures from changed convertion behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Mar 31, 2014
1 parent f30945a commit da14ec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void testImportEmpty() {

final String expected = "<datacollection-config>\n" +
" <snmp-collection name=\"default\">\n" +
" <datacollection-group name=\"all\">\n" +
" <datacollection-group name=\"default-all\">\n" +
" <resourceType name=\"ifIndex\" label=\"Interfaces (MIB-2 ifTable)\">\n" +
" <resourceName><template>${ifDescr}-${ifPhysAddr}</template></resourceName>\n" +
" <resourceLabel><template>${ifDescr}-${ifPhysAddr}</template></resourceLabel>\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<include-collection dataCollectionGroup="Asterisk"/>
<include-collection dataCollectionGroup="Cisco"/>

<datacollection-group name="all">
<datacollection-group name="default-all">

<resourceType name="ifIndex" label="Interfaces (MIB-2 ifTable)">
<resourceName><template>${ifDescr}-${ifPhysAddr}</template></resourceName>
Expand Down

0 comments on commit da14ec9

Please sign in to comment.