From: Kabir K. <kk...@jb...> - 2006-07-10 15:00:29
|
User: kkhan Date: 06/07/10 11:00:24 Modified: src/test/org/jboss/test/aop/regression/jbaop194_undeploy UndeployTester.java Log: Make a start migrating to jboss retro Revision Changes Path 1.4 +2 -2 jboss-aop/src/test/org/jboss/test/aop/regression/jbaop194_undeploy/UndeployTester.java (In the diff below, changes in quantity of whitespace are not shown.) Index: UndeployTester.java =================================================================== RCS file: /cvsroot/jboss/jboss-aop/src/test/org/jboss/test/aop/regression/jbaop194_undeploy/UndeployTester.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- UndeployTester.java 29 Jun 2006 15:05:21 -0000 1.3 +++ UndeployTester.java 10 Jul 2006 15:00:24 -0000 1.4 @@ -29,7 +29,7 @@ /** * * @author <a href="kab...@jb...">Kabir Khan</a> - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ */ public class UndeployTester extends AOPTestWithSetup { @@ -58,7 +58,7 @@ URL url = pojo.getClass().getProtectionDomain().getCodeSource().getLocation(); System.out.println("class url: " + url); String location = url.toString(); - int index = location.indexOf("/output/tests.classes"); + int index = location.indexOf("/output/"); location = location.substring(0, index); location = location + "/src/resources/test/regression/jboss-aop.xml"; |