[Groonga-commit] groonga/gcs [master] Update fixtures

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 11日 (水) 17:48:30 JST


SHIMODA Hiroshi	2012-07-11 17:48:30 +0900 (Wed, 11 Jul 2012)

  New Revision: 3202c5e4141bb3443533db4d122d5ad91e0492d6
  https://github.com/groonga/gcs/commit/3202c5e4141bb3443533db4d122d5ad91e0492d6

  Log:
    Update fixtures

  Modified files:
    test/batch-processor.test.js
    test/fixture/companies/ddl.grn

  Modified: test/batch-processor.test.js (+1 -1)
===================================================================
--- test/batch-processor.test.js    2012-07-11 17:44:56 +0900 (f201476)
+++ test/batch-processor.test.js    2012-07-11 17:48:30 +0900 (12ac279)
@@ -48,7 +48,7 @@ suite('batch/processor/Processor (instance methods)', function() {
 
   test('getColumns', function() {
     var columns = processor.getColumns();
-    var expected = ['name', 'address', 'email_address', 'description'];
+    var expected = ['name', 'address', 'email_address', 'description', 'age'];
     assert.deepEqual(columns.sort(), expected.sort());
   });
 

  Modified: test/fixture/companies/ddl.grn (+1 -1)
===================================================================
--- test/fixture/companies/ddl.grn    2012-07-11 17:44:56 +0900 (0fa1c63)
+++ test/fixture/companies/ddl.grn    2012-07-11 17:48:30 +0900 (65d42d9)
@@ -1,6 +1,6 @@
+table_create companies_age TABLE_HASH_KEY UInt32
 table_create companies_BigramTerms TABLE_PAT_KEY|KEY_NORMALIZE ShortText --default_tokenizer TokenBigram
 table_create companies TABLE_HASH_KEY ShortText
-table_create companies_age TABLE_HASH_KEY UInt32
 column_create companies address COLUMN_SCALAR ShortText
 column_create companies age COLUMN_SCALAR UInt32
 column_create companies description COLUMN_SCALAR ShortText
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



Groonga-commit メーリングリストの案内
Back to archive index