[jboss-cvs] JBossAS SVN: r94040 - projects/jboss-deployers/branches/Branch_2_0/deployers-structure-spi/src/test/java/org/jboss/test/deployers/structure/structurebuilder.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 25 18:21:49 EDT 2009


Author: jason.greene at jboss.com
Date: 2009-09-25 18:21:49 -0400 (Fri, 25 Sep 2009)
New Revision: 94040

Modified:
   projects/jboss-deployers/branches/Branch_2_0/deployers-structure-spi/src/test/java/org/jboss/test/deployers/structure/structurebuilder/AbstractStructureBuilderTest.java
Log:
created -> create

Modified: projects/jboss-deployers/branches/Branch_2_0/deployers-structure-spi/src/test/java/org/jboss/test/deployers/structure/structurebuilder/AbstractStructureBuilderTest.java
===================================================================
--- projects/jboss-deployers/branches/Branch_2_0/deployers-structure-spi/src/test/java/org/jboss/test/deployers/structure/structurebuilder/AbstractStructureBuilderTest.java	2009-09-25 22:20:29 UTC (rev 94039)
+++ projects/jboss-deployers/branches/Branch_2_0/deployers-structure-spi/src/test/java/org/jboss/test/deployers/structure/structurebuilder/AbstractStructureBuilderTest.java	2009-09-25 22:21:49 UTC (rev 94040)
@@ -135,7 +135,7 @@
       return deployment;
    }
 
-   protected Deployment createdOrderedChildren() throws Exception
+   protected Deployment createOrderedChildren() throws Exception
    {
       DeploymentFactory factory = getDeploymentFactory();
       Deployment deployment = createDeployment(factory);
@@ -149,7 +149,7 @@
 
    public void testOrderedChildren() throws Exception
    {
-      Deployment deployment = createdOrderedChildren();
+      Deployment deployment = createOrderedChildren();
       DeploymentContext context = build(deployment);
       assertEquals("child1", context.getChildren().get(0).getRelativePath());
       assertEquals("child2", context.getChildren().get(1).getRelativePath());




More information about the jboss-cvs-commits mailing list