[Groonga-commit] groonga/gcs [master] Update tests for DescribeIndexFields

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 3日 (金) 16:01:05 JST


SHIMODA Hiroshi	2012-08-03 16:01:05 +0900 (Fri, 03 Aug 2012)

  New Revision: 29dd8f75b989aa3c6200023947d7eae2255b5326
  https://github.com/groonga/gcs/commit/29dd8f75b989aa3c6200023947d7eae2255b5326

  Log:
    Update tests for DescribeIndexFields

  Modified files:
    test/api-configuration.test.js

  Modified: test/api-configuration.test.js (+1 -1)
===================================================================
--- test/api-configuration.test.js    2012-08-03 16:00:50 +0900 (d06a410)
+++ test/api-configuration.test.js    2012-08-03 16:01:05 +0900 (1237293)
@@ -641,7 +641,7 @@ suite('Configuration API', function() {
     var domains = [];
     for (var i in members) {
       if (members.hasOwnProperty(i))
-        domains.push(members[i].FieldName);
+        domains.push(members[i].IndexFieldName);
     }
     return domains;
   }
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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