[Groonga-commit] droonga/fluent-plugin-droonga at 9b2935b [master] Follow to change of the error handling spec

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Jan 29 13:16:36 JST 2014


YUKI Hiroshi	2014-01-29 13:16:36 +0900 (Wed, 29 Jan 2014)

  New Revision: 9b2935b0e33782ed48068440fdaab032dd2bba34
  https://github.com/droonga/fluent-plugin-droonga/commit/9b2935b0e33782ed48068440fdaab032dd2bba34

  Message:
    Follow to change of the error handling spec

  Modified files:
    test/command/suite/add/error/invalid-integer.expected
    test/command/suite/add/error/invalid-time.expected
    test/command/suite/add/error/missing-key.expected
    test/command/suite/add/error/missing-table.expected
    test/command/suite/add/error/unknown-column.expected
    test/command/suite/add/error/unknown-table.expected

  Modified: test/command/suite/add/error/invalid-integer.expected (+2 -2)
===================================================================
--- test/command/suite/add/error/invalid-integer.expected    2014-01-29 13:14:37 +0900 (69d1802)
+++ test/command/suite/add/error/invalid-integer.expected    2014-01-29 13:16:36 +0900 (d300273)
@@ -18,7 +18,7 @@
     },
     "errors": {
       "sources0": {
-        "status_code": 400,
+        "statusCode": 400,
         "body": {
           "name": "InvalidValue",
           "message": "The column \"age\" cannot store the value \"secret\".",
@@ -32,7 +32,7 @@
         }
       },
       "sources1": {
-        "status_code": 400,
+        "statusCode": 400,
         "body": {
           "name": "InvalidValue",
           "message": "The column \"age\" cannot store the value \"secret\".",

  Modified: test/command/suite/add/error/invalid-time.expected (+2 -2)
===================================================================
--- test/command/suite/add/error/invalid-time.expected    2014-01-29 13:14:37 +0900 (cfcb07c)
+++ test/command/suite/add/error/invalid-time.expected    2014-01-29 13:16:36 +0900 (afea864)
@@ -18,7 +18,7 @@
     },
     "errors": {
       "sources0": {
-        "status_code": 400,
+        "statusCode": 400,
         "body": {
           "name": "InvalidValue",
           "message": "The column \"birthday\" cannot store the value \"today\".",
@@ -32,7 +32,7 @@
         }
       },
       "sources1": {
-        "status_code": 400,
+        "statusCode": 400,
         "body": {
           "name": "InvalidValue",
           "message": "The column \"birthday\" cannot store the value \"today\".",

  Modified: test/command/suite/add/error/missing-key.expected (+2 -2)
===================================================================
--- test/command/suite/add/error/missing-key.expected    2014-01-29 13:14:37 +0900 (dccf1f6)
+++ test/command/suite/add/error/missing-key.expected    2014-01-29 13:16:36 +0900 (af1be2b)
@@ -11,14 +11,14 @@
     },
     "errors": {
       "sources0": {
-        "status_code": 400,
+        "statusCode": 400,
         "body": {
           "name": "MissingPrimaryKeyParameter",
           "message": "\"key\" must be specified. The table \"User\" requires a primary key for a new record."
         }
       },
       "sources1": {
-        "status_code": 400,
+        "statusCode": 400,
         "body": {
           "name": "MissingPrimaryKeyParameter",
           "message": "\"key\" must be specified. The table \"User\" requires a primary key for a new record."

  Modified: test/command/suite/add/error/missing-table.expected (+2 -2)
===================================================================
--- test/command/suite/add/error/missing-table.expected    2014-01-29 13:14:37 +0900 (5db9855)
+++ test/command/suite/add/error/missing-table.expected    2014-01-29 13:16:36 +0900 (616ab31)
@@ -11,14 +11,14 @@
     },
     "errors": {
       "sources0": {
-        "status_code": 400,
+        "statusCode": 400,
         "body": {
           "name": "MissingTableParameter",
           "message": "\"table\" must be specified."
         }
       },
       "sources1": {
-        "status_code": 400,
+        "statusCode": 400,
         "body": {
           "name": "MissingTableParameter",
           "message": "\"table\" must be specified."

  Modified: test/command/suite/add/error/unknown-column.expected (+2 -2)
===================================================================
--- test/command/suite/add/error/unknown-column.expected    2014-01-29 13:14:37 +0900 (557439a)
+++ test/command/suite/add/error/unknown-column.expected    2014-01-29 13:16:36 +0900 (66a7d77)
@@ -18,7 +18,7 @@
     },
     "errors": {
       "sources0": {
-        "status_code": 404,
+        "statusCode": 404,
         "body": {
           "name": "UnknownColumn",
           "message": "The column \"unknown\" does not exist in the table \"User\".",
@@ -32,7 +32,7 @@
         }
       },
       "sources1": {
-        "status_code": 404,
+        "statusCode": 404,
         "body": {
           "name": "UnknownColumn",
           "message": "The column \"unknown\" does not exist in the table \"User\".",

  Modified: test/command/suite/add/error/unknown-table.expected (+2 -2)
===================================================================
--- test/command/suite/add/error/unknown-table.expected    2014-01-29 13:14:37 +0900 (e73656b)
+++ test/command/suite/add/error/unknown-table.expected    2014-01-29 13:16:36 +0900 (f2b8136)
@@ -11,14 +11,14 @@
     },
     "errors": {
       "sources0": {
-        "status_code": 404,
+        "statusCode": 404,
         "body": {
           "name": "UnknownTable",
           "message": "The table \"Unknown\" does not exist in the dataset."
         }
       },
       "sources1": {
-        "status_code": 404,
+        "statusCode": 404,
         "body": {
           "name": "UnknownTable",
           "message": "The table \"Unknown\" does not exist in the dataset."
-------------- next part --------------
HTML����������������������������...
Download 



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