[Groonga-commit] groonga/express-droonga at 4913b51 [master] Fix syntax error: add missing ", " for arguments list

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu May 30 19:11:05 JST 2013


YUKI Hiroshi	2013-05-30 19:11:05 +0900 (Thu, 30 May 2013)

  New Revision: 4913b51012e8a2e1b7c7f6f8eb999a568ee9fc3e
  https://github.com/groonga/express-droonga/commit/4913b51012e8a2e1b7c7f6f8eb999a568ee9fc3e

  Message:
    Fix syntax error: add missing "," for arguments list

  Modified files:
    test/frontend-socket.io-adaptor.test.js

  Modified: test/frontend-socket.io-adaptor.test.js (+1 -1)
===================================================================
--- test/frontend-socket.io-adaptor.test.js    2013-05-30 19:09:52 +0900 (51eef60)
+++ test/frontend-socket.io-adaptor.test.js    2013-05-30 19:11:05 +0900 (e132ba7)
@@ -311,7 +311,7 @@ suite('Socket.IO API', function() {
         .createClientSockets(1)
         .next(function(newClientSocket) {
           clientSockets = clientSockets.concat(newClientSockets);
-          clientSockets[0].emit('reqrep', 'extra', 'name' 'message');
+          clientSockets[0].emit('reqrep', 'extra', 'name', 'message');
         }).wait(0.01).next(function() {
           assert.deepEqual(backend.getBodies(), ['message']);
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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