Skip to content

Commit

Permalink
Enable windoof test again as requested in PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenalpha committed Nov 19, 2023
1 parent 6b678e3 commit 0f48273
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/java/jssc/SerialNativeInterfaceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import static org.junit.Assume.assumeFalse;

public class SerialNativeInterfaceTest {

Expand Down Expand Up @@ -73,8 +72,6 @@ public void throwsNpeIfPassedBufferIsNull() throws Exception {

@Test
public void throwsIllegalArgumentExceptionIfPortHandleIllegal() throws Exception {
assumeFalse(SerialNativeInterface.getOsType() == SerialNativeInterface.OS_WINDOWS);

try{
testTarget.readBytes(999, 42);
fail("Where is the exception?");
Expand Down

0 comments on commit 0f48273

Please sign in to comment.