[Groonga-commit] groonga/gcs [master] Accept 500 error

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Nov 12 18:01:00 JST 2012


YUKI Hiroshi	2012-11-12 18:01:00 +0900 (Mon, 12 Nov 2012)

  New Revision: 17729e7cc6c90b94a7c1d97e2678eac78faaf093
  https://github.com/groonga/gcs/commit/17729e7cc6c90b94a7c1d97e2678eac78faaf093

  Log:
    Accept 500 error

  Modified files:
    tools/scenario-runner.js

  Modified: tools/scenario-runner.js (+1 -0)
===================================================================
--- tools/scenario-runner.js    2012-11-12 17:58:49 +0900 (8321252)
+++ tools/scenario-runner.js    2012-11-12 18:01:00 +0900 (5d67598)
@@ -4,6 +4,7 @@ var path = require('path');
 var mkdirp = require('mkdirp');
 
 var statusCodeTable = {
+  500: 'Inetnal Server Error',
   404: 'Not Found',
   409: 'Conflict',
   400: 'Bad Request',
-------------- next part --------------
HTML����������������������������...
Download 



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