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 @@ -586,9 +586,6 @@ TEST_F(Musicxml_Tests, helloReadCompr) {
586
586
TEST_F (Musicxml_Tests, helloReadWriteCompr) {
587
587
mxmlReadWriteTestCompr (" testHello" );
588
588
}
589
- TEST_F (Musicxml_Tests, hiddenStaves) {
590
- mxmlIoTest (" testHiddenStaves" );
591
- }
592
589
TEST_F (Musicxml_Tests, implicitMeasure1) {
593
590
mxmlIoTest (" testImplicitMeasure1" );
594
591
}
@@ -964,3 +961,10 @@ TEST_F(Musicxml_Tests, words1) {
964
961
TEST_F (Musicxml_Tests, words2) {
965
962
mxmlIoTest (" testWords2" );
966
963
}
964
+ TEST_F (Musicxml_Tests, hiddenStaves)
965
+ {
966
+ String fileName = String::fromUtf8 (" testHiddenStaves.xml" );
967
+ MasterScore* score = readScore (XML_IO_DATA_DIR + fileName);
968
+
969
+ EXPECT_EQ (score->styleB (Sid::hideEmptyStaves), true );
970
+ }
You can’t perform that action at this time.
0 commit comments