File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
src/importexport/musicxml/tests Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -589,9 +589,6 @@ TEST_F(Musicxml_Tests, helloReadCompr) {
589
589
TEST_F (Musicxml_Tests, helloReadWriteCompr) {
590
590
mxmlReadWriteTestCompr (" testHello" );
591
591
}
592
- TEST_F (Musicxml_Tests, hiddenStaves) {
593
- mxmlIoTest (" testHiddenStaves" );
594
- }
595
592
TEST_F (Musicxml_Tests, implicitMeasure1) {
596
593
mxmlIoTest (" testImplicitMeasure1" );
597
594
}
@@ -967,3 +964,10 @@ TEST_F(Musicxml_Tests, words1) {
967
964
TEST_F (Musicxml_Tests, words2) {
968
965
mxmlIoTest (" testWords2" );
969
966
}
967
+ TEST_F (Musicxml_Tests, hiddenStaves)
968
+ {
969
+ String fileName = String::fromUtf8 (" testHiddenStaves.xml" );
970
+ MasterScore* score = readScore (XML_IO_DATA_DIR + fileName);
971
+
972
+ EXPECT_EQ (score->styleB (Sid::hideEmptyStaves), true );
973
+ }
You can’t perform that action at this time.
0 commit comments