Skip to content

Commit

Permalink
Merge pull request #16942 from asattely/volta-test
Browse files Browse the repository at this point in the history
Fix volta hiding utest ref file
  • Loading branch information
RomanPudashkin committed Mar 20, 2023
2 parents 77ab410 + 050f19e commit d2f2f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<stringNumberFontSize>10</stringNumberFontSize>
<partInstrumentFontSize>10</partInstrumentFontSize>
<tempoFontSize>10</tempoFontSize>
<tempoChangeFontSize>10</tempoChangeFontSize>
<metronomeFontSize>10</metronomeFontSize>
<measureNumberFontSize>10</measureNumberFontSize>
<mmRestRangeFontSize>10</mmRestRangeFontSize>
Expand Down Expand Up @@ -1254,7 +1255,6 @@
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</voice>
</Measure>
Expand Down
2 changes: 1 addition & 1 deletion src/importexport/musicxml/tests/musicxml_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ TEST_F(Musicxml_Tests, volta1) {
TEST_F(Musicxml_Tests, volta2) {
mxmlIoTest("testVolta2");
}
TEST_F(Musicxml_Tests, DISABLED_voltaHiding1) {
TEST_F(Musicxml_Tests, voltaHiding1) {
mxmlImportTestRef("testVoltaHiding");
}
TEST_F(Musicxml_Tests, voltaHiding2) {
Expand Down

0 comments on commit d2f2f41

Please sign in to comment.