summaryrefslogtreecommitdiffstats
path: root/src/test/midicontrollertest.cpp
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2014-04-14 11:34:26 -0400
committerRJ Ryan <rryan@mixxx.org>2014-04-14 11:34:26 -0400
commitebca644c2f74d3185924fc19f86308d04e10ad1b (patch)
treedf544c16c0a82a262d73a080bb37888cfe3c45cb /src/test/midicontrollertest.cpp
parent6d2914f50c74216cfd8ee8901f266985528b0cb7 (diff)
Improve one more test name.
Diffstat (limited to 'src/test/midicontrollertest.cpp')
-rw-r--r--src/test/midicontrollertest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/midicontrollertest.cpp b/src/test/midicontrollertest.cpp
index 9ec66a5bab..31eb71311a 100644
--- a/src/test/midicontrollertest.cpp
+++ b/src/test/midicontrollertest.cpp
@@ -101,7 +101,7 @@ TEST_F(MidiControllerTest, ReceiveMessage_PushButtonCO_PushOnOn) {
EXPECT_DOUBLE_EQ(0.0, cpb.get());
}
-TEST_F(MidiControllerTest, ReceiveMessage_PushButton_CC) {
+TEST_F(MidiControllerTest, ReceiveMessage_PushButtonCO_PushCC) {
// Some MIDI controllers (e.g. Korg nanoKONTROL) send momentary push-buttons
// as (CC, 0x7f) for press and (CC, 0x00) for release.
ConfigKey key("[Channel1]", "hotcue_1_activate");