Skip to content

Commit

Permalink
Update tst_mxml_io.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Oct 4, 2024
1 parent 54e052e commit aa610eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mtest/musicxml/io/tst_mxml_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,12 +316,12 @@ private slots:
void timesig1() { mxmlIoTest("testTimesig1"); }
void timesig3() { mxmlIoTest("testTimesig3"); }
// void timeTick() { mxmlImportTestRef("testTimeTick"); } // TODO
#if 0 // TODO
#if 1 // TODO
void timeTickExport() {
bool use302 = MScore::useRead302InTestMode;
MScore::useRead302InTestMode = false;
mxmlImportTestRef("testTimeTickExport");
MScore::useRead302InTestMode = use302;
bool use302 = MScore::testMode;
MScore::testMode = false;
mxmlMscxExportTestRef("testTimeTickExport");
MScore::testMode = use302;
}
#endif
void titleSwapMu() {mxmlImportTestRef("testTitleSwapMu"); }
Expand Down

0 comments on commit aa610eb

Please sign in to comment.