Share

DbUnit

Code

Programming Languages: Java

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics, last commit on 2009-12-27 svn co https://dbunit.svn.sourceforge.net/svnroot/dbunit dbunit

Show:

What's happening?

  • Comment: General Logging Message Change Requests

    I have committed a change with two of your three changes. We need to decide what to do about the database products supported in DefaultDataTypeFactory. I suppose one the one hand it is "OK" to have it support all known products that are not explicitly supported elsewhere in DbUnit. On the other hand it seems a little weird to throw all the random database products in the world into its list...

    2010-01-07 20:38:30 UTC by jbhurst

  • Comment: General Logging Message Change Requests

    Sounds great - just attach the files and we can do a local diff. Like you said, we'll look at what is the "real fix" where needed. Thanks for your efforts!

    2010-01-04 20:28:49 UTC by jeffjensen

  • Comment: General Logging Message Change Requests

    Sorry, I can't seem to get a patch to generate correctly. I can't get subversion configured right it seems. Keep getting an "is not a working copy error" and "cannot find the path specified" when trying to generate the patch file. I hadn't used subversion before now, so this is new to me. Tried doing a patch in eclipse as well, but not getting anywhere in there either. I'd get one of the actual...

    2010-01-04 19:54:05 UTC by thechalkoutline

  • Comment: General Logging Message Change Requests

    Thanks! Your comments are clear, and would be great if you attached file patch(es) for them to save us recreating any of your work.

    2010-01-04 15:41:13 UTC by jeffjensen

  • General Logging Message Change Requests

    Hi, I work for a company that uses DBunit to test on multiple databases and when we're using it to insert data into various tables for testing purposes, we have always encountered a lot of logging messages that we feel should probably only occur under debug logging, but these always show up under general info logging. I'm fairly new at this also, so please excuse my ignorance if I used a "dumb"...

    2010-01-04 15:16:27 UTC by thechalkoutline

  • Comment: Make debug logging from dbunit-maven-plugin easier

    Sounds very reasonable but I don't have any idea how to implement this since I'm not experienced enough with writing maven plugins. Can you give me a hint? thanks, matthias.

    2009-12-29 20:45:03 UTC by gommma

  • Make debug logging from dbunit-maven-plugin easier

    Usually, Maven plugins activate their debug output when "-X" swich to mvn is used. Unfortunately, dbunit-maven-plugin does not support this. Instead, one must: 1) Add a dependency to dbunit-maven-plugin in pom.xml: ...

    2009-12-29 13:52:47 UTC by the_olo

  • Comment: Oracle XMLTYPE does not recognized

    Fixed in svn:1133.

    2009-12-27 23:22:33 UTC by jbhurst

  • DbUnit

    jbhurst committed revision 1133 to the DbUnit SVN repository, changing 2 files.

    2009-12-27 23:21:46 UTC by jbhurst

  • Comment: Fix "integration tests"

    I've got the integration tests working again, with Oracle, PostgreSQL, MySQL, HSQLDB, Apache Derby and H2. There are numerous issues remaining however: - Not yet working for MS SQL-Server, Sybase - Different database targets not supported by CI build - Integration tests are not separated from unit tests; it's not clear whether any given test requires a running database or not -...

    2009-12-27 21:48:54 UTC by jbhurst