mirror of
https://github.com/Ardour/ardour.git
synced 2026-06-01 15:48:34 +02:00
fix calls to ControlProtocol::activate() in test code
This commit is contained in:
@@ -58,8 +58,8 @@ ControlSurfacesTest::instantiateAndTeardownTest ()
|
||||
m.deactivate (*i);
|
||||
}
|
||||
|
||||
m.activate (*i);
|
||||
m.activate (*i); // should be a NO-OP, prints a warning
|
||||
m.activate (*i, {});
|
||||
m.activate (*i, {}); // should be a NO-OP, prints a warning
|
||||
|
||||
m.deactivate (*i);
|
||||
m.deactivate (*i); // should be a NO-OP
|
||||
|
||||
Reference in New Issue
Block a user