You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jl...@apache.org on 2006/03/07 17:01:26 UTC

svn commit: r383915 - /geronimo/trunk/modules/directory/src/test/org/apache/geronimo/directory/RunningTest.java

Author: jlaskowski
Date: Tue Mar  7 08:01:25 2006
New Revision: 383915

URL: http://svn.apache.org/viewcvs?rev=383915&view=rev
Log:
Revert to the old directory setting until something better is implemented as it broke the m1-based build

Modified:
    geronimo/trunk/modules/directory/src/test/org/apache/geronimo/directory/RunningTest.java

Modified: geronimo/trunk/modules/directory/src/test/org/apache/geronimo/directory/RunningTest.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/directory/src/test/org/apache/geronimo/directory/RunningTest.java?rev=383915&r1=383914&r2=383915&view=diff
==============================================================================
--- geronimo/trunk/modules/directory/src/test/org/apache/geronimo/directory/RunningTest.java (original)
+++ geronimo/trunk/modules/directory/src/test/org/apache/geronimo/directory/RunningTest.java Tue Mar  7 08:01:25 2006
@@ -101,7 +101,7 @@
         serverInfoName = new ObjectName("geronimo.system:role=ServerInfo");
         serverInfoGBean = new GBeanData(serverInfoName,
                 BasicServerInfo.GBEAN_INFO);
-        serverInfoGBean.setAttribute("baseDirectory", "modules/directory/target");
+        serverInfoGBean.setAttribute("baseDirectory", "./target");
         start(serverInfoGBean);
 
         // DirectoryGBean