- 19 Oct, 2001 19 commits
-
-
Shane Hathaway authored
-
Jeremy Hylton authored
This silences a DeprecationWarning when running the Zope tests. It's kosher, because the trunk requires Python 2.1.
-
Jeremy Hylton authored
This silences extraneous output when running the TAL tests with a Python without expat.
-
Shane Hathaway authored
-
Shane Hathaway authored
-
Shane Hathaway authored
Application instance on the fly.
-
Shane Hathaway authored
-
Shane Hathaway authored
their disobedience.
-
Andreas Jung authored
-
Shane Hathaway authored
- Made some corrections to the DTML tests, which aren't currently working in testrunner but work when run directly. ??
-
Andreas Jung authored
-
Tres Seaver authored
- Remove the need to 'import Zope' in one of the last tests which does so (ZCatalog tests still need it, on account of ZClass base class stuff).
-
Brian Lloyd authored
-
Brian Lloyd authored
-
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 4 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.
-