You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of tests failed due to mis-detection of locale.
Many tests of FilterTest are strongly relied on Language of occuring messages.
Expected messages in expected.txt are written in English.
So we need to fix tests to fixed locale as English, or respect running machine's language.
%FAILED 3,testDefaultStrategy(com.puppycrawl.tools.checkstyle.filters.SuppressionJavaPatchFilterTest)
%EXPECTS
C:\Users\ASakashita\source\repos\patch-filters\src\test\resources\com\puppycrawl\tools\checkstyle\filters\suppressionjavapatchfilter\DefaultStrategy\Test.java:16:5: Init blocks, constructors, fields and methods should be before inner types.
%EXPECTE
%ACTUALS
C:\Users\ASakashita\source\repos\patch-filters\src\test\resources\com\puppycrawl\tools\checkstyle\filters\suppressionjavapatchfilter\DefaultStrategy\Test.java:16:5: 初期化ブロック、コンストラクター、フィールド、メソッドは内部型の前にある必要があります。
%ACTUALE
%TRACES
The text was updated successfully, but these errors were encountered:
asakaxgit
added a commit
to asakaxgit/patch-filters
that referenced
this issue
Sep 1, 2024
Most of tests failed due to mis-detection of locale.
Many tests of FilterTest are strongly relied on Language of occuring messages.
Expected messages in expected.txt are written in English.
So we need to fix tests to fixed locale as English, or respect running machine's language.
The text was updated successfully, but these errors were encountered: