Uploaded image for project: 'Cache Modules'
  1. Cache Modules
  2. MGNLCACHE-42

Fix HttpServletResponse mocks in GZipFilterTest

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 5.2.5
    • None
    • gzip
    • None

      The testBufferIsFlushedProperlyWhenUsingWriterFurtherDownTheChainOfFilters and testBufferIsFlushedAndGZipNotSetOnError fail because the mock of the response instance does not support some operations:

      • setting the request header for the first mentioned test;
      • setStatus() for the second one;

        Acceptance criteria

              rsiska Robert Šiška
              jchocholacek Jozef Chocholacek
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoR