[jboss-cvs] JBossAS SVN: r57221 - branches/Branch_4_0/test/src/main/org/jboss/test

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 26 19:26:19 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-09-26 19:26:17 -0400 (Tue, 26 Sep 2006)
New Revision: 57221

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

Modified: branches/Branch_4_0/test/src/main/org/jboss/test/JBossTestServices.java
===================================================================
--- branches/Branch_4_0/test/src/main/org/jboss/test/JBossTestServices.java	2006-09-26 23:13:40 UTC (rev 57220)
+++ branches/Branch_4_0/test/src/main/org/jboss/test/JBossTestServices.java	2006-09-26 23:26:17 UTC (rev 57221)
@@ -182,7 +182,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