gdamour     2005/09/10 21:21:49

  Modified:    modules/openejb-builder/src/test/org/openejb/deployment/ant
                        OpenejbJarLocationTest.java
  Log:

  Properly chek in the test-ant folder and roll-back the non intentional
  modifications to test-ear/META-INF/geronimo-application.xml.
  
  Revision  Changes    Path
  1.3       +4 -4      
openejb/modules/openejb-builder/src/test/org/openejb/deployment/ant/OpenejbJarLocationTest.java
  
  Index: OpenejbJarLocationTest.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/openejb-builder/src/test/org/openejb/deployment/ant/OpenejbJarLocationTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- OpenejbJarLocationTest.java       10 Sep 2005 19:30:53 -0000      1.2
  +++ OpenejbJarLocationTest.java       11 Sep 2005 01:21:49 -0000      1.3
  @@ -73,12 +73,12 @@
           executeAssert(location);

       }

   

  -    public void XtestNested() throws Exception {

  +    public void testNested() throws Exception {

           OpenejbJarLocation location = new 
OpenejbJarLocation("nested:src/test-ant/META-INF/geronimo-application.xml!/0");

           executeAssert(location);

       }

   

  -    public void XtestNestedJar() throws Exception {

  +    public void testNestedJar() throws Exception {

           OpenejbJarLocation location = new 
OpenejbJarLocation("nested:jar:target/test-ant.ear!/0");

           executeAssert(location);

       }

  
  
  

Reply via email to