- 06 Feb, 2002 3 commits
-
-
Chris Withers authored
-
Chris Withers authored
Slightly better error reporting. Dunno why this test is failign on windows, it appears to be loosing thingthe 'decl' and 'doctype' events at the very least :-(
-
Chris Withers authored
Fixed line ending problems causing test failure. Binary mode not appropriate as CVS checks otu with different line endings depending on the OS.
-
- 05 Feb, 2002 1 commit
-
-
matt@zope.com authored
-
- 01 Feb, 2002 2 commits
-
-
matt@zope.com authored
-
matt@zope.com authored
-
- 31 Jan, 2002 2 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
- fixed "nb"-type functionality - fixed expression="" functionality (Thanks to Christian Theune) CVS----------------------------------------------------------------------
-
- 30 Jan, 2002 1 commit
-
-
Andreas Jung authored
-
- 29 Jan, 2002 3 commits
-
-
Evan Simpson authored
-
Chris Withers authored
Added option to output to a file to workaround M$ OSes' inability to pipe the standard error stream.
-
Chris Withers authored
Maybe the tests shouldn't use Unix-specific code then ;-)
-
- 28 Jan, 2002 1 commit
-
-
Evan Simpson authored
-
- 25 Jan, 2002 3 commits
-
-
Evan Simpson authored
-
Evan Simpson authored
-
Guido van Rossum authored
-
- 24 Jan, 2002 10 commits
-
-
Amos Latteier authored
Fixed a bug in lesson twelve. Changed the link in reportAction to correctly link back to the sightings page. This bug was reported by many people including Vinod Kurup.
-
Brian Lloyd authored
-
Jens Vagelpohl authored
The changes simply emulate the setup and teardown as done in the other testing module for PageTemplates, testHTMLTests. I am not 100% sure if the fix is the correct thing to do but it makes the tests run on Mac OS X and does not affect them on Linux. The main reason behind the failures is most likely some other test that runs before which fiddles with the security policies but never cleans up afterwards. I did some poking but could not find anything.
-
Barry Warsaw authored
now, but I don't want to forget about it, so print a warning to stderr. If you think this is too gross, feel free to comment out the body of the method (but still override it so the test won't fail -- I don't want to disable the entire Full.py test suite just because of this).
-
Barry Warsaw authored
moment, i.e. the undo of an object creation. Return None for the data in that case. _TransactionsIterator: Add a _closed flag which gets set in the close() method, and checked in __getitem__(). Iterating over a closed iterator raises an IOError.
-
Andreas Jung authored
-
matt@zope.com authored
-
Andreas Jung authored
-
Fred Drake authored
-
Chris Withers authored
Should strop some DeprecationWarnings. I left the rfind at line 166 since it wasn't obvious what to do, maybe someone else can fix it?
-
- 22 Jan, 2002 3 commits
-
-
Andreas Jung authored
due to some internal problems (probably because of a wrong jumptable). The unittest for the splitter has been temporarily disabled on Mac OSX.
-
Andreas Jung authored
-
Jeremy Hylton authored
The base setUp() initializes _storage to None. A subclass that extends it must call the superclass method before initializing _storage. Also, mixin MTStorage, since this storage out to be thread-safe.
-
- 21 Jan, 2002 3 commits
-
-
Andreas Jung authored
-
Evan Simpson authored
-
Brian Lloyd authored
-
- 18 Jan, 2002 3 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
ConflictError as a ConflictError. Replace "is" with "issubclass".
-
Chris McDonough authored
Make SessionDataManagerTraverser inherit from Persistent. This is in order to avoid a situation in which a nonpersistent instance of this class is inserted into the before traverse hook, causing Zope to not be able to start if the class' containing module can't be imported. The existence of the bug stemmed from my lack of knowledge about how the traverse hook worked (I didn't know it actually stored an object reference). (merge from branch)
-
- 15 Jan, 2002 5 commits
-
-
Jens Vagelpohl authored
-
Andreas Jung authored
due to changes in the security machinery
-
Jens Vagelpohl authored
-
Jens Vagelpohl authored
-
Jens Vagelpohl authored
-