File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
qulice-pmd/src/test/java/com/qulice/pmd Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 4242import org .hamcrest .core .IsEqual ;
4343import org .hamcrest .core .IsNot ;
4444import org .junit .jupiter .api .Test ;
45- import org .junit .jupiter .api .condition .DisabledOnOs ;
4645import org .junit .jupiter .api .condition .EnabledForJreRange ;
4746import org .junit .jupiter .api .condition .JRE ;
48- import org .junit .jupiter .api .condition .OS ;
4947
5048/**
5149 * Test case for {@link PmdValidator} class.
@@ -759,7 +757,6 @@ void allowsSwaggerAnnotations() throws Exception {
759757 * @throws Exception If something wrong happens inside.
760758 */
761759 @ Test
762- @ DisabledOnOs (OS .WINDOWS )
763760 void prohibitsUnicodeCharactersInMethodNames () throws Exception {
764761 new PmdAssert (
765762 "UnicodeCharactersInMethodNames.java" ,
You can’t perform that action at this time.
0 commit comments