[Jiemamy-notify:2638] commit [3595] コンパイラ警告に対応。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 9月 17日 (木) 23:47:41 JST


Revision: 3595
          http://sourceforge.jp/projects/jiemamy/svn/view?view=rev&revision=3595
Author:   daisuke_m
Date:     2009-09-17 23:47:41 +0900 (Thu, 17 Sep 2009)

Log Message:
-----------
コンパイラ警告に対応。

Modified Paths:
--------------
    hercules/trunk/jiemamy-integration-test/src/test/java/org/jiemamy/TestDatabaseInstance.java

Modified: hercules/trunk/jiemamy-integration-test/src/test/java/org/jiemamy/TestDatabaseInstance.java
===================================================================
--- hercules/trunk/jiemamy-integration-test/src/test/java/org/jiemamy/TestDatabaseInstance.java	2009-09-17 14:46:36 UTC (rev 3594)
+++ hercules/trunk/jiemamy-integration-test/src/test/java/org/jiemamy/TestDatabaseInstance.java	2009-09-17 14:47:41 UTC (rev 3595)
@@ -81,7 +81,7 @@
 			String key = name();
 			List<URL> driverJarPaths = CollectionsUtil.newArrayList();
 			for (String path : props.getProperty(key + "_driverJar").split(";")) {
-				driverJarPaths.add(new File(path).toURL());
+				driverJarPaths.add(new File(path).toURI().toURL());
 			}
 			
 			DefaultDatabaseConnectionConfig config = new DefaultDatabaseConnectionConfig();




Jiemamy-notify メーリングリストの案内
Back to archive index