Mercurial > hg > vamp-plugin-tester
diff TestStaticData.cpp @ 79:69e7d4e1e68c
Fix duplicate id
author | Chris Cannam |
---|---|
date | Wed, 14 Aug 2019 14:58:32 +0100 |
parents | 314eea778b80 |
children |
line wrap: on
line diff
--- a/TestStaticData.cpp Thu May 17 10:12:40 2018 +0100 +++ b/TestStaticData.cpp Wed Aug 14 14:58:32 2019 +0100 @@ -59,7 +59,7 @@ TestValueRanges::m_registrar("A3", "Inappropriate value extents"); Tester::TestRegistrar<TestCategory> -TestCategory::m_registrar("A3", "Missing category"); +TestCategory::m_registrar("A4", "Missing category"); Test::Results TestIdentifiers::test(string key, Options)