issue 7
(Doesnt support HSQLDB Boolean Types) reported by kristopheson
- What steps will reproduce the problem?
1. Configure test datasource to HSQLDB
2. Setup XML dataset to represent a Domain class with Boolean properties
3. Run the dbunit test plugin
What is the expected output? What do you see instead?
Errors indicating that: data type (16, ëBOOLEANí) not recognized and will
be ignored.
What version of the product are you using? On what operating system?
Using plug-in version 0.1, with dbunit version 2.1
What steps will reproduce the problem?
1. Configure test datasource to HSQLDB
2. Setup XML dataset to represent a Domain class with Boolean properties
3. Run the dbunit test plugin
What is the expected output? What do you see instead?
Errors indicating that: data type (16, ëBOOLEANí) not recognized and will
be ignored.
What version of the product are you using? On what operating system?
Using plug-in version 0.1, with dbunit version 2.1
Older
Oct 20, 2008
issue 6
(unload bug) reported by t...@gnetos.de
- In file DbUnitEvents.groovy in line 35 is a failure. Because the right
syntax is "datasetInfo?" and not "info?".
But if you repair this line, you must edit eventTestStart. Because it load
for every test, but the method unload is load after every test method.
In file DbUnitEvents.groovy in line 35 is a failure. Because the right
syntax is "datasetInfo?" and not "info?".
But if you repair this line, you must edit eventTestStart. Because it load
for every test, but the method unload is load after every test method.