[Python-checkins] r42073 - python/trunk/Lib/test/output/test_logging

vinay.sajip python-checkins at python.org
Mon Jan 16 22:25:29 CET 2006


Author: vinay.sajip
Date: Mon Jan 16 22:25:28 2006
New Revision: 42073

Modified:
   python/trunk/Lib/test/output/test_logging
Log:
Changes due to added test for fileConfig contributed by Shane Hathaway.

Modified: python/trunk/Lib/test/output/test_logging
==============================================================================
--- python/trunk/Lib/test/output/test_logging	(original)
+++ python/trunk/Lib/test/output/test_logging	Mon Jan 16 22:25:28 2006
@@ -485,6 +485,12 @@
 INFO:a.b.c:Info 4
 INFO:a.b.c.d:Info 5
 -- log_test3  end    ---------------------------------------------------
+-- log_test4  begin  ---------------------------------------------------
+config0: ok.
+config1: ok.
+config2: exceptions.AttributeError
+config3: exceptions.KeyError
+-- log_test4  end    ---------------------------------------------------
 -- logrecv output begin  ---------------------------------------------------
 ERR -> CRITICAL: Message 0 (via logrecv.tcp.ERR)
 ERR -> ERROR: Message 1 (via logrecv.tcp.ERR)


More information about the Python-checkins mailing list