Skip to content

Commit c79d898

Browse files
committed
Enable test
1 parent 18c8706 commit c79d898

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

qulice-pmd/src/test/java/com/qulice/pmd/PmdValidatorTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,8 @@
4242
import org.hamcrest.core.IsEqual;
4343
import org.hamcrest.core.IsNot;
4444
import org.junit.jupiter.api.Test;
45-
import org.junit.jupiter.api.condition.DisabledOnOs;
4645
import org.junit.jupiter.api.condition.EnabledForJreRange;
4746
import 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",

0 commit comments

Comments
 (0)