summaryrefslogtreecommitdiff
path: root/test/engine.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2015-06-28 20:15:08 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2015-06-28 20:15:08 +0200
commit79e1c5eb90fb754f6cd40f5e32d9a1b7284c9717 (patch)
tree9e508b5c9b4199c24b66b4d2a0c5c46e6f021039 /test/engine.cc
parent59c16d2e8a424f0f4c2a93888ae78b945bd8defb (diff)
Fix unit tests to run with new setFramesize feature.
Diffstat (limited to 'test/engine.cc')
-rw-r--r--test/engine.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/engine.cc b/test/engine.cc
index 69d2a37..4c49a6c 100644
--- a/test/engine.cc
+++ b/test/engine.cc
@@ -43,6 +43,7 @@ public:
AudioOutputEngine *oe = NULL;
AudioInputEngine *ie = NULL;
DrumGizmo dg(oe, ie);
+ dg.setFrameSize(100);
// Switch kits emmidiately with giving the loader time to work:
for(int i = 0; i < 100; i++) {