Revision 8:3019cb6b538d TestOutputs.cpp

View differences:

TestOutputs.cpp
59 59
static const size_t _step = 1000;
60 60

  
61 61
Test::Results
62
TestOutputNumbers::test(string key)
62
TestOutputNumbers::test(string key, Options options)
63 63
{
64 64
    int rate = 44100;
65 65
    auto_ptr<Plugin> p(load(key, rate));
......
99 99
        }
100 100
    }
101 101
                
102
    if (!r.empty() && (options & Verbose)) dump(f);
102 103
    return r;
103 104
}
104 105

  
105 106
Test::Results
106
TestTimestamps::test(string key)
107
TestTimestamps::test(string key, Options options)
107 108
{
108 109
    int rate = 44100;
109 110

  
......
159 160
        }
160 161
    }
161 162

  
163
    if (!r.empty() && (options & Verbose)) dump(f);
162 164
    return r;
163 165
}

Also available in: Unified diff