From 77ae7ff53a5e9e4b4a8710b5c3fd168437644370 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Mon, 27 Sep 2010 15:33:01 +0200 Subject: [PATCH] Extended the error status factory and renamed the method to show that --- tests/test_12_s_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_12_s_utils.py b/tests/test_12_s_utils.py index a89302a..ba317a7 100644 --- a/tests/test_12_s_utils.py +++ b/tests/test_12_s_utils.py @@ -67,7 +67,7 @@ def test_error_status(): def test_status_from_exception(): e = utils.UnknownPrincipal("Error resolving principal") - stat = utils.status_from_exception_factory(e) + stat = utils.error_status_factory(e) status_text = "%s" % stat print status_text assert status_text == ERROR_STATUS