[Groonga-commit] groonga/gcs [master] Detect request type correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Dec 17 18:33:07 JST 2012


YUKI Hiroshi	2012-12-17 18:33:07 +0900 (Mon, 17 Dec 2012)

  New Revision: accadea4485fd0babc6595b4d980a413579f2798
  https://github.com/groonga/gcs/commit/accadea4485fd0babc6595b4d980a413579f2798

  Log:
    Detect request type correctly

  Modified files:
    tools/scenario-runner.js

  Modified: tools/scenario-runner.js (+1 -1)
===================================================================
--- tools/scenario-runner.js    2012-12-17 18:32:18 +0900 (9e7e57e)
+++ tools/scenario-runner.js    2012-12-17 18:33:07 +0900 (66b5317)
@@ -285,7 +285,7 @@ ScenarioRunner.prototype._process = function(scenario, callback) {
     }
   };
 
-  switch (scenario.type) {
+  switch (request.type) {
     case 'doc':
       var batches = request.body;
       if (typeof batches == 'string') {
-------------- next part --------------
HTML����������������������������...
Download 



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