mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added missing unit test categories
This commit is contained in:
parent
97e545cd44
commit
e88700be6e
7 changed files with 9 additions and 9 deletions
|
|
@ -1814,7 +1814,7 @@ bool WavAudioFormat::replaceMetadataInFile (const File& wavFile, const StringPai
|
|||
|
||||
struct WaveAudioFormatTests : public UnitTest
|
||||
{
|
||||
WaveAudioFormatTests() : UnitTest ("Wave audio format tests") {}
|
||||
WaveAudioFormatTests() : UnitTest ("Wave audio format tests", "Audio") {}
|
||||
|
||||
void runTest() override
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue