[Groonga-commit] groonga/gcs [master] Fix expected response of DeleteIndexField

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Nov 16 17:59:50 JST 2012


YUKI Hiroshi	2012-11-16 17:59:50 +0900 (Fri, 16 Nov 2012)

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

  Log:
    Fix expected response of DeleteIndexField

  Modified files:
    test/xml-responses.js

  Modified: test/xml-responses.js (+3 -3)
===================================================================
--- test/xml-responses.js    2012-11-16 17:58:23 +0900 (3188994)
+++ test/xml-responses.js    2012-11-16 17:59:50 +0900 (93b896e)
@@ -136,13 +136,13 @@ exports.DefineIndexFieldResponse_Literal = createGenericResponse('DefineIndexFie
   IndexField: IndexFieldStatus_Literal
 });
 
-exports.DeleteIndexFieldResponse_Text = createGenericResponse('DeleteIndexFieldResponse', {
+exports.DeleteIndexFieldResponse_Text = createGenericResponse('DeleteIndexField', {
   IndexField: IndexFieldStatus_Text
 });
-exports.DeleteIndexFieldResponse_UInt = createGenericResponse('DeleteIndexFieldResponse', {
+exports.DeleteIndexFieldResponse_UInt = createGenericResponse('DeleteIndexField', {
   IndexField: IndexFieldStatus_UInt
 });
-exports.DeleteIndexFieldResponse_Literal = createGenericResponse('DeleteIndexFieldResponse', {
+exports.DeleteIndexFieldResponse_Literal = createGenericResponse('DeleteIndexField', {
   IndexField: IndexFieldStatus_Literal
 });
 defineGenericResponse('DeleteIndexField');
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index