You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2007/12/05 07:57:59 UTC

svn commit: r601227 - /geronimo/server/trunk/framework/modules/geronimo-security/src/test/java/org/apache/geronimo/security/jaas/ConfigurationEntryTest.java

Author: gawor
Date: Tue Dec  4 22:57:56 2007
New Revision: 601227

URL: http://svn.apache.org/viewvc?rev=601227&view=rev
Log:
another test fix for harmony

Modified:
    geronimo/server/trunk/framework/modules/geronimo-security/src/test/java/org/apache/geronimo/security/jaas/ConfigurationEntryTest.java

Modified: geronimo/server/trunk/framework/modules/geronimo-security/src/test/java/org/apache/geronimo/security/jaas/ConfigurationEntryTest.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-security/src/test/java/org/apache/geronimo/security/jaas/ConfigurationEntryTest.java?rev=601227&r1=601226&r2=601227&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-security/src/test/java/org/apache/geronimo/security/jaas/ConfigurationEntryTest.java (original)
+++ geronimo/server/trunk/framework/modules/geronimo-security/src/test/java/org/apache/geronimo/security/jaas/ConfigurationEntryTest.java Tue Dec  4 22:57:56 2007
@@ -126,7 +126,7 @@
 
         gbean = buildGBeanData("name", "ServerInfo", BasicServerInfo.GBEAN_INFO);
         serverInfo = gbean.getAbstractName();
-        gbean.setAttribute("baseDirectory", ".");
+        gbean.setAttribute("baseDirectory", BASEDIR.getAbsolutePath());
         kernel.loadGBean(gbean, ServerInfo.class.getClassLoader());
         kernel.startGBean(serverInfo);