diff 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
line wrap: on
line diff
--- a/data/fileio/test/CSVStreamWriterTest.h	Wed Feb 27 12:31:12 2019 +0000
+++ b/data/fileio/test/CSVStreamWriterTest.h	Tue Mar 05 13:21:55 2019 +0000
@@ -318,8 +318,8 @@
             2
         );
 
-//        qDebug("\n%s\n", expectedOutput.toLocal8Bit().data());
-//        qDebug("\n%s\n", oss.str().c_str());
+//        qDebug("\n->>%s<<-\n", expectedOutput.toLocal8Bit().data());
+//        qDebug("\n->>%s<<-\n", oss.str().c_str());
         QVERIFY( wroteSparseModel == true );
         QVERIFY( oss.str() == expectedOutput.toStdString() );
     }