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 08:01:53 UTC

svn commit: r601228 - /geronimo/server/branches/2.0/modules/geronimo-security/src/test/java/org/apache/geronimo/security/jaas/ConfigurationEntryTest.java

Author: gawor
Date: Tue Dec  4 23:01:44 2007
New Revision: 601228

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

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

Modified: geronimo/server/branches/2.0/modules/geronimo-security/src/test/java/org/apache/geronimo/security/jaas/ConfigurationEntryTest.java
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/modules/geronimo-security/src/test/java/org/apache/geronimo/security/jaas/ConfigurationEntryTest.java?rev=601228&r1=601227&r2=601228&view=diff
==============================================================================
--- geronimo/server/branches/2.0/modules/geronimo-security/src/test/java/org/apache/geronimo/security/jaas/ConfigurationEntryTest.java (original)
+++ geronimo/server/branches/2.0/modules/geronimo-security/src/test/java/org/apache/geronimo/security/jaas/ConfigurationEntryTest.java Tue Dec  4 23:01:44 2007
@@ -127,7 +127,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);