[Python-checkins] r46281 - python/branches/sreifschneider-newnewexcept/Lib/test/output/test_logging

sean.reifschneider python-checkins at python.org
Fri May 26 12:32:16 CEST 2006


Author: sean.reifschneider
Date: Fri May 26 12:32:14 2006
New Revision: 46281

Modified:
   python/branches/sreifschneider-newnewexcept/Lib/test/output/test_logging
Log:
Changing the exception test output to look for "type" instead of "class".


Modified: python/branches/sreifschneider-newnewexcept/Lib/test/output/test_logging
==============================================================================
--- python/branches/sreifschneider-newnewexcept/Lib/test/output/test_logging	(original)
+++ python/branches/sreifschneider-newnewexcept/Lib/test/output/test_logging	Fri May 26 12:32:14 2006
@@ -488,12 +488,12 @@
 -- log_test4  begin  ---------------------------------------------------
 config0: ok.
 config1: ok.
-config2: <class 'exceptions.AttributeError'>
-config3: <class 'exceptions.KeyError'>
+config2: <type 'exceptions.AttributeError'>
+config3: <type 'exceptions.KeyError'>
 -- log_test4  end    ---------------------------------------------------
 -- log_test5  begin  ---------------------------------------------------
 ERROR:root:just testing
-<class 'exceptions.KeyError'>... Don't panic!
+<type 'exceptions.KeyError'>... Don't panic!
 -- log_test5  end    ---------------------------------------------------
 -- logrecv output begin  ---------------------------------------------------
 ERR -> CRITICAL: Message 0 (via logrecv.tcp.ERR)


More information about the Python-checkins mailing list