Kouhei Sutou
null+****@clear*****
Fri Jun 30 11:38:23 JST 2017
Kouhei Sutou 2017-06-30 11:38:23 +0900 (Fri, 30 Jun 2017) New Revision: edf01eccc539e509cd4e1e72296d57e063f90a7b https://github.com/pgroonga/pgroonga/commit/edf01eccc539e509cd4e1e72296d57e063f90a7b Message: test: add missing DROP TABLE Modified files: expected/function/query-expand/existent.out expected/function/query-expand/mix.out expected/function/query-expand/nonexistent.out sql/function/query-expand/existent.sql sql/function/query-expand/mix.sql sql/function/query-expand/nonexistent.sql Modified: expected/function/query-expand/existent.out (+1 -0) =================================================================== --- expected/function/query-expand/existent.out 2017-06-30 11:24:56 +0900 (d49f247) +++ expected/function/query-expand/existent.out 2017-06-30 11:38:23 +0900 (3e85506) @@ -9,3 +9,4 @@ SELECT pgroonga.query_expand('synonyms', 'term', 'synonyms', 'Groonga'); ((Groonga) OR (Senna)) (1 row) +DROP TABLE synonyms; Modified: expected/function/query-expand/mix.out (+1 -0) =================================================================== --- expected/function/query-expand/mix.out 2017-06-30 11:24:56 +0900 (120944a) +++ expected/function/query-expand/mix.out 2017-06-30 11:38:23 +0900 (ec0f4b6) @@ -11,3 +11,4 @@ SELECT pgroonga.query_expand('synonyms', 'term', 'synonyms', Ruby (((Mroonga) OR (Groonga MySQL)) OR ((PGroonga) OR (Groonga PostgreSQL))) (1 row) +DROP TABLE synonyms; Modified: expected/function/query-expand/nonexistent.out (+1 -0) =================================================================== --- expected/function/query-expand/nonexistent.out 2017-06-30 11:24:56 +0900 (2d5d703) +++ expected/function/query-expand/nonexistent.out 2017-06-30 11:38:23 +0900 (b1719e9) @@ -8,3 +8,4 @@ SELECT pgroonga.query_expand('synonyms', 'term', 'synonyms', 'Groonga'); Groonga (1 row) +DROP TABLE synonyms; Modified: sql/function/query-expand/existent.sql (+2 -0) =================================================================== --- sql/function/query-expand/existent.sql 2017-06-30 11:24:56 +0900 (c1deb03) +++ sql/function/query-expand/existent.sql 2017-06-30 11:38:23 +0900 (f4eaf28) @@ -6,3 +6,5 @@ CREATE TABLE synonyms ( INSERT INTO synonyms VALUES ('Groonga', ARRAY['Groonga', 'Senna']); SELECT pgroonga.query_expand('synonyms', 'term', 'synonyms', 'Groonga'); + +DROP TABLE synonyms; Modified: sql/function/query-expand/mix.sql (+2 -0) =================================================================== --- sql/function/query-expand/mix.sql 2017-06-30 11:24:56 +0900 (6c2aa0d) +++ sql/function/query-expand/mix.sql 2017-06-30 11:38:23 +0900 (6fd728f) @@ -8,3 +8,5 @@ INSERT INTO synonyms VALUES ('PGroonga', ARRAY['PGroonga', 'Groonga PostgreSQL'] SELECT pgroonga.query_expand('synonyms', 'term', 'synonyms', 'Ruby (Mroonga OR PGroonga)'); + +DROP TABLE synonyms; Modified: sql/function/query-expand/nonexistent.sql (+2 -0) =================================================================== --- sql/function/query-expand/nonexistent.sql 2017-06-30 11:24:56 +0900 (4166144) +++ sql/function/query-expand/nonexistent.sql 2017-06-30 11:38:23 +0900 (4225154) @@ -4,3 +4,5 @@ CREATE TABLE synonyms ( ); SELECT pgroonga.query_expand('synonyms', 'term', 'synonyms', 'Groonga'); + +DROP TABLE synonyms; -------------- next part -------------- HTML����������������������������... Download