You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2014/07/29 14:20:13 UTC

git commit: Update the port for node-connect

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x f95e3130b -> 44b9f1afd


Update the port for node-connect


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/44b9f1af
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/44b9f1af
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/44b9f1af

Branch: refs/heads/wicket-6.x
Commit: 44b9f1afd3f09064d8f8aa7a592ded88c70914d6
Parents: f95e313
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Jul 29 15:19:17 2014 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Jul 29 15:19:17 2014 +0300

----------------------------------------------------------------------
 testing/wicket-js-tests/Gruntfile.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/44b9f1af/testing/wicket-js-tests/Gruntfile.js
----------------------------------------------------------------------
diff --git a/testing/wicket-js-tests/Gruntfile.js b/testing/wicket-js-tests/Gruntfile.js
index 3de7e7a..a17ae11 100644
--- a/testing/wicket-js-tests/Gruntfile.js
+++ b/testing/wicket-js-tests/Gruntfile.js
@@ -99,7 +99,7 @@ module.exports = function(grunt) {
 			 */
 			all: {
 				options: {
-			        urls: ['http://localhost:38888/test/js/all.html']
+			        urls: ['http://localhost:38889/test/js/all.html']
 			    }
 			},
 
@@ -108,7 +108,7 @@ module.exports = function(grunt) {
 			 */
 			amd: {
 				options: {
-					urls: ['http://localhost:38888/test/js/amd.html']
+					urls: ['http://localhost:38889/test/js/amd.html']
 				}
 			},