Author: chrisz Date: Mon Jan 28 09:14:43 2008 New Revision: 4062 URL: http://trac.turbogears.org/changeset/4062
Log: Typo in test config. Modified: branches/1.0/turbogears/tests/config.cfg branches/1.1/turbogears/tests/config.cfg Modified: branches/1.0/turbogears/tests/config.cfg ============================================================================== --- branches/1.0/turbogears/tests/config.cfg (original) +++ branches/1.0/turbogears/tests/config.cfg Mon Jan 28 09:14:43 2008 @@ -24,5 +24,5 @@ [[[tester]]] level='DEBUG' handlers=['mystream'] -propogate=1 +propagate=1 qualname="turbogears.tests.test_config.logconfig" Modified: branches/1.1/turbogears/tests/config.cfg ============================================================================== --- branches/1.1/turbogears/tests/config.cfg (original) +++ branches/1.1/turbogears/tests/config.cfg Mon Jan 28 09:14:43 2008 @@ -24,5 +24,5 @@ [[[tester]]] level='DEBUG' handlers=['mystream'] -propogate=1 +propagate=1 qualname="turbogears.tests.test_config.logconfig"
