[Groonga-commit] groonga/express-kotoumi [master] Fix missing ")" error

アーカイブの一覧に戻る

YUKI Hiroshi null+****@clear*****
Mon Jan 28 13:39:48 JST 2013


YUKI Hiroshi	2013-01-28 13:39:48 +0900 (Mon, 28 Jan 2013)

  New Revision: 480ae8ae9d2ab5f42619569fc590f08b25c8f39f
  https://github.com/groonga/express-kotoumi/commit/480ae8ae9d2ab5f42619569fc590f08b25c8f39f

  Log:
    Fix missing ")" error

  Modified files:
    test/test-utils.js

  Modified: test/test-utils.js (+1 -1)
===================================================================
--- test/test-utils.js    2013-01-28 13:38:55 +0900 (373feb6)
+++ test/test-utils.js    2013-01-28 13:39:48 +0900 (d668759)
@@ -27,7 +27,7 @@ function createMockedReceiver() {
   var messageCallbackController = {};
   var receiver = {
     // mocking receiver
-    on: (mockedSockets = nodemock.mock('on')
+    on: (mockedSockets = nodemock.mock('on'))
         .takes(tag + '.message', function() {})
         .ctrl(1, messageCallbackController),
     assertInitialized: function() {
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る