[Groonga-commit] groonga/gcs [master] Fix broken expected value

Back to archive index

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


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

  New Revision: 841240621dc050af5768cdaf94ffaf47ae2254c4
  https://github.com/groonga/gcs/commit/841240621dc050af5768cdaf94ffaf47ae2254c4

  Log:
    Fix broken expected value

  Modified files:
    test/batch-translator.test.js

  Modified: test/batch-translator.test.js (+4 -2)
===================================================================
--- test/batch-translator.test.js    2012-07-11 17:54:12 +0900 (656a44b)
+++ test/batch-translator.test.js    2012-07-11 17:59:48 +0900 (701d7fd)
@@ -95,7 +95,8 @@ suite('batch/translator/Translator (instance methods)', function() {
                 '_key': batches[0]['id'],
                 'name': batches[0]['fields']['name'],
                 'address': batches[0]['fields']['address'],
-                'email_address': batches[0]['fields']['email_address']
+                'email_address': batches[0]['fields']['email_address'],
+                'age': batches[0]['fields']['age']
               }])
             }
           },
@@ -107,7 +108,8 @@ suite('batch/translator/Translator (instance methods)', function() {
                 '_key': batches[1]['id'],
                 'name': batches[1]['fields']['name'],
                 'address': batches[1]['fields']['address'],
-                'email_address': batches[1]['fields']['email_address']
+                'email_address': batches[1]['fields']['email_address'],
+                'age': batches[1]['fields']['age']
               }])
             }
           },
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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