OSDN Git Service

- set temporary db_path to ETHNA_HOME/test/test.db
authorichii386 <ichii386@2ef88817-412d-0410-a32c-8029a115e976>
Fri, 17 Nov 2006 07:02:46 +0000 (07:02 +0000)
committerichii386 <ichii386@2ef88817-412d-0410-a32c-8029a115e976>
Fri, 17 Nov 2006 07:02:46 +0000 (07:02 +0000)
test/Ethna_DB_ADOdb_Test.php

index ebe216a..582da95 100644 (file)
@@ -49,7 +49,7 @@ class Ethna_DB_ADOdb_Test extends Ethna_UnitTestBase
     {
         //for sqlite
         $this->db_type = 'sqlite';
-        $this->db_path = dirname(__FILE__) . "/tmp/test.db";
+        $this->db_path = dirname(__FILE__) . "/test.db";
         $this->dsn = "sqlite:///" . $this->db_path;
     }