[jboss-cvs] JBossAS SVN: r57215 - branches/JBoss_4_0_3_SP1_CP/test/src/main/org/jboss/test

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 26 15:21:57 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-09-26 15:21:55 -0400 (Tue, 26 Sep 2006)
New Revision: 57215

Modified:
   branches/JBoss_4_0_3_SP1_CP/test/src/main/org/jboss/test/JBossTestServices.java
Log:
Use output/lib as the default prefix if jbosstest.deploy.dir is not set

Modified: branches/JBoss_4_0_3_SP1_CP/test/src/main/org/jboss/test/JBossTestServices.java
===================================================================
--- branches/JBoss_4_0_3_SP1_CP/test/src/main/org/jboss/test/JBossTestServices.java	2006-09-26 17:09:10 UTC (rev 57214)
+++ branches/JBoss_4_0_3_SP1_CP/test/src/main/org/jboss/test/JBossTestServices.java	2006-09-26 19:21:55 UTC (rev 57215)
@@ -168,7 +168,7 @@
       String deployDir = System.getProperty("jbosstest.deploy.dir");
       if (deployDir == null)
       {
-         deployDir = "../lib";
+         deployDir = "output/lib";
       }
       String url = deployDir + "/" + filename;
       log.debug("Testing file: " + url);




More information about the jboss-cvs-commits mailing list