- 19 Oct, 2001 5 commits
-
-
Andreas Jung authored
- added script to recreate regression reference files - added another test
-
Amos Latteier authored
s Appendix B.
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
- 18 Oct, 2001 17 commits
-
-
Amos Latteier authored
Added documentation for the AccessControl.getSecurityManager function and the SecurityManager class. They are usuable from Python-based scripts and ZPT.
-
Amos Latteier authored
-
Amos Latteier authored
-
Shane Hathaway authored
- Revert to old Unauthorized exceptions when zExceptions module is not present.
-
Shane Hathaway authored
of these tests, so it was worth the effort. :-) )
-
Shane Hathaway authored
-
Andreas Jung authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
This will be used by the modules that control the inclusion of XML tests.
-
Jeremy Hylton authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Shane Hathaway authored
- Corrected role comparison. "None" means anonymous, an empty tuple means private, and private objects are not accessible even by managers. - Removed attribute access tests, which don't work, and if they did, they would be duplicates of tests already in the RestrictedPython, DocumentTemplate, and PythonScripts packages.
-
Andreas Jung authored
-removed redundant test for attributes -minor tweakings
-
Andreas Jung authored
-
Tres Seaver authored
- Packagize tests directory. - Add remaining testing scaffolding.
-
- 17 Oct, 2001 18 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
- Comment out dependency on cAccessControl (until it works). - Fix typo ('s/Permision/Permission').
-
Shane Hathaway authored
test.
-
Tres Seaver authored
- Re-enable TAL tests during "run all". Five are still broken, with what look like assumption clashes about well-formedness as XML vs. HTML. - Suppress filename output in lib/python/TAL/test/test_files.py.
-
Tres Seaver authored
-
Guido van Rossum authored
and setPosition(), to make more of the tests succeed.
-
Tres Seaver authored
o Land unit test cleanup from branch. 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.
-
Andreas Jung authored
-
Andreas Jung authored
reference files
-
Andreas Jung authored
underline code (patch by Sean Bowman)
-
Andreas Jung authored
-
Brian Lloyd authored
now creates a Page Template rather than a DTML Method.
-
Brian Lloyd authored
the add list :)
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
attribute column+'_encoding' to specify an encoding other than 'latin1'. This encoding is needed when the UnicodeSplitter is used to convert a Python string to unicode. Not setting the column+"_encoding attribute retains the standard behaviour.
-
Andreas Jung authored
-
Martijn Pieters authored
-