~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/dbqp_modes/randgen/randgen_test_execution.py

  • Committer: patrick crews
  • Date: 2011-06-28 21:07:43 UTC
  • mto: (2429.2.1 dbqp_revamp)
  • mto: This revision was merged to the branch mainline in revision 2435.
  • Revision ID: gleebix@gmail.com-20110628210743-vkwxw84rs6lcmtb3
Code cleanup / reorganization

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
import lib.test_mgmt.test_execution as test_execution
39
39
 
40
 
class randgenTestExecutor(test_execution.testExecutor):
 
40
class testExecutor(test_execution.testExecutor):
41
41
    """ randgen-specific testExecutor 
42
42
 
43
43
    """