final Item item = SingletonRepository.getEntityManager().getItem(
"black book");
assertNotNull(item);
item.setBoundTo(pl.getName());
pl.equipOrPutOnGround(item);
assertEquals(3, quest.getHistory(pl).size());
assertEquals(Arrays.asList(
"I have met Ceryl at the library, he's the librarian there.",
"I promised to fetch the black book from Jynath.",
"I have talked to Jynath, and have the book."),