[Groonga-commit] groonga/gcs [master] Call teardown requests correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Nov 15 13:19:10 JST 2012


YUKI Hiroshi	2012-11-15 13:19:10 +0900 (Thu, 15 Nov 2012)

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

  Log:
    Call teardown requests correctly

  Modified files:
    tools/scenario-runner.js

  Modified: tools/scenario-runner.js (+1 -1)
===================================================================
--- tools/scenario-runner.js    2012-11-15 13:15:46 +0900 (b336cc7)
+++ tools/scenario-runner.js    2012-11-15 13:19:10 +0900 (05ff239)
@@ -70,7 +70,7 @@ function expandScenario(scenario) {
     expanded.name = requests[0].name;
     expanded.requests = cloneArray(scenario.setup)
                           .concat(requests)
-                          .concat(cloneArray(scenario.setup));
+                          .concat(cloneArray(scenario.teardown));
     scenarios.push(expanded);
   });
 
-------------- next part --------------
HTML����������������������������...
Download 



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