|
From: Jeff J. <jj...@ap...> - 2016-06-19 23:10:49
|
I commented on the merge request, in case you don't have notifications on for that. On Sun, Jun 19, 2016 at 12:53 PM, Holger Schimanski < ho...@sc...> wrote: > Please see https://sourceforge.net/p/dbunit/code.git/merge-requests/17/ > > Cheers > Holger > > > Am 19.06.2016 um 14:54 schrieb Holger Schimanski <ho...@sc... > >: > > To make the JUnit runner in Eclipse running without problems you have to > change the basedir in antTestBuildFile.xml to „." > > <project name="ant-test" basedir="." default="all"> > > And then change the value of this four variables to adapt the new path > removing "src/test/resources/xml/". > > <property name="testDataSet" value="flatXmlDataSetTest.xml"/> > <property name="updateDataSet" value="antTestDataSet.xml"/> > <property name="exportDataSet" value="target/xml/antExportDataSet.xml"/> > <property name="exportDtd" value="antExport.dtd"/> > <property name="exportCsv" value="antExportCsv"/> > > With this two changes, both mvn test and JUnit runner in Eclipse using the > dbUnit unit tests.launch return without problem. > > What do you think? > > > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > patterns at an interface-level. Reveals which users, apps, and protocols > are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning > reports. http://sdm.link/zohomanageengine > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > > |