r184 - branches/rewrite/tests/Config

Otavio Salvador partial-mirror-devel@lists.alioth.debian.org
Thu, 22 Jul 2004 20:49:01 -0600


Author: otavio
Date: Thu Jul 22 20:49:00 2004
New Revision: 184

Modified:
   branches/rewrite/tests/Config/test.py
Log:
Quiet it a lot ;-)

Modified: branches/rewrite/tests/Config/test.py
==============================================================================
--- branches/rewrite/tests/Config/test.py	(original)
+++ branches/rewrite/tests/Config/test.py	Thu Jul 22 20:49:00 2004
@@ -28,6 +28,7 @@
 def test(msg, conf, should=None):
     stdout.write("Config(%s): %s... " % (conf, msg))
     try:
+        Config(conf)
         if not should:
             print "Works."
         else: