chinofish-2 wrote:
> 
> In appfuse2, we use dbunit and sample-data.xml to prepare data for
> testcase.
> but, in some cases , we need multiple dataset files such as
> sample-data2.xml,sample-data3.xml.
> 
> in pom.xml
> I changed 
>                     <src>src/test/resources/sample-data.xml</src>
> into 
>                    
> <src>src/test/resources/sample-data.xml,src/test/resources/sample-data2.xml</src>
> 
> it doesn't work.
> 
> Is there any method to get it done ?
> 
> any suggestion will be appreciated !!!
> 
> 
> 
> 
> 

It isn't supported right now. Roy Porter submitted a patch almost a year ago
to implement this, which works fine, but for some reason hasn't been added
to the main dbunit tree yet : http://jira.codehaus.org/browse/MOJO-941

-- 
View this message in context: 
http://www.nabble.com/In-appfuse2%2C-how-to-use-multiple-dataset-file-with-dbunit-and-maven---tp19242615s2369p19328256.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to