Skip to content

Commit

Permalink
Handle for PC-LInt messages on project and file level
Browse files Browse the repository at this point in the history
- without filename
- line = "0"
  • Loading branch information
Bertk committed Dec 27, 2013
1 parent 3f8a5e5 commit e9982c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public void createRulesTest() {
CxxPCLintRuleRepository rulerep = new CxxPCLintRuleRepository(
mock(ServerFileSystem.class),
new XMLRuleParser());
assertThat(rulerep.createRules()).hasSize(1333);
assertThat(rulerep.createRules()).hasSize(1334);
}
}

0 comments on commit e9982c0

Please sign in to comment.