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 ?
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 ?
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!