Skip to content

Commit

Permalink
Fix #303623: Fix rests in testHarmony7 XML and add to test_mxml_io.cp…
Browse files Browse the repository at this point in the history
…p following rebase
  • Loading branch information
kwertyops authored and vpereverzev committed Dec 27, 2020
1 parent 427a539 commit e272335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mtest/musicxml/io/testHarmony7_ref.xml
Expand Up @@ -760,7 +760,7 @@
</measure>
<measure number="4">
<note>
<rest/>
<rest measure="yes"/>
<duration>4</duration>
<voice>1</voice>
<staff>1</staff>
Expand All @@ -769,7 +769,7 @@
<duration>4</duration>
</backup>
<note>
<rest/>
<rest measure="yes"/>
<duration>4</duration>
<voice>5</voice>
<staff>2</staff>
Expand Down
1 change: 1 addition & 0 deletions mtest/musicxml/io/tst_mxml_io.cpp
Expand Up @@ -111,6 +111,7 @@ private slots:
void harmony4() { mxmlIoTest("testHarmony4"); }
void harmony5() { mxmlIoTest("testHarmony5"); } // chordnames without chordrest
void harmony6() { mxmlMscxExportTestRef("testHarmony6"); }
void harmony7() { mxmlMscxExportTestRef("testHarmony7"); }
void hello() { mxmlIoTest("testHello"); }
void helloReadCompr() { mxmlReadTestCompr("testHello"); }
void helloReadWriteCompr() { mxmlReadWriteTestCompr("testHello"); }
Expand Down

0 comments on commit e272335

Please sign in to comment.