Author: reinhard
Date: 2006-09-22 11:04:09 -0500 (Fri, 22 Sep 2006)
New Revision: 8692

Modified:
   trunk/gnue-common/tests/drivers/checkem.py
Log:
Fixed config parameter.


Modified: trunk/gnue-common/tests/drivers/checkem.py
===================================================================
--- trunk/gnue-common/tests/drivers/checkem.py  2006-09-21 17:51:27 UTC (rev 
8691)
+++ trunk/gnue-common/tests/drivers/checkem.py  2006-09-22 16:04:09 UTC (rev 
8692)
@@ -34,7 +34,7 @@
         default = "gnue",
         help = "Use the connection <connectionname> for creating the schema")
 
-    GClientApp.__init__ (self, connections, 'common', {})
+    GClientApp.__init__ (self, connections, 'common', None)
 
   # ---------------------------------------------------------------------------
   #



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to