-------------------------------------------------------------------------------
Test set: org.seasar.extension.jdbc.types.DateTimestampTypeTest
-------------------------------------------------------------------------------
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec <<< FAILURE!
testToTimestamp_fromString(org.seasar.extension.jdbc.types.DateTimestampTypeTest)  Time elapsed: 0.001 sec  <<< FAILURE!
junit.framework.ComparisonFailure: expected:<200[1/02/03] 00:00:00> but was:<200[3/01/02] 00:00:00>
	at junit.framework.Assert.assertEquals(Assert.java:81)
	at junit.framework.Assert.assertEquals(Assert.java:87)
	at org.seasar.extension.jdbc.types.DateTimestampTypeTest.testToTimestamp_fromString(DateTimestampTypeTest.java:39)

