views:

124

answers:

1

Hi,

I am having problem loading the testdata.xml into ndbunit, I followed http://code.google.com/p/ndbunit/wiki/QuickStartGuide,

but the test data is not loaded when I run my unit test in NUnit.

Is there any gotcha that I am not aware of ?

+1  A: 

post a test-case that demonstrates the issue to the NDbUnit issues wiki at http://code.google.com/p/ndbunit that includes the DDL to create the tables as they exist in your database, the XSD + XML you are using, and the code from your unit test and we can see what e can do once we have these details!

Thanks!

sbohlen