From: Kean Johnston Date: Sat, 25 Jan 2014 19:07:11 +0000 (+0200) Subject: [2951] Change the port number to 56176 after trac2904_v3 merge X-Git-Tag: bind10-1.2.0beta1-release~109^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5bfc72950099a121838afff9fd2bf9e1230e5118;p=thirdparty%2Fkea.git [2951] Change the port number to 56176 after trac2904_v3 merge Branch trac2904_v3 has been merged to master. This test was written before that merge and uses the old port number. Use the new port 56176 instead. --- diff --git a/tests/lettuce/configurations/root.config.orig b/tests/lettuce/configurations/root.config.orig index 6e76c599ef..282b7d1075 100644 --- a/tests/lettuce/configurations/root.config.orig +++ b/tests/lettuce/configurations/root.config.orig @@ -10,7 +10,7 @@ "Auth": { "database_file": "data/root.sqlite3", "listen_on": [ { - "port": 47806, + "port": 56176, "address": "127.0.0.1" } ] },