[Groonga-commit] groonga/gcs [master] Fix expected pattern of respnse from DescribeIndexFields

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 3日 (金) 15:57:10 JST


SHIMODA Hiroshi	2012-08-03 15:57:10 +0900 (Fri, 03 Aug 2012)

  New Revision: 6da5c1ee6d986a33cafc7a7e689d924f97cafde2
  https://github.com/groonga/gcs/commit/6da5c1ee6d986a33cafc7a7e689d924f97cafde2

  Log:
    Fix expected pattern of respnse from DescribeIndexFields

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

  Modified: test/api-configuration.test.js (+2 -2)
===================================================================
--- test/api-configuration.test.js    2012-08-03 15:56:09 +0900 (a89b6ed)
+++ test/api-configuration.test.js    2012-08-03 15:57:10 +0900 (d06a410)
@@ -149,9 +149,9 @@ var PATTERN_DeleteIndexFieldResponse = {
 
 function PATTERN_DescribeIndexFieldsResponse(members) {
   return {
-    IndexFieldsResponse: {
+    DescribeIndexFieldsResponse: {
       '@': { xmlns: '' },
-      IndexFieldsResult: {
+      DescribeIndexFieldsResult: {
         IndexFields: (function() {
           var pattern = {};
           members.forEach(function(member, index) {
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
다운로드 



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