item = SyncItem.toSyncItem(testNews);
item.removeLabel("Hello World");
item.removeLabel("World Hello");
item.removeLabel("Bababu");
service.testSync(Collections.singleton(item));
Controller.getDefault().reload(testBm, null, null);
assertEquals(1, testNews.getLabels().size());
}