[Groonga-commit] pgroonga/pgroonga at 18f6ef0 [master] test: add missing cleanup

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jun 20 12:13:10 JST 2017


Kouhei Sutou	2017-06-20 12:13:10 +0900 (Tue, 20 Jun 2017)

  New Revision: 18f6ef0d701272c6ba3b83a158f4e318f55b20b6
  https://github.com/pgroonga/pgroonga/commit/18f6ef0d701272c6ba3b83a158f4e318f55b20b6

  Message:
    test: add missing cleanup

  Modified files:
    expected/term-search/text/options/tokenizer/ignored.out
    sql/term-search/text/options/tokenizer/ignored.sql

  Modified: expected/term-search/text/options/tokenizer/ignored.out (+1 -0)
===================================================================
--- expected/term-search/text/options/tokenizer/ignored.out    2017-06-20 11:50:41 +0900 (7de6d65)
+++ expected/term-search/text/options/tokenizer/ignored.out    2017-06-20 12:13:10 +0900 (f12a1cc)
@@ -10,3 +10,4 @@ SELECT pgroonga.command('table_list')::json#>>'{1,2,6}';
  
 (1 row)
 
+DROP TABLE tags;

  Modified: sql/term-search/text/options/tokenizer/ignored.sql (+2 -0)
===================================================================
--- sql/term-search/text/options/tokenizer/ignored.sql    2017-06-20 11:50:41 +0900 (a68090f)
+++ sql/term-search/text/options/tokenizer/ignored.sql    2017-06-20 12:13:10 +0900 (a6a6212)
@@ -7,3 +7,5 @@ CREATE INDEX pgrn_index ON tags
   WITH (tokenizer = "TokenDelimit");
 
 SELECT pgroonga.command('table_list')::json#>>'{1,2,6}';
+
+DROP TABLE tags;
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index