Skip to content

Commit

Permalink
Overrides pattern exclusion initialisation to allow test to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed May 2, 2014
1 parent dddb273 commit 519aefd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ protected boolean isExcluded(String paramName) {
return result;
}

@Override
protected void initializeHardCodedExcludePatterns() {
excludeParams = new HashSet<Pattern>();
}
};

container.inject(pi);
Expand Down

0 comments on commit 519aefd

Please sign in to comment.