@Test
 public void shouldGetNameFromZipFileNameWithoutPath() throws Exception {
   assertThat(archive.getFilename(), is("swf-booking-mvc.war"));
 }