Mercurial > hg > svcore
annotate data/fileio/test/files.pri @ 1677:f97d64b8674f single-point
Make XmlExportables store their export IDs and always obtain a new one, avoiding reuse when an object is allocated at the same heap location as a previous one. This makes the ID system stable enough to be used in the export tests.
author | Chris Cannam |
---|---|
date | Thu, 28 Mar 2019 11:55:02 +0000 |
parents | 64ef24ebb19c |
children | dbd13eb7dad1 |
rev | line source |
---|---|
Chris@1260 | 1 |
Chris@1260 | 2 TEST_HEADERS += \ |
dev@1434 | 3 ../../model/test/MockWaveModel.h \ |
dev@1430 | 4 AudioFileReaderTest.h \ |
dev@1430 | 5 AudioFileWriterTest.h \ |
dev@1430 | 6 AudioTestData.h \ |
dev@1430 | 7 EncodingTest.h \ |
dev@1430 | 8 MIDIFileReaderTest.h \ |
Chris@1524 | 9 CSVFormatTest.h \ |
dev@1430 | 10 CSVStreamWriterTest.h |
dev@1430 | 11 |
Chris@1260 | 12 TEST_SOURCES += \ |
dev@1434 | 13 ../../model/test/MockWaveModel.cpp \ |
dev@1430 | 14 svcore-data-fileio-test.cpp |