[Pkg-javascript-commits] [node-ain2] 56/102: have testServer listen on a different port
Jonas Smedegaard
js at moszumanska.debian.org
Tue Apr 29 11:59:49 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-ain2.
commit d3c01ee187245d0cccf7fe38d0f7ecebd701af7f
Author: Patrick Huesler <patrick.huesler at gmail.com>
Date: Tue Jan 3 11:17:12 2012 +0100
have testServer listen on a different port
one that does not conflict with most webframeworks
---
test/testServer.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/testServer.js b/test/testServer.js
index 48d2ddf..eea859e 100644
--- a/test/testServer.js
+++ b/test/testServer.js
@@ -12,4 +12,4 @@ server.on("listening", function () {
address.address + ":" + address.port);
});
-server.bind(3000);
+server.bind(5514);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ain2.git
More information about the Pkg-javascript-commits
mailing list