Skip to content

Commit 242418c

Browse files
committed
jdbc: BLOB type roundtrip fails
Enable a broken test which was blocked by Tarantool serverissue related to SQL BLOB type support. Closes: #45 See also: tarantool/tarantool#3650, tarantool/tarantool#4019
1 parent 9b3f91f commit 242418c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: src/test/java/org/tarantool/jdbc/JdbcPreparedStatementIT.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
package org.tarantool.jdbc;
22

3-
import org.junit.jupiter.api.Disabled;
4-
import org.junit.jupiter.api.Test;
53
import org.junit.jupiter.api.AfterEach;
4+
import org.junit.jupiter.api.Test;
65
import org.junit.jupiter.api.function.Executable;
76

87
import java.math.BigDecimal;
@@ -218,7 +217,6 @@ public void testSetBigDecimal() throws SQLException {
218217
.testSetParameter();
219218
}
220219

221-
@Disabled("Issue#45. Binary string is reported back as char string by tarantool")
222220
@Test
223221
public void testSetByteArray() throws SQLException {
224222
makeHelper(byte[].class)

0 commit comments

Comments
 (0)