1. 13 Apr, 2012 5 commits
    • Rafael Monnerat's avatar
      Included some tests for SVG to PNG conversions · d966c357
      Rafael Monnerat authored
      Using Image Document, this commit includes tests to assert
      the conversion outcome when convert svg to png. The main goal
      is assert if the image backgronud (external and embeded cases)
      is incorpoted into the PNG generated.
      
      The image comparation is very basic level, but enough for this tests.
      
      It exposes an error when convert one svg that uses url with http.
      d966c357
    • Rafael Monnerat's avatar
      Fix convetsion and content type when convert to svg · aff30449
      Rafael Monnerat authored
      In order to fix content type it was Introduced a small
      Monkey-Patch for zope.contenttype in order to detect
      image/svg+xml content types. This is broken even in newer
      versions and this monkey patch is foward compatible.
      
      Update Document and tests to permit conversions to SVG, this
      prevents get Unauthorized when use ?format=svg.
      aff30449
    • Rafael Monnerat's avatar
      Verbose Errors if there are activity failures. · 72af82b1
      Rafael Monnerat authored
      If one Activity Failure happens during the functional test, the
      error message was not clear enough to identify why the activity
      failed.
      72af82b1
    • Rafael Monnerat's avatar
      Move ErrorVerbose to ERP5TypeFunctionalTestCase · 0c3bfce9
      Rafael Monnerat authored
      This change is minor and do not change the final outcome. The
      intention is make Runner less dependent of the erp5 portal itself.
      0c3bfce9
    • Rafael Monnerat's avatar
      Configure Security Category Mapping Script · 4d539623
      Rafael Monnerat authored
      It is required use Security Category Mapping Configurator Item at the
      consulting workflow, like it is done at Standard workflow.
      4d539623
  2. 12 Apr, 2012 1 commit
  3. 11 Apr, 2012 3 commits
  4. 10 Apr, 2012 23 commits
  5. 09 Apr, 2012 1 commit
  6. 06 Apr, 2012 7 commits