Mercurial > hg > vamp-plugin-tester
changeset 79:69e7d4e1e68c
Fix duplicate id
author | Chris Cannam |
---|---|
date | Wed, 14 Aug 2019 14:58:32 +0100 |
parents | ae8b4cafb6bf |
children | f84e12a1553c |
files | TestStaticData.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)