| commit | bf5c6dd77c597ace417d7283a1d2805fc647b091 | [log] [tgz] |
|---|---|---|
| author | Christopher Tubbs <ctubbsii@apache.org> | Thu May 05 23:51:18 2022 -0400 |
| committer | Christopher Tubbs <ctubbsii@apache.org> | Thu May 05 23:51:18 2022 -0400 |
| tree | d1e270aae2bd24dc615c1746119b0d554e73d471 | |
| parent | 3df6a03a2fea77ece9c09c12c413297bc09b06c1 [diff] |
Fix merge bug (unconverted JUnit test) Convert TestAnnotationMetadata to JUnit5 API. This class was not included in THRIFT-5560 (PR #2574) when the conversion was done because this was a new class added in THRIFT-5544 (PR #2553), which was merged first.