protected void afterMethod() throws Exception {
unprepareServerPluginService();
}
public void testAddTags() {
executeInTransaction(new TransactionCallback() {
@Override
public void execute() throws Exception {
Set<Tag> tags = generateTagSet(1000);
tags = tagManager.addTags(overlord, tags);