Tagged Questions

0
votes
1answer
45 views

dbUnit data types

I'm using dBUnit and am trying to assert a row of my pre-defined FlatXmlDataSet with the actual DB dataset. The problem is the getValue for my Verification Code field returns a str …
1
vote
1answer
38 views

DBUnit, run insert-select statement

Hi, I use DbUnit to load data into a DB for some integration tests. The data is specified in a flat XML file like so: <user id="2" name="bob" type="user"> <user id="1" n …
0
votes
1answer
91 views

Problem with dbUnit: java.sql.SQLException: Closed Statement

Hi, I have a strange problem with dbUnit. I use dbUnit 2.4.4, java 1.6, Spring (as db connection pool), Oracle 9 for my project with about 50 unit tests. For some of them (when I r …
0
votes
3answers
121 views

Is there any way for DBUnit to automatically create tables?

I just realized that DBUnit doesn't create tables by itself (see How do I test with DBUnit with plain JDBC and HSQLDB without facing a NoSuchTableException?). Is there any way for …
1
vote
1answer
228 views

How do I test with DBUnit with plain JDBC and HSQLDB without facing a NoSuchTableException?

I am trying to use DBUnit with plain JDBC and HSQLDB, and can't quite get it to work -- even though I've used DBUnit with Hibernate earlier with great success. Here's the code: i …
1
vote
1answer
52 views

PHPUnit Database Extension - How to have an empty dataset?

I want to create a test table that is empty. Using the Example from digitalsandwich, I want something like: require_once 'PHPUnit/Extensions/Database/TestCase.php'; class BankAcc …
0
votes
2answers
107 views

Java: DBunitils + Spring: Different Hibernate-Dialect

I currently use spring for depency injection. Hibernate uses a postgres dialect for the normal run, but I want to use HSQL for the DBUnitils Databank-Testing. My Spring-Configurat …
0
votes
2answers
1k views

SQL query throws “not in aggregate function or group by clause” exception

I'm working on repairing the test suite for a project of ours, which is being tested through Hibernate/DBUnit. There are several test cases which all throw a similar exception fro …
0
votes
1answer
85 views

DBUnit and SQL Server getting a socket closed

I keep getting this exception with DBUnit in the same place: org.dbunit.dataset.DataSetException: com.microsoft.sqlserver.jdbc.SQLServerException: Socket closed at org.dbunit.da …
1
vote
1answer
39 views

Changing Database schemas & unit tests

Hello all,      Before we start I know a fair few people consider tests that hit the database not "unit tests". Maybe "integration tests" would be a better …
0
votes
1answer
146 views

DBUnit: Did not find column ‘MYCOL’ for <schema.table> ‘MYSCHEMA .MYTABLE’ in catalog ‘MYDB’ because names do not exactly match.

I am having trouble creating an export of my database using an org.dbunit.database.QueryDataSet. When I call org.dbunit.dataset.xml.FlatXmlDataSet.write(IDataSet, OutputStream), I …
0
votes
3answers
87 views

Managing static data

Hi, I'm looking for a Java (or Groovy) solution for managing static data i.e. data in infrequently changing tables such as a list of countries. I would like to keep the list of c …
0
votes
0answers
52 views

Netbeans 6.7 and DBUnit Configuration

How do I configure Netbeans 6.7 to use DBUnit? Everything works fine for junit but I can't get DBUnit it work. I placed the dbunit.jar file on my local drive and referenced it in N …
0
votes
3answers
74 views

DbUnit how to guard against multiple tests running at the same time?

I am working on a test environment for a project, and am looking into using DbUnit.NET to do a lot of the database interaction testing. I do have one very big question though: We …
0
votes
1answer
58 views

DBUnit: How to refresh only on failure ?

I am using DBUnit to test a Spring/Hibernate persistence. I created an abstract test: public abstract class AbstractTestCase extends AbstractTransactionalDataSourceSpringContext …

1 2 next
15 30 50 per page