BUGFIX Fixed CsvBulkLoaderTest to comply to hasHeaderRow API change (r64806)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@65026 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-11-01 13:47:01 +00:00
parent ff7a63cc37
commit c0c4ff8a9d

View File

@ -46,6 +46,7 @@ class CsvBulkLoaderTest extends SapphireTest {
null, // ignored column
'Birthday'
);
$loader->hasHeaderRow = false;
$results = $loader->load($filepath);
// Test that right amount of columns was imported