Mercurial > hg > svcore
changeset 1838:403e961ec6ab
Merge
author | Chris Cannam |
---|---|
date | Thu, 09 Apr 2020 11:23:17 +0100 |
parents | 1b688ab5f1b3 (current diff) bfdf0f7f9448 (diff) |
children | 915d316a5609 |
files | |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/data/fileio/test/CSVStreamWriterTest.h Thu Apr 09 11:22:55 2020 +0100 +++ b/data/fileio/test/CSVStreamWriterTest.h Thu Apr 09 11:23:17 2020 +0100 @@ -370,10 +370,6 @@ QVERIFY( wroteSparseModel == true ); QVERIFY( oss.str() != std::string() ); - - cerr << oss.str() << endl; - cerr << expectedWithCommaSeparator << endl; - QVERIFY( oss.str() == expectedWithCommaSeparator.toStdString() ); std::ostringstream oss2; @@ -388,10 +384,6 @@ QVERIFY( wroteSparseModel == true ); QVERIFY( oss2.str() != std::string() ); - - cerr << oss2.str() << endl; - cerr << expectedWithSpaceSeparator << endl; - QVERIFY( oss2.str() == expectedWithSpaceSeparator.toStdString() ); } };