[Groonga-commit] nroonga/nroonga [master] Fix test case to fit with groonga 2.1.0

Back to archive index

Yoji SHIDARA null+****@clear*****
Sat Apr 6 13:08:55 JST 2013


Yoji SHIDARA	2013-04-06 13:08:55 +0900 (Sat, 06 Apr 2013)

  New Revision: 31c567e930c2c04b9f5b65707ac77fc3d9d18c47
  https://github.com/nroonga/nroonga/commit/31c567e930c2c04b9f5b65707ac77fc3d9d18c47

  Message:
    Fix test case to fit with groonga 2.1.0

  Modified files:
    test/database.test.coffee

  Modified: test/database.test.coffee (+3 -2)
===================================================================
--- test/database.test.coffee    2012-11-29 00:21:01 +0900 (bff0a2e)
+++ test/database.test.coffee    2013-04-06 13:08:55 +0900 (97c4523)
@@ -146,8 +146,9 @@ describe 'database with data stored', ->
       result = db.commandSync('dump', tables: 'Site')
       expected_dump = 'table_create Site TABLE_HASH_KEY ShortText\n' +
                       'column_create Site title COLUMN_SCALAR ShortText\n' +
-                      'table_create Terms TABLE_PAT_KEY|KEY_NORMALIZE ' +
-                        'ShortText --default_tokenizer TokenBigram\n' +
+                      'table_create Terms TABLE_PAT_KEY ' +
+                        'ShortText --default_tokenizer TokenBigram ' +
+                        '--normalizer NormalizerAuto\n' +
                       'column_create Terms entry_title ' +
                         'COLUMN_INDEX|WITH_POSITION Site title\n' +
                       'load --table Site\n' +
-------------- next part --------------
HTML����������������������������...
Download 



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