[Groonga-commit] groonga/gcs [master] Fix expected value for literal field

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 6日 (月) 14:52:34 JST


SHIMODA Hiroshi	2012-08-06 14:52:34 +0900 (Mon, 06 Aug 2012)

  New Revision: fe9372221412a498023ae49e2d2feb69ab847e5c
  https://github.com/groonga/gcs/commit/fe9372221412a498023ae49e2d2feb69ab847e5c

  Log:
    Fix expected value for literal field

  Modified files:
    test/cs-commands.test.js

  Modified: test/cs-commands.test.js (+1 -1)
===================================================================
--- test/cs-commands.test.js    2012-08-06 14:51:48 +0900 (4570675)
+++ test/cs-commands.test.js    2012-08-06 14:52:34 +0900 (5d3058d)
@@ -237,7 +237,7 @@ suite('cs-configure-fields', function() {
         var domain = new Domain('companies', context);
         var field = domain.getIndexField('product');
         assert.deepEqual({ type: field.type, exists: field.exists() },
-                         { type: 'uint', exists: true });
+                         { type: 'literal', exists: true });
 
         done();
       })
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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