@Override
 public void setUp() throws Exception {
   super.setUp();
   context = new ClassPathXmlApplicationContext("/spring-publication.xml");
 }