From 1b10dc72ee8ba15b9987ffa99b6ea65f5e34ef57 Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Sat, 2 Apr 2016 13:38:22 +0900 Subject: [PATCH] Move small test code of SQLite3 with HDBC. --- .../test/sqlite3 => test/HDBC/SQLite3}/SQLite3Test.hs | 0 .../test/sqlite3 => test/HDBC/SQLite3}/SQLite3TestDataSource.hs | 0 .../test/sqlite3 => test/HDBC/SQLite3}/runCreate.sh | 0 .../test/sqlite3 => test/HDBC/SQLite3}/runDrop.sh | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {relational-query-HDBC/test/sqlite3 => test/HDBC/SQLite3}/SQLite3Test.hs (100%) rename {relational-query-HDBC/test/sqlite3 => test/HDBC/SQLite3}/SQLite3TestDataSource.hs (100%) rename {relational-query-HDBC/test/sqlite3 => test/HDBC/SQLite3}/runCreate.sh (100%) rename {relational-query-HDBC/test/sqlite3 => test/HDBC/SQLite3}/runDrop.sh (100%) diff --git a/relational-query-HDBC/test/sqlite3/SQLite3Test.hs b/test/HDBC/SQLite3/SQLite3Test.hs similarity index 100% rename from relational-query-HDBC/test/sqlite3/SQLite3Test.hs rename to test/HDBC/SQLite3/SQLite3Test.hs diff --git a/relational-query-HDBC/test/sqlite3/SQLite3TestDataSource.hs b/test/HDBC/SQLite3/SQLite3TestDataSource.hs similarity index 100% rename from relational-query-HDBC/test/sqlite3/SQLite3TestDataSource.hs rename to test/HDBC/SQLite3/SQLite3TestDataSource.hs diff --git a/relational-query-HDBC/test/sqlite3/runCreate.sh b/test/HDBC/SQLite3/runCreate.sh similarity index 100% rename from relational-query-HDBC/test/sqlite3/runCreate.sh rename to test/HDBC/SQLite3/runCreate.sh diff --git a/relational-query-HDBC/test/sqlite3/runDrop.sh b/test/HDBC/SQLite3/runDrop.sh similarity index 100% rename from relational-query-HDBC/test/sqlite3/runDrop.sh rename to test/HDBC/SQLite3/runDrop.sh