// now add another entry in another blog
entry = TestUtils.setupWeblogEntry("entry3", testWeblog2
.getDefaultCategory(), testWeblog2, testUser);
entry.addTag("ONE");
entry.addTag("three");
mgr.saveWeblogEntry(entry);
// let's fetch "site" tags now
tags = mgr.getTags(null, null, null, -1);
assertEquals(3, tags.size());