[Groonga-commit] droonga/express-droonga at 8046c93 [master] Add "with callback" to the description of the test for Connection#emit()

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Oct 16 15:57:50 JST 2013


YUKI Hiroshi	2013-10-16 15:57:50 +0900 (Wed, 16 Oct 2013)

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

  Message:
    Add "with callback" to the description of the test for Connection#emit()

  Modified files:
    test/droonga-protocol/connection.test.js

  Modified: test/droonga-protocol/connection.test.js (+1 -1)
===================================================================
--- test/droonga-protocol/connection.test.js    2013-10-16 15:57:13 +0900 (6eae859)
+++ test/droonga-protocol/connection.test.js    2013-10-16 15:57:50 +0900 (9f22fa5)
@@ -110,7 +110,7 @@ suite('Connection', function() {
     }
 
     suite('one way message', function() {
-      test('from front to back', function(done) {
+      test('from front to back, with callback', function(done) {
         var callback = function() {};
 
         var objectMessage = connection.emitMessage('object', { command: 'foobar' }, callback);
-------------- next part --------------
HTML����������������������������...
Download 



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