fix temporal test runner

must abort all write_copy() map operations
This commit is contained in:
Paul Davis 2025-01-09 22:28:23 -07:00
parent 3c43628344
commit 207cd9ae5f

View file

@ -93,4 +93,5 @@ TempoMapCutBufferTest::pasteTest()
CPPUNIT_ASSERT_EQUAL (omt, nmt);
delete new_map;
tmap->abort_update ();
}