annotate base/test/files.pri @ 1866:b4b11af915f4

If duration < 0, swap start time and duration rather than throwing an exception - this is too deep to be throwing an exception here, we end up with bugs like #1989 (Crash when trying to import CSV file with certain unexpected data in it) - and the meaning of negative duration is not actually ambiguous
author Chris Cannam
date Thu, 11 Jun 2020 14:07:56 +0100
parents 52705a328b34
children
rev   line source
Chris@1260 1 TEST_HEADERS = \
Chris@1742 2 TestById.h \
Chris@1392 3 TestColumnOp.h \
Chris@1392 4 TestLogRange.h \
Chris@1573 5 TestMovingMedian.h \
Chris@1392 6 TestOurRealTime.h \
Chris@1260 7 TestPitch.h \
Chris@1615 8 TestEventSeries.h \
Chris@1573 9 TestRangeMapper.h \
Chris@1407 10 TestScaleTickIntervals.h \
Chris@1265 11 TestStringBits.h \
Chris@1622 12 TestVampRealTime.h \
Chris@1622 13 StressEventSeries.h
Chris@1260 14
Chris@1260 15 TEST_SOURCES += \
Chris@1260 16 svcore-base-test.cpp