public void testStoryContinuation() throws Exception {
task1.setCompleted(false);
task2.setCompleted(false);
task3.setCompleted(true);
story.setName("name");
story.setCustomer(new Person());
story.setDescription("A description.");
support.resources.setMessage("story.continued.to", "Continued as story:{0}");
support.resources.setMessage("story.continued.from", "Continued from story:{0}");
support.hibernateSession.saveIdProperty = "id";
support.hibernateSession.saveIds = new Object[]{