[Groonga-commit] groonga/express-droonga at ff02b76 [master] test: fix a typo in test name

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jul 21 19:27:26 JST 2013


Kouhei Sutou	2013-07-21 19:27:26 +0900 (Sun, 21 Jul 2013)

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

  Message:
    test: fix a typo in test name
    
    registeration ->
    regist ration
          ^

  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-07-21 19:23:05 +0900 (de06831)
+++ test/frontend/socket.io-adaptor.test.js    2013-07-21 19:27:26 +0900 (1cd9d0d)
@@ -51,7 +51,7 @@ suite('Socket.IO API', function() {
                                 connection: connection });
   });
 
-  test('registeration of plugin commands', function(done) {
+  test('registration of plugin commands', function(done) {
     var basePlugin = {
       getCommand: new model.SocketRequestResponse(),
       putCommand: new model.SocketRequestResponse(),
-------------- next part --------------
HTML����������������������������...
Download 



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