diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-06-28 20:15:08 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-01-20 13:30:25 +0100 |
commit | e9f7a6cf9ad65526d71bddbf71f4c53fe5451001 (patch) | |
tree | 7178d5c7dfcce3b79613cd37e57eab57f0733495 /test/engine.cc | |
parent | 1844f89239a8f873aae9dec8375087606b9a4541 (diff) |
Fix unit tests to run with new setFramesize feature.
Diffstat (limited to 'test/engine.cc')
-rw-r--r-- | test/engine.cc | 1 |
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++) { |