Label abbreviation feature is dead; kill it
Note: because this feature wasn't used at all, there is no need for new schema version with automagic gerrit.config clean up. Bug: issue 2618 Change-Id: Ic129ca43c21c1955b842d61b84c515d622711ced
This commit is contained in:

committed by
Dave Borowitz

parent
1e05b52046
commit
4f0c338788
@@ -128,7 +128,6 @@ public class SchemaCreatorTest {
|
||||
LabelType codeReview = getLabelTypes().byLabel("Code-Review");
|
||||
assertNotNull(codeReview);
|
||||
assertEquals("Code-Review", codeReview.getName());
|
||||
assertEquals("CR", codeReview.getAbbreviation());
|
||||
assertEquals(0, codeReview.getDefaultValue());
|
||||
assertEquals("MaxWithBlock", codeReview.getFunctionName());
|
||||
assertTrue(codeReview.isCopyMinScore());
|
||||
|
Reference in New Issue
Block a user