13
0
livetrax/libs/evoral/test
Colin Fletcher 47d329ca40 Make tests of Evoral::Range functions include both endpoints in Range
Some of the tests for Evoral::RangeList::subtract() assume that ranges
don't contain their end (->to) point. This appears inconsistent with how
they are used elsewhere.

Add some ASCII art comments to the tests to try to clarify what they're
really testing for, and amend subtractTest1, subtractTest4, & subtractTest5
to incorporate the assumption that ranges include their end points.
2014-12-01 16:52:58 +00:00
..
testdata
RangeTest.cpp Make tests of Evoral::Range functions include both endpoints in Range 2014-12-01 16:52:58 +00:00
RangeTest.hpp Add test for Evoral::coverage() 2014-11-25 17:49:51 +00:00
SequenceTest.cpp Remove braindead Parameter inheritance abuse. 2014-11-30 23:56:20 -05:00
SequenceTest.hpp Wrap MusicalTime in a class. 2014-11-22 04:05:42 -05:00
SMFTest.cpp Wrap MusicalTime in a class. 2014-11-22 04:05:42 -05:00
SMFTest.hpp Wrap MusicalTime in a class. 2014-11-22 04:05:42 -05:00
testrunner.cpp