[Groonga-commit] groonga/gcs [master] Specify port number for testing

Back to archive index

SHIMODA Hiroshi null+****@clear*****
Wed Aug 15 13:45:59 JST 2012


SHIMODA Hiroshi	2012-08-15 13:45:59 +0900 (Wed, 15 Aug 2012)

  New Revision: aa4f40f478718994efa950878df2ab5a93ec0394
  https://github.com/groonga/gcs/commit/aa4f40f478718994efa950878df2ab5a93ec0394

  Log:
    Specify port number for testing

  Modified files:
    test/test-utils.js

  Modified: test/test-utils.js (+2 -1)
===================================================================
--- test/test-utils.js    2012-08-15 13:43:43 +0900 (19ca47e)
+++ test/test-utils.js    2012-08-15 13:45:59 +0900 (0bda12b)
@@ -17,7 +17,8 @@ exports.testHost = testHost;
 exports.testPort = testPort;
 
 function setupServer(context) {
-  var server = gcsServer.createServer({context: context});
+  var server = gcsServer.createServer({ context: context,
+                                        port:    testPort });
   server.listen(testPort);
   return server;
 }
-------------- next part --------------
HTML����������������������������...
Download 



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