[svn] commit: r2143 - /branches/trac238/src/bin/cfgmgr/tests/b10-cfgmgr_test.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jun 17 09:30:13 UTC 2010
Author: jelte
Date: Thu Jun 17 09:30:13 2010
New Revision: 2143
Log:
fixed typo's
Modified:
branches/trac238/src/bin/cfgmgr/tests/b10-cfgmgr_test.py.in
Modified: branches/trac238/src/bin/cfgmgr/tests/b10-cfgmgr_test.py.in
==============================================================================
--- branches/trac238/src/bin/cfgmgr/tests/b10-cfgmgr_test.py.in (original)
+++ branches/trac238/src/bin/cfgmgr/tests/b10-cfgmgr_test.py.in Thu Jun 17 09:30:13 2010
@@ -49,7 +49,7 @@
# some creative module use;
# b10-cfgmgr has a hypen, so we use __import__
# this also gives us the chance to override the imported
- # moculde ConfigManager in it.
+ # module ConfigManager in it.
b = __import__("b10-cfgmgr")
b.ConfigManager = MyConfigManager
@@ -65,7 +65,7 @@
self.assertFalse(b.cm.running)
# TODO: take value from the 'global config module'
- # (and rename the .in aay from this file again)
+ # (and rename the .in away from this file again)
data_path = "@localstatedir@/@PACKAGE@".replace("${prefix}", "@prefix@")
self.assertEqual(data_path, b.DATA_PATH)
More information about the bind10-changes
mailing list