[Checkins] SVN: zc.selenium/branches/wosc-zope2/src/zc/selenium/zcml.py removed obsolete code

Wolfgang Schnerring wosc at wosc.de
Fri Feb 20 06:01:57 EST 2009


Log message for revision 96810:
  removed obsolete code
  

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

-=-
Modified: zc.selenium/branches/wosc-zope2/src/zc/selenium/zcml.py
===================================================================
--- zc.selenium/branches/wosc-zope2/src/zc/selenium/zcml.py	2009-02-20 10:10:30 UTC (rev 96809)
+++ zc.selenium/branches/wosc-zope2/src/zc/selenium/zcml.py	2009-02-20 11:01:56 UTC (rev 96810)
@@ -56,15 +56,8 @@
 def seleniumTest(_context, file, layer=IDefaultBrowserLayer,
                  permission='zope.Public'):
 
-#     if permission == 'zope.Public':
-#         permission = CheckerPublic
-
-#     checker = NamesChecker(resourcemeta.allowed_names, permission)
-
     SeleniumTestFactory = htmltest.createSeleniumTest(str(file))
-    #SeleniumTestFactory.__Security_checker__ = checker
     name = os.path.split(file)[-1]
-
     zcml.adapter(_context, factory=(SeleniumTestFactory,),
                  for_=(zope.interface.Interface, layer), name=name,
                  permission=permission)



More information about the Checkins mailing list