1. 09 May, 2005 2 commits
  2. 08 May, 2005 1 commit
  3. 07 May, 2005 2 commits
  4. 06 May, 2005 11 commits
  5. 05 May, 2005 5 commits
  6. 03 May, 2005 1 commit
  7. 02 May, 2005 2 commits
  8. 01 May, 2005 1 commit
  9. 29 Apr, 2005 2 commits
  10. 28 Apr, 2005 1 commit
  11. 27 Apr, 2005 3 commits
    • Andreas Jung's avatar
    • Tim Peters's avatar
      Install the oddball 'png' (no extension!) file from · 3f2fbcb8
      Tim Peters authored
      zope/app/publisher/browser/tests/testfiles/.  This
      required adding a one-shot mechanism to Finder.visit().
      
      The only tests that fail from a WinBuilders build/
      directory now are the two that have been failing on
      Windows since last October.
      3f2fbcb8
    • Tim Peters's avatar
      Install these file types from the Zope3 code: · ee030f65
      Tim Peters authored
          *.rst
          *.request
          *.response
      
      That fixes two of the test failures when running from a
      WinBuilders build directory.  Two others have been failing since
      last October.  That leaves one:
      
      ERROR: testCorrectFactories (zope.app.publisher.browser.tests.test_directoryresource.Test)
      ----------------------------------------------------------------------
      Traceback (most recent call last):
        File "C:\Code\build\lib\python\zope\app\publisher\browser\tests\test_directoryresource.py", line 107, in testCorrectFa
      ctories
          file = resource['png']
        File "C:\Code\build\lib\python\zope\app\publisher\browser\directoryresource.py", line 77, in __getitem__
          raise KeyError, name
      KeyError: 'png'
      
      It could well be that this one fails because zope/app/publisher/browser/tests/
      test_directoryresource has a bunch of goofy files in it, like indeed a file named
      plain "png" with no extension.
      ee030f65
  12. 26 Apr, 2005 1 commit
  13. 25 Apr, 2005 3 commits
  14. 24 Apr, 2005 4 commits
  15. 23 Apr, 2005 1 commit