[Groonga-commit] droonga/express-droonga at a999f01 [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 6 12:12:50 JST 2014


YUKI Hiroshi	2014-01-06 12:12:50 +0900 (Mon, 06 Jan 2014)

  New Revision: a999f01122c7799da5d8d3bb176c38d9fcc8b4fe
  https://github.com/droonga/express-droonga/commit/a999f01122c7799da5d8d3bb176c38d9fcc8b4fe

  Message:
    Fix typo

  Modified files:
    test/test-utils.js

  Modified: test/test-utils.js (+1 -1)
===================================================================
--- test/test-utils.js    2014-01-06 12:11:23 +0900 (2bb7843)
+++ test/test-utils.js    2014-01-06 12:12:50 +0900 (1d394ec)
@@ -151,7 +151,7 @@ Deferred.register('createClientSocket', createClientSocket);
 function createClientSockets(count) {
   var clients = [];
   return Deferred.next(function loop() {
-    if (sockets.length < count) {
+    if (clients.length < count) {
       return createClientSocket()
                .next(function(client) {
                  clients.push(client);
-------------- next part --------------
HTML����������������������������...
下載 



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