Skip to content

Commit

Permalink
Remove added lines in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffery-Wasty committed Dec 11, 2023
1 parent 213c3e2 commit 3128681
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ public class BulkCopyResultSetCursorTest extends AbstractTest {

static String[] expectedStrings = {"hello", "world", "!!!"};

//Calendar gmtCal = Calendar.getInstance(TimeZone.getTimeZone("GMT"));
static SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
static Date currentDate = new Date();
static String currentDateString = simpleDateFormat.format(currentDate);
static long rangeEnd = Timestamp.valueOf(currentDateString).getTime();
static Timestamp timestamp = new Timestamp(rangeEnd);

static Timestamp[] expectedTimestamps = {new Timestamp(1433338533461L), new Timestamp(14917485583999L),
new Timestamp(1491123533000L)};
static String[] expectedTimestampStrings = {"2015-06-03 13:35:33.4610000", "2442-09-19 01:59:43.9990000",
Expand Down

0 comments on commit 3128681

Please sign in to comment.