Skip to content

Commit

Permalink
fix datacollection tests (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Dec 13, 2013
1 parent d623e73 commit fa3d412
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -51,7 +51,7 @@
public class DataCollectionConfigParserTest {

private static final int resourceTypesCount = 161;
private static final int systemDefCount = 150;
private static final int systemDefCount = 153;
private static final int groupsCount = 260;
private Level errorLevel;

Expand Down Expand Up @@ -107,7 +107,7 @@ public void testLoadWithOnlyExternalReferences() throws Exception {

// Validate SNMP Collection
Assert.assertEquals(0, collection.getResourceTypeCount()); // Resource Types should live on a special collection
Assert.assertEquals(142, collection.getSystems().getSystemDefCount());
Assert.assertEquals(145, collection.getSystems().getSystemDefCount());
Assert.assertEquals(171, collection.getGroups().getGroupCount()); // Unused groups will be ignored
}

Expand Down

0 comments on commit fa3d412

Please sign in to comment.