Skip to content

Commit 183c2e4

Browse files
committed
Remove @ignore from empty tests
1 parent c56df67 commit 183c2e4

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/test/java/org/scijava/io/handle/ReadBufferDataHandleTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ public void testLargeRead() throws Exception {
127127
}
128128

129129
@Test
130-
@Ignore
131130
@Override
132131
public void testWriting() throws IOException {
133132
// nothing to do here

src/test/java/org/scijava/io/handle/WriteBufferDataHandleTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,12 @@ public DataHandle<? extends Location> createHandle() {
6464
}
6565

6666
@Test
67-
@Ignore
6867
@Override
6968
public void testReading() throws IOException {
7069
// nothing to do
7170
}
7271

7372
@Test
74-
@Ignore
7573
@Override
7674
public void checkSkip() throws IOException {
7775
// nothing to do

0 commit comments

Comments
 (0)