Skip to content

Commit

Permalink
fixed typo in deployment name for Test1189AnonTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
jbliznak committed Sep 1, 2015
1 parent a44df05 commit eeaa620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -54,7 +54,7 @@ public class Test1189AnonTestCase extends BP12Test
@Deployment(testable = false)
public static WebArchive createDeployment()
{
WebArchive archive = ShrinkWrap.create(WebArchive.class, "jaxws-bp12test1189-anno.war");
WebArchive archive = ShrinkWrap.create(WebArchive.class, "jaxws-bp12test1189-anon.war");
archive.setManifest(new StringAsset("Manifest-Version: 1.0\n" + "Dependencies: org.apache.cxf\n"))
.addPackages(false, Filters.exclude(Test1189AnonTestCase.class), Test1189AnonTestCase.class.getPackage().getName())
.setWebXML(new File(JBossWSTestHelper.getTestResourcesDir() + "/jaxws/bp12/wsa/test1189-anon/WEB-INF/web.xml"));
Expand Down
Expand Up @@ -54,7 +54,7 @@ public class Test1189AnonTestCase extends BP20Test
@Deployment(testable = false)
public static WebArchive createDeployment()
{
WebArchive archive = ShrinkWrap.create(WebArchive.class, "jaxws-bp20test1189-anno.war");
WebArchive archive = ShrinkWrap.create(WebArchive.class, "jaxws-bp20test1189-anon.war");
archive.setManifest(new StringAsset("Manifest-Version: 1.0\n" + "Dependencies: org.apache.cxf\n"))
.addPackages(false, Filters.exclude(Test1189AnonTestCase.class), Test1189AnonTestCase.class.getPackage().getName())
.setWebXML(new File(JBossWSTestHelper.getTestResourcesDir() + "/jaxws/bp20/wsa/test1189-anon/WEB-INF/web.xml"));
Expand Down

0 comments on commit eeaa620

Please sign in to comment.