File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/src/main/java/org/apache/accumulo/test/start Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -179,9 +179,9 @@ public void testExpectedClasses() {
179179 expectSet .add (new CommandInfo (UsageGroup .OTHER , "zoo-prop-editor" , ZooPropEditor .class ));
180180 expectSet .add (new CommandInfo (UsageGroup .OTHER , "zoo-zap" , ZooZap .class ));
181181 expectSet .add (new CommandInfo (UsageGroup .PROCESS , "zookeeper" , ZooKeeperMain .class ));
182- expectSet .add (new CommandInfo (UsageGroup .OTHER , "cancel-compaction " , CancelCompaction .class ));
183- expectSet .add (new CommandInfo (UsageGroup .OTHER , "list-compactors" , ListCompactors .class ));
184- expectSet .add (new CommandInfo (UsageGroup .OTHER , "list-compactions " , ListCompactions .class ));
182+ expectSet .add (new CommandInfo (UsageGroup .COMPACTION , "cancel" , CancelCompaction .class ));
183+ expectSet .add (new CommandInfo (UsageGroup .PROCESS , "list-compactors" , ListCompactors .class ));
184+ expectSet .add (new CommandInfo (UsageGroup .COMPACTION , "list" , ListCompactions .class ));
185185
186186 Map <UsageGroup ,Map <String ,KeywordExecutable >> actualExecutables =
187187 new TreeMap <>(getKeywordExecutables ());
You can’t perform that action at this time.
0 commit comments