Skip to content

Commit a625057

Browse files
committed
Address review comment
1 parent 9dd484f commit a625057

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/importexport/midi/tests/midiexport_tests.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
313313
TEST_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
367368
class MidiExportEventsTests : public MidiExportTests, public ::testing::WithParamInterface<std::string_view>
368369
{
369370
};

0 commit comments

Comments
 (0)