|
From: Vito De T. <vit...@gm...> - 2020-07-16 08:53:56
|
Hi. I'm having trouble using PrepAndExpectedTestCase#runTest with CsvDataFileLoader. Specifically, from what I understand, CsvURLDataSet(used internally) expects a parameter with the path of a single .csv file, but actually loads all the directory content. This means that I cannot use runTest explicitly passing the tables I want to test. If I pass multiple preparation tables I end up with duplicated data (or errors in case of PK / unique constraints) -- Vito De Tullio - Vit...@gm... |