From 77d4a6d2ef04c1032fca3f60e415b46b91298a16 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 22 Oct 2005 05:38:30 +0000 Subject: [PATCH] --- test/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tables.py b/test/tables.py index 79f32cf554..5a081e4781 100644 --- a/test/tables.py +++ b/test/tables.py @@ -9,7 +9,7 @@ import testbase __ALL__ = ['db', 'users', 'addresses', 'orders', 'orderitems', 'keywords', 'itemkeywords'] ECHO = testbase.echo -DATA = True +DATA = False CREATE = False #CREATE = True #DBTYPE = 'sqlite_memory' -- 2.47.2