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