comparison data/fileio/test/CSVStreamWriterTest.h @ 1609:560453546749 single-point

Start some sparse model tests
author Chris Cannam
date Tue, 05 Mar 2019 13:21:55 +0000
parents 0d4f1fcad97a
children 513192aa9b03
comparison
equal deleted inserted replaced
1608:0e0947896fd3 1609:560453546749
316 ",", 316 ",",
317 DataExportDefaults, 317 DataExportDefaults,
318 2 318 2
319 ); 319 );
320 320
321 // qDebug("\n%s\n", expectedOutput.toLocal8Bit().data()); 321 // qDebug("\n->>%s<<-\n", expectedOutput.toLocal8Bit().data());
322 // qDebug("\n%s\n", oss.str().c_str()); 322 // qDebug("\n->>%s<<-\n", oss.str().c_str());
323 QVERIFY( wroteSparseModel == true ); 323 QVERIFY( wroteSparseModel == true );
324 QVERIFY( oss.str() == expectedOutput.toStdString() ); 324 QVERIFY( oss.str() == expectedOutput.toStdString() );
325 } 325 }
326 }; 326 };
327 327