Skip to content

Commit

Permalink
Fix test on French locale
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed May 30, 2017
1 parent 0205a97 commit 256c196
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public void CheckFileLicense_WhenProvidingAnInvalidRegex_ShouldThrowException()
"Expected collection to be empty, but found {error AD0001: The Compiler Analyzer 'SonarAnalyzer.Rules.CSharp.CheckFileLicense' " +
"threw an exception of type 'System.ArgumentException' with message 'Invalid regular expression: " +
FailingSingleLineRegexHeader +
"\r\nParameter name: headerFormat'.}.";
"\r\n*: headerFormat'.}.";

Action action =
() => Verifier.VerifyAnalyzer(@"TestCases\CheckFileLicense_NoLicenseStartWithUsing.cs",
Expand Down

0 comments on commit 256c196

Please sign in to comment.