~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/dbqp_opts/option_master_defaults.opt

Merged Stewart's kick-ass randgen branch - randgen is in the tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
suitepaths_default = [ os.path.join(basedir_default,'plugin')
30
30
                     , os.path.join(testdir_default,'suite')
31
31
                     ]
 
32
randgen_path_default = os.path.join(testdir_default,'randgen')
32
33