Skip to content

Commit

Permalink
o Land unit test cleanup from branch.
Browse files Browse the repository at this point in the history
  o Known breakage as of 2001/10/17:

    - TAL test suite is very broken (TAL is currently suppressed in
      lib/python/.testinfo).

    - AccessControl tests don't run if run first;  lib/python/.testinfo
      pushes them to the end of the queue, at which point they *do* run.
      Global side effects suck!

    - lib/python/BTrees/testBTreesUnicode.py:  weird flakiness around
      comparison of ASCII and Unicode strings;  breaks in different
      ways under Python 2.1 and 2.2.

    - lib/python/Products/PageTemplates/tests:  three tests break due
      to security asserctions.
  • Loading branch information
tseaver committed Oct 17, 2001
1 parent 20bef3e commit b29912c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testRestrictions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import unittest
from RestrictedPython import compile_restricted, PrintCollector
from RestrictedPython.Eval import RestrictionCapableEval
import security_in_syntax
from RestrictedPython.tests import security_in_syntax
from types import FunctionType

if __name__=='__main__':
Expand Down

0 comments on commit b29912c

Please sign in to comment.