Mercurial > hg > svcore
comparison data/model/test/TestSparseModels.h @ 1679:0d89abd631ac single-point
Re-add the toDelimitedDataString stuff
author | Chris Cannam |
---|---|
date | Thu, 28 Mar 2019 16:03:36 +0000 |
parents | f97d64b8674f |
children | 0e9840a381b5 |
comparison
equal
deleted
inserted
replaced
1678:1078f0ef3012 | 1679:0d89abd631ac |
---|---|
298 cerr << "Obtained xml:\n" << xml | 298 cerr << "Obtained xml:\n" << xml |
299 << "\nExpected:\n" << expected << endl; | 299 << "\nExpected:\n" << expected << endl; |
300 } | 300 } |
301 QCOMPARE(xml, expected); | 301 QCOMPARE(xml, expected); |
302 } | 302 } |
303 | |
304 }; | 303 }; |
305 | 304 |
306 #endif | 305 #endif |