Changeset 5581

Show
Ignore:
Timestamp:
10/22/08 13:50:39 (3 months ago)
Author:
mramm
Message:

more test cleanup -- removed a couple ugly hacks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tg/wsgiapp.py

    r5580 r5581  
    3232                            controller_path.replace('/', '.') + 
    3333                            '.' + controller.replace('/', '.')) 
    34                              
    35         print full_module_name 
    36  
    37         if self.config.get('in_testing'): 
    38             full_module_name = 'tg.tests.test_stack.controllers.root' 
    3934 
    4035        # Hide the traceback here if the import fails (bad syntax and such)