File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
test/com/xxdb/compatibility_testing/release130 Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 3
3
import com .xxdb .data .Entity ;
4
4
import com .xxdb .data .Utils ;
5
5
import org .junit .Test ;
6
-
7
6
import java .io .IOException ;
8
- import java .nio .ByteBuffer ;
9
-
10
7
import java .text .SimpleDateFormat ;
11
- import java .time .LocalDate ;
12
- import java .time .LocalTime ;
13
- import java .time .YearMonth ;
14
- import java .time .temporal .ChronoUnit ;
15
8
import java .util .*;
16
-
17
- import static com .xxdb .data .BasicArrayVectorTest .bundle ;
18
9
import static org .junit .Assert .*;
19
10
20
11
public class UtilsTest {
Original file line number Diff line number Diff line change 7
7
import org .javatuples .Pair ;
8
8
import org .junit .Test ;
9
9
10
- import java .sql .Blob ;
11
10
import java .util .ArrayList ;
12
11
import java .util .HashMap ;
13
12
import java .util .List ;
14
13
import java .util .ResourceBundle ;
15
14
16
- import static com .xxdb .BehaviorTest .bundle ;
17
-
18
15
public class StreamDeserializerTest {
19
16
public static ResourceBundle bundle = ResourceBundle .getBundle ("com/xxdb/compatibility_testing/release130/setup/settings" );
20
17
static String HOST = bundle .getString ("HOST" );
You can’t perform that action at this time.
0 commit comments