[Checkins] SVN: zc.selenium/branches/wosc-zope2/src/zc/selenium/selenium.py wsgi runner should still keep its precedence

Wolfgang Schnerring wosc at wosc.de
Mon Feb 16 02:21:48 EST 2009


Log message for revision 96577:
  wsgi runner should still keep its precedence
  

Changed:
  U   zc.selenium/branches/wosc-zope2/src/zc/selenium/selenium.py

-=-
Modified: zc.selenium/branches/wosc-zope2/src/zc/selenium/selenium.py
===================================================================
--- zc.selenium/branches/wosc-zope2/src/zc/selenium/selenium.py	2009-02-16 07:18:35 UTC (rev 96576)
+++ zc.selenium/branches/wosc-zope2/src/zc/selenium/selenium.py	2009-02-16 07:21:48 UTC (rev 96577)
@@ -219,9 +219,9 @@
 
     selectTestsToRun(options.tests)
 
+    runner = globals()['run_' + options.runner]
     if options.wsgi_app:
         runner = make_wsgi_run_zope(options.wsgi_app)
-    runner = globals()['run_' + options.runner]
 
     if options.server_only:
         runner(options.config, port=options.port)



More information about the Checkins mailing list