null+****@clear*****
null+****@clear*****
2012年 3月 8日 (木) 13:22:01 JST
Kouhei Sutou 2012-03-08 13:22:01 +0900 (Thu, 08 Mar 2012)
New Revision: 7fc86ed8175fea2033a23f059c605a778b78d64a
Log:
test function: move files under include/ to fixture/
Removed files:
test/function/include/Makefile.am
test/function/include/geo/Makefile.am
test/function/include/geo/taiyaki/Makefile.am
Modified files:
configure.ac
test/function/Makefile.am
test/function/fixture/geo/taiyaki/Makefile.am
test/function/suite/geo/taiyaki/in-circle.test
test/function/suite/geo/taiyaki/in-rectangle-long-latitude.test
Renamed files:
test/function/fixture/geo/taiyaki/init.grn
(from test/function/include/geo/taiyaki/init.grn)
Modified: configure.ac (+0 -3)
===================================================================
--- configure.ac 2012-03-08 13:18:12 +0900 (1834970)
+++ configure.ac 2012-03-08 13:22:01 +0900 (e64ba0b)
@@ -254,9 +254,6 @@ AC_CONFIG_FILES([
test/function/fixture/Makefile
test/function/fixture/geo/Makefile
test/function/fixture/geo/taiyaki/Makefile
- test/function/include/Makefile
- test/function/include/geo/Makefile
- test/function/include/geo/taiyaki/Makefile
test/function/suite/Makefile
test/function/suite/geo/Makefile
test/function/suite/geo/taiyaki/Makefile
Modified: test/function/Makefile.am (+0 -1)
===================================================================
--- test/function/Makefile.am 2012-03-08 13:18:12 +0900 (1fe8cdc)
+++ test/function/Makefile.am 2012-03-08 13:22:01 +0900 (70f8d9b)
@@ -1,6 +1,5 @@
SUBDIRS = \
fixture \
- include \
suite
if WITH_FUNCTION_TEST
Modified: test/function/fixture/geo/taiyaki/Makefile.am (+1 -0)
===================================================================
--- test/function/fixture/geo/taiyaki/Makefile.am 2012-03-08 13:18:12 +0900 (633678a)
+++ test/function/fixture/geo/taiyaki/Makefile.am 2012-03-08 13:22:01 +0900 (d8d6271)
@@ -1,4 +1,5 @@
EXTRA_DIST = \
+ init.grn \
ddl.grn \
shops.grn \
areas.grn \
Renamed: test/function/fixture/geo/taiyaki/init.grn (+0 -0) 100%
===================================================================
Deleted: test/function/include/Makefile.am (+0 -2) 100644
===================================================================
--- test/function/include/Makefile.am 2012-03-08 13:18:12 +0900 (31b7506)
+++ /dev/null
@@ -1,2 +0,0 @@
-SUBDIRS = \
- geo
Deleted: test/function/include/geo/Makefile.am (+0 -2) 100644
===================================================================
--- test/function/include/geo/Makefile.am 2012-03-08 13:18:12 +0900 (d330fab)
+++ /dev/null
@@ -1,2 +0,0 @@
-SUBDIRS = \
- taiyaki
Deleted: test/function/include/geo/taiyaki/Makefile.am (+0 -2) 100644
===================================================================
--- test/function/include/geo/taiyaki/Makefile.am 2012-03-08 13:18:12 +0900 (4c948f4)
+++ /dev/null
@@ -1,2 +0,0 @@
-EXTRA_DIST = \
- init.grn
Modified: test/function/suite/geo/taiyaki/in-circle.test (+1 -1)
===================================================================
--- test/function/suite/geo/taiyaki/in-circle.test 2012-03-08 13:18:12 +0900 (417c0d2)
+++ test/function/suite/geo/taiyaki/in-circle.test 2012-03-08 13:22:01 +0900 (5c79486)
@@ -1,4 +1,4 @@
-# include include/geo/taiyaki/init.grn
+# include fixture/geo/taiyaki/init.grn
select Shops \
--sortby '+_score, +name' \
Modified: test/function/suite/geo/taiyaki/in-rectangle-long-latitude.test (+1 -1)
===================================================================
--- test/function/suite/geo/taiyaki/in-rectangle-long-latitude.test 2012-03-08 13:18:12 +0900 (29d2190)
+++ test/function/suite/geo/taiyaki/in-rectangle-long-latitude.test 2012-03-08 13:22:01 +0900 (9d18c1c)
@@ -1,4 +1,4 @@
-# include include/geo/taiyaki/init.grn
+# include fixture/geo/taiyaki/init.grn
select Shops \
--sortby '+_score, +name' \