Skip to content

Commit

Permalink
Bump tkrzw v0.0.9 (which adds support for freebsd and openbsd); unit …
Browse files Browse the repository at this point in the history
…tests for tkrzw include those platforms too
  • Loading branch information
jjlauer committed Jan 22, 2025
1 parent 7543b45 commit 614bcde
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.nio.file.Paths;
import java.util.Map;

@DisabledOnOs({ OS.FREEBSD, OS.OPENBSD })
//@DisabledOnOs({ OS.FREEBSD, OS.OPENBSD })
public class TkrzwBigLinkedMapTest extends AbstractBigLinkedMapTest {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.nio.file.Paths;
import java.util.Set;

@DisabledOnOs({ OS.FREEBSD, OS.OPENBSD })
//@DisabledOnOs({ OS.FREEBSD, OS.OPENBSD })
public class TkrzwBigLinkedSetTest extends AbstractBigLinkedSetTest {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.nio.file.Paths;
import java.util.Map;

@DisabledOnOs({ OS.FREEBSD, OS.OPENBSD })
//@DisabledOnOs({ OS.FREEBSD, OS.OPENBSD })
public class TkrzwBigMapTest extends AbstractBigMapTest {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.nio.file.Paths;
import java.util.Set;

@DisabledOnOs({ OS.FREEBSD, OS.OPENBSD })
//@DisabledOnOs({ OS.FREEBSD, OS.OPENBSD })
public class TkrzwBigSetTest extends AbstractBigSetTest {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import static org.hamcrest.CoreMatchers.nullValue;
import static org.hamcrest.MatcherAssert.assertThat;

@DisabledOnOs({ OS.FREEBSD, OS.OPENBSD })
//@DisabledOnOs({ OS.FREEBSD, OS.OPENBSD })
public class TkrzwBigMapTest {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.nio.file.Paths;
import java.util.Set;

@DisabledOnOs({ OS.FREEBSD, OS.OPENBSD })
//@DisabledOnOs({ OS.FREEBSD, OS.OPENBSD })
public class TkrzwBigSetTest {

@Test
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<properties>
<java.version>1.8</java.version>
<tokyocabinet.version>0.0.16</tokyocabinet.version>
<tkrzw.version>0.0.8</tkrzw.version>
<tkrzw.version>0.0.9</tkrzw.version>
</properties>

<scm>
Expand Down

0 comments on commit 614bcde

Please sign in to comment.