File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/importexport/midi/tests Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ class MidiExportTests : public ::testing::Test
7676 testMidiExport (score, writeFile.arg (3 ), reference);
7777 }
7878
79- // / see the issue # 290997
79+ // / see the issue https://musescore.org/node/ 290997
8080 static void testTimeStretchFermataTempoEdit (MasterScore* score, const String& file, const String& testName)
8181 {
8282 const String writeFile = String (u" %1-%2-test-%3.mid" ).arg (file).arg (testName);
@@ -308,7 +308,7 @@ TEST_F(MidiExportTests, DISABLED_midiTimeStretchFermata) {
308308 testTimeStretchFermata (score.get (), file, u" page" );
309309}
310310
311- // / Checks continuous view tempo issues like # 289922.
311+ // / Checks continuous view tempo issues like https://musescore.org/node/ 289922.
312312// ! FIXME: update ref
313313TEST_F (MidiExportTests, DISABLED_midiTimeStretchFermataContinuousView) {
314314 const String file (u" testTimeStretchFermata" );
@@ -364,6 +364,7 @@ TEST_F(MidiExportTests, DISABLED_midiSingleNoteDynamics)
364364 testMidiExport (score.get (), writeFile, reference);
365365}
366366
367+ // TODO: move to midirenderer_tests.cpp
367368class MidiExportEventsTests : public MidiExportTests , public ::testing::WithParamInterface<std::string_view>
368369{
369370};
You can’t perform that action at this time.
0 commit comments