Skip to content

Commit

Permalink
fixed test failure with JDK6 (https://travis-ci.org/terasolunaorg/ter…
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed Dec 25, 2014
1 parent 5d5b032 commit 57276a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ public void testQuery03() {
p.setName("すずき いちろう");
p.setAge(10);
Calendar calendar = Calendar.getInstance();
calendar.setTime(new Date());
calendar.set(Calendar.YEAR, 2000);
calendar.set(Calendar.MONTH, 1 - 1);
calendar.set(Calendar.DAY_OF_MONTH, 1);
Expand Down

0 comments on commit 57276a8

Please sign in to comment.