BIND 10 trac3095, updated. 223d4a422bf123539160029f40e0a0fdfeaac8b0 [3095] Rename test fixture
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Sep 12 12:51:15 UTC 2013
The branch, trac3095 has been updated
via 223d4a422bf123539160029f40e0a0fdfeaac8b0 (commit)
via 7a9adddb3ba72d3b9e294d99b304d506b5a247d3 (commit)
from 5a860a011511c6977f354f2d74eef46e6d970896 (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 223d4a422bf123539160029f40e0a0fdfeaac8b0
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Sep 12 18:20:56 2013 +0530
[3095] Rename test fixture
commit 7a9adddb3ba72d3b9e294d99b304d506b5a247d3
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Sep 12 18:17:49 2013 +0530
[3095] Update message id description
-----------------------------------------------------------------------
Summary of changes:
.../isc/util/tests/traceback_handler_test.py | 2 +-
src/lib/python/isc/util/util_messages.mes | 15 ++++++++-------
2 files changed, 9 insertions(+), 8 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/util/tests/traceback_handler_test.py b/src/lib/python/isc/util/tests/traceback_handler_test.py
index 4a2946a..99b510d 100644
--- a/src/lib/python/isc/util/tests/traceback_handler_test.py
+++ b/src/lib/python/isc/util/tests/traceback_handler_test.py
@@ -18,7 +18,7 @@ import os
import isc.log
import isc.util.traceback_handler
-class HandlerTest(unittest.TestCase):
+class TracebackHandlerTest(unittest.TestCase):
def setUp(self):
"""
Save some things to be restored later, if we overwrite them
diff --git a/src/lib/python/isc/util/util_messages.mes b/src/lib/python/isc/util/util_messages.mes
index ba4c954..68ec10c 100644
--- a/src/lib/python/isc/util/util_messages.mes
+++ b/src/lib/python/isc/util/util_messages.mes
@@ -16,10 +16,11 @@
# of the libddns_messages python module.
% UNHANDLED_EXCEPTION program terminated with exception %1: %2. More info in %3
-A program encountered unexpected situation and it didn't know how to handle it.
-It terminated. The exact problem is signified in the message. This might be
-caused by a bug in the program, broken installation, or just very rare
-condition which wasn't handled in the code. A full stack trace is left in the
-given file. If you report a bug for this exception, include that file. The file
-will not be deleted automatically and you may want to remove it when you no
-longer need the information there.
+A program encountered an unexpected situation and terminated because it
+didn't know how to handle it. The exact problem is logged in the
+message. This might be caused by a bug in the program, a broken
+installation, or just a very rare condition which wasn't handled in the
+code. A full stack trace is left in the generated file. If you report a
+bug for this exception, please include that file. The file will not be
+deleted automatically and you may want to remove it when you no longer
+need the information there.
More information about the bind10-changes
mailing list