BIND 10 trac869, updated. 96e22f4284307b1d5f15e03837559711bb4f580c [869] forgot to commit a cleanup fix
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Oct 25 04:15:08 UTC 2011
The branch, trac869 has been updated
via 96e22f4284307b1d5f15e03837559711bb4f580c (commit)
from d3fbd47b4323cbd12fdf3c07af74a6dd7514492a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 96e22f4284307b1d5f15e03837559711bb4f580c
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Oct 24 21:14:55 2011 -0700
[869] forgot to commit a cleanup fix
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrout/tests/xfrout_test.py.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrout/tests/xfrout_test.py.in b/src/bin/xfrout/tests/xfrout_test.py.in
index c1d0ba1..0a9fd3c 100644
--- a/src/bin/xfrout/tests/xfrout_test.py.in
+++ b/src/bin/xfrout/tests/xfrout_test.py.in
@@ -922,7 +922,7 @@ class TestInitialization(unittest.TestCase):
self.setEnv("BIND10_XFROUT_SOCKET_FILE", None)
xfrout.init_paths()
self.assertEqual(xfrout.UNIX_SOCKET_FILE,
- "@@LOCALSTATEDIR@@/@PACKAGE_NAME@/auth_xfrout_connn")
+ "@@LOCALSTATEDIR@@/@PACKAGE_NAME@/auth_xfrout_conn")
def testProvidedSocket(self):
self.setEnv("B10_FROM_BUILD", None)
More information about the bind10-changes
mailing list