Skip to content

Commit

Permalink
fix #22898 - tests to verify voltas are being imported correctly in G…
Browse files Browse the repository at this point in the history
…uitar Pro files
  • Loading branch information
jpirie committed Apr 27, 2014
1 parent 9af0b6a commit 89948b1
Show file tree
Hide file tree
Showing 7 changed files with 4,307 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mtest/guitarpro/tst_guitarpro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ private slots:
void gpArpeggio() { gpReadTest("arpeggio_up_down", "gp4"); }
void gpGhostNote() { gpReadTest("ghost_note", "gp3"); }
void gpGraceNote() { gpReadTest("grace", "gp5"); }
void gpVolta() { gpReadTest("volta", "gp5"); }
void gp5Volta() { gpReadTest("volta", "gp5"); }
void gp4Volta() { gpReadTest("volta", "gp4"); }
void gp3Volta() { gpReadTest("volta", "gp3"); }
};

//---------------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions mtest/guitarpro/updateReference
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ cp $MSCORE/arpeggio_up_down.gp4.mscx arpeggio_up_down.gp4-ref.mscx
cp $MSCORE/ghost_note.gp3.mscx ghost_note.gp3-ref.mscx
cp $MSCORE/grace.gp5.mscx grace.gp5-ref.mscx
cp $MSCORE/volta.gp5.mscx volta.gp5-ref.mscx
cp $MSCORE/volta.gp4.mscx volta.gp4-ref.mscx
cp $MSCORE/volta.gp3.mscx volta.gp3-ref.mscx
Binary file added mtest/guitarpro/volta.gp3
Binary file not shown.
Loading

0 comments on commit 89948b1

Please sign in to comment.