mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 09:06:33 +01:00
Better test for iterator seek.
git-svn-id: svn://localhost/ardour2/branches/3.0@5802 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0a9b982620
commit
70ad8b059a
1 changed files with 1 additions and 3 deletions
|
|
@ -71,9 +71,7 @@ SequenceTest::iteratorSeekTest ()
|
||||||
seq->clear();
|
seq->clear();
|
||||||
|
|
||||||
for (Notes::const_iterator i = test_notes.begin(); i != test_notes.end(); ++i) {
|
for (Notes::const_iterator i = test_notes.begin(); i != test_notes.end(); ++i) {
|
||||||
if ((*i)->time() >= 600) {
|
seq->notes().insert(*i);
|
||||||
seq->notes().insert(*i);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool on = true;
|
bool on = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue