From 02d729afdaee77238450d5e49768177a61406ea1 Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Sat, 2 Apr 2016 13:37:26 +0900 Subject: [PATCH] Move small test code of MySQL with HDBC. --- .../test/mysql => test/HDBC/MySQL}/DB/Source.hs | 0 {relational-query-HDBC/test/mysql => test/HDBC/MySQL}/Spec.hs | 0 {relational-query-HDBC/test/mysql => test/HDBC/MySQL}/setup.sql | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {relational-query-HDBC/test/mysql => test/HDBC/MySQL}/DB/Source.hs (100%) rename {relational-query-HDBC/test/mysql => test/HDBC/MySQL}/Spec.hs (100%) rename {relational-query-HDBC/test/mysql => test/HDBC/MySQL}/setup.sql (100%) diff --git a/relational-query-HDBC/test/mysql/DB/Source.hs b/test/HDBC/MySQL/DB/Source.hs similarity index 100% rename from relational-query-HDBC/test/mysql/DB/Source.hs rename to test/HDBC/MySQL/DB/Source.hs diff --git a/relational-query-HDBC/test/mysql/Spec.hs b/test/HDBC/MySQL/Spec.hs similarity index 100% rename from relational-query-HDBC/test/mysql/Spec.hs rename to test/HDBC/MySQL/Spec.hs diff --git a/relational-query-HDBC/test/mysql/setup.sql b/test/HDBC/MySQL/setup.sql similarity index 100% rename from relational-query-HDBC/test/mysql/setup.sql rename to test/HDBC/MySQL/setup.sql