Commit Graph

23 Commits (31e05f53eef4146102a509bafde47953013dce16)

Author SHA1 Message Date
baztian 983f310acf Upgrade to the latest Mockito 2020-06-04 18:04:07 +02:00
baztian 6a53b00e1e Upgrade mockito to work around JPype incompatibilities 2020-06-04 17:55:21 +02:00
baztian 78791871b0 Change float test to double to resolve issues with Jython 2020-06-03 21:48:04 +02:00
baztian 3a4edca97b Also test non BigDecimal decimal types 2020-06-03 21:27:46 +02:00
baztian 5f3da6b096 Add test for scaled decimal 2020-06-03 21:15:21 +02:00
baztian fc90daddc3 Simplified mock code 2020-06-03 20:49:43 +02:00
Hongjiang Zhang b662b14e01 add mock testcase 2020-06-02 07:46:36 +08:00
baztian e221a17e19 Downgrade mockito again to make mockdriver tests work 2020-05-27 21:58:33 +02:00
baztian b1df38f957 Upgrade some mockdriver dependencies 2020-05-27 17:45:21 +02:00
baztian 3f10b20c4d Fix mockito issues 2020-05-27 17:42:47 +02:00
baztian 26f16948ea Fix incompatibility with newer maven versions 2019-07-09 22:23:32 +02:00
baztian 8f3345bcdf Make mock driver Java 7 compatible again (Travis standard JDK). 2017-03-21 20:04:08 +01:00
baztian 4df6414d27 Write testcase for #18. (Very rough version. MockConnection method
should be more flexible and use less copy code)
2017-03-21 20:04:08 +01:00
baztian 4ededf479d Implement further exception handling improvements. 2015-04-10 17:17:41 +02:00
baztian a2ba0fb2b1 Write testcase for improved exception handling. 2015-04-10 17:17:33 +02:00
baztian 8f155ec318 Fixes #4: Typo LONGNARCHAR vs LONGVARCHAR 2015-04-07 21:24:12 +02:00
baztian b3af11bd51 Add mock prepared statement to make test pass. 2015-04-03 14:37:25 +02:00
baztian cb45b4e71a Initial use of mockdriver (still failing). 2015-04-02 09:16:06 +02:00
baztian 9b12177f36 Remove specific Java version build dependency to make mockdriver compile on travis ci. 2015-04-02 09:16:06 +02:00
baztian ae4f418e85 Try to compile mockdriver on travis ci. 2015-04-02 09:16:06 +02:00
baztian 01b1eea67d MockDriver: Add compatability to recent java version. 2015-04-02 09:16:05 +02:00
baztian 030b05ac77 Made mockdriver depenencies available 2014-01-31 18:13:18 +01:00
baztian c8dc6b4175 Implemented ground for a mockable jdbc driver for unit test purposes.
mvn eclipse:eclipse -DdownloadSources
mvn test
mvn package
2013-11-01 19:02:20 +01:00