You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ad...@apache.org on 2005/01/05 16:01:41 UTC

svn commit: r124216 - /geronimo/trunk/modules/system/src/test/org/apache/geronimo/system/serverinfo/ServerInfoTest.java

Author: adc
Date: Wed Jan  5 07:01:39 2005
New Revision: 124216

URL: http://svn.apache.org/viewcvs?view=rev&rev=124216
Log:
Uncle Bill likes his drive letters in uppercase.
Modified:
   geronimo/trunk/modules/system/src/test/org/apache/geronimo/system/serverinfo/ServerInfoTest.java

Modified: geronimo/trunk/modules/system/src/test/org/apache/geronimo/system/serverinfo/ServerInfoTest.java
Url: http://svn.apache.org/viewcvs/geronimo/trunk/modules/system/src/test/org/apache/geronimo/system/serverinfo/ServerInfoTest.java?view=diff&rev=124216&p1=geronimo/trunk/modules/system/src/test/org/apache/geronimo/system/serverinfo/ServerInfoTest.java&r1=124215&p2=geronimo/trunk/modules/system/src/test/org/apache/geronimo/system/serverinfo/ServerInfoTest.java&r2=124216
==============================================================================
--- geronimo/trunk/modules/system/src/test/org/apache/geronimo/system/serverinfo/ServerInfoTest.java	(original)
+++ geronimo/trunk/modules/system/src/test/org/apache/geronimo/system/serverinfo/ServerInfoTest.java	Wed Jan  5 07:01:39 2005
@@ -61,7 +61,7 @@
         }
 
         try {
-            String basedir = "c:/";
+            String basedir = "C:/";
             si = new ServerInfo(basedir);
             pathArg = "Documents and Settings/Administrator/Application Data/geronimo";
             assertEquals(new File(basedir, pathArg).getAbsolutePath(), si.resolvePath(pathArg));