From a9d55121bbf644dec5fab593a54fc31530efde8d Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 20 May 2012 19:11:36 -0400 Subject: [PATCH] Fix regression in CLI test runner for Narwhal, Rhino, and RingoJS. Former-commit-id: e58807535bc42f1922b4484caeb336d7a9da5aaf --- test/test.js | 7 ++++++- vendor/benchmark.js | 2 +- vendor/qunit-clib | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/test/test.js b/test/test.js index d50c183f3..90d057f24 100644 --- a/test/test.js +++ b/test/test.js @@ -53,7 +53,7 @@ /*--------------------------------------------------------------------------*/ - // must explicitly use `QUnit.module` instead of `module()` + // explicitly call `QUnit.module()` instead of `module()` // in case we are in a CLI environment QUnit.module('lodash'); @@ -456,4 +456,9 @@ }); }()); + /*--------------------------------------------------------------------------*/ + + // explicitly call `QUnit.start()` for Narwhal, Rhino, and RingoJS + QUnit.start(); + }(typeof global == 'object' && global || this)); diff --git a/vendor/benchmark.js b/vendor/benchmark.js index 0747986ee..5ff44811e 160000 --- a/vendor/benchmark.js +++ b/vendor/benchmark.js @@ -1 +1 @@ -Subproject commit 0747986eea5c02ca65510cc38422bed271370db7 +Subproject commit 5ff44811efe0834a08ae2db77eb55d7efc89d145 diff --git a/vendor/qunit-clib b/vendor/qunit-clib index c47f1e9ac..2ed9f2163 160000 --- a/vendor/qunit-clib +++ b/vendor/qunit-clib @@ -1 +1 @@ -Subproject commit c47f1e9ac7fe331b8e58cbc55259cec72242f1ab +Subproject commit 2ed9f216330249d01c972a51d736266b003cc696