Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tprochazka/3394109 to your computer and use it in GitHub Desktop.
Save tprochazka/3394109 to your computer and use it in GitHub Desktop.
HttpResponseCache failed test junit result on Linux
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite failures="0" time="6.589" errors="2" skipped="0" tests="104" name="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest">
<properties>
<property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/>
<property name="sun.boot.library.path" value="/usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/amd64"/>
<property name="java.vm.version" value="19.1-b02"/>
<property name="java.vm.vendor" value="Sun Microsystems Inc."/>
<property name="java.vendor.url" value="http://java.sun.com/"/>
<property name="path.separator" value=":"/>
<property name="guice.disable.misplaced.annotation.check" value="true"/>
<property name="java.vm.name" value="Java HotSpot(TM) 64-Bit Server VM"/>
<property name="file.encoding.pkg" value="sun.io"/>
<property name="user.country" value="CZ"/>
<property name="sun.java.launcher" value="SUN_STANDARD"/>
<property name="sun.os.patch.level" value="unknown"/>
<property name="java.vm.specification.name" value="Java Virtual Machine Specification"/>
<property name="user.dir" value="/media/DATA/_PJazyky/_Android/_libs/HttpResponseCache"/>
<property name="java.runtime.version" value="1.6.0_24-b07"/>
<property name="java.awt.graphicsenv" value="sun.awt.X11GraphicsEnvironment"/>
<property name="java.endorsed.dirs" value="/usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/endorsed"/>
<property name="os.arch" value="amd64"/>
<property name="java.io.tmpdir" value="/tmp"/>
<property name="line.separator" value="
"/>
<property name="java.vm.specification.vendor" value="Sun Microsystems Inc."/>
<property name="os.name" value="Linux"/>
<property name="classworlds.conf" value="/home/tomas/maven/bin/m2.conf"/>
<property name="sun.jnu.encoding" value="UTF-8"/>
<property name="java.library.path" value="/usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/amd64/server:/usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/amd64:/usr/lib/jvm/java-6-sun-1.6.0.24/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib"/>
<property name="java.specification.name" value="Java Platform API Specification"/>
<property name="java.class.version" value="50.0"/>
<property name="sun.management.compiler" value="HotSpot 64-Bit Server Compiler"/>
<property name="os.version" value="3.0.0-14-generic"/>
<property name="user.home" value="/home/tomas"/>
<property name="user.timezone" value="Europe/Prague"/>
<property name="java.awt.printerjob" value="sun.print.PSPrinterJob"/>
<property name="file.encoding" value="UTF-8"/>
<property name="java.specification.version" value="1.6"/>
<property name="user.name" value="tomas"/>
<property name="java.class.path" value="/home/tomas/maven/boot/plexus-classworlds-2.4.jar"/>
<property name="java.vm.specification.version" value="1.0"/>
<property name="sun.arch.data.model" value="64"/>
<property name="java.home" value="/usr/lib/jvm/java-6-sun-1.6.0.24/jre"/>
<property name="java.specification.vendor" value="Sun Microsystems Inc."/>
<property name="user.language" value="cs"/>
<property name="java.vm.info" value="mixed mode"/>
<property name="java.version" value="1.6.0_24"/>
<property name="java.ext.dirs" value="/usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/ext:/usr/java/packages/lib/ext"/>
<property name="securerandom.source" value="file:/dev/./urandom"/>
<property name="sun.boot.class.path" value="/usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/resources.jar:/usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/rt.jar:/usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/jsse.jar:/usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/jce.jar:/usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/charsets.jar:/usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/modules/jdk.boot.jar:/usr/lib/jvm/java-6-sun-1.6.0.24/jre/classes"/>
<property name="java.vendor" value="Sun Microsystems Inc."/>
<property name="maven.home" value="/home/tomas/maven"/>
<property name="file.separator" value="/"/>
<property name="java.vendor.url.bug" value="http://java.sun.com/cgi-bin/bugreport.cgi"/>
<property name="sun.cpu.endian" value="little"/>
<property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
<property name="sun.desktop" value="gnome"/>
<property name="sun.cpu.isalist" value=""/>
</properties>
<testcase time="0.161" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testResponseCachingByResponseCode"/>
<testcase time="0.001" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testOriginServerSends407"/>
<testcase time="0.003" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="test_responseCaching_410"/>
<testcase time="0.003" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testResponseCacheCallbackApis"/>
<testcase time="0.017" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testResponseCachingAndInputStreamSkipWithFixedLength"/>
<testcase time="0.005" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testResponseCachingAndInputStreamSkipWithChunkedEncoding"/>
<testcase time="0.005" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testResponseCachingAndInputStreamSkipWithNoLengthHeaders"/>
<testcase time="1.402" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testSecureResponseCaching"/>
<testcase time="0.21" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testCacheReturnsInsecureResponseForSecureRequest"/>
<testcase time="0.04" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testResponseCachingAndRedirects"/>
<testcase time="0.042" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testRedirectToCachedResult"/>
<testcase time="0.13" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testSecureResponseCachingAndRedirects"/>
<testcase time="0.001" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testResponseCacheRequestHeaders"/>
<testcase time="0.006" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testServerDisconnectsPrematurelyWithContentLengthHeader">
<error message="unexpected end of stream" type="java.io.IOException">java.io.IOException: unexpected end of stream
at com.integralblue.httpresponsecache.compat.libcore.net.http.FixedLengthInputStream.read(FixedLengthInputStream.java:47)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
at java.io.InputStreamReader.read(InputStreamReader.java:167)
at java.io.BufferedReader.fill(BufferedReader.java:136)
at java.io.BufferedReader.readLine(BufferedReader.java:299)
at java.io.BufferedReader.readLine(BufferedReader.java:362)
at com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest.testServerPrematureDisconnect(HttpResponseCacheTest.java:482)
at com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest.testServerDisconnectsPrematurelyWithContentLengthHeader(HttpResponseCacheTest.java:458)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
</error>
<system-err>19.8.2012 10:34:41 com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
</system-err>
</testcase>
<testcase time="0.002" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testServerDisconnectsPrematurelyWithChunkedEncoding">
<error message="unexpected end of stream" type="java.io.IOException">java.io.IOException: unexpected end of stream
at com.integralblue.httpresponsecache.compat.libcore.net.http.ChunkedInputStream.read(ChunkedInputStream.java:55)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
at java.io.InputStreamReader.read(InputStreamReader.java:167)
at java.io.BufferedReader.fill(BufferedReader.java:136)
at java.io.BufferedReader.readLine(BufferedReader.java:299)
at java.io.BufferedReader.readLine(BufferedReader.java:362)
at com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest.testServerPrematureDisconnect(HttpResponseCacheTest.java:482)
at com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest.testServerDisconnectsPrematurelyWithChunkedEncoding(HttpResponseCacheTest.java:462)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
</error>
<system-err>19.8.2012 10:34:41 com.google.mockwebserver.MockWebServer$2 processOneRequest
INFO: Received request: GET / HTTP/1.1 and responded: HTTP/1.1 200 OK
</system-err>
</testcase>
<testcase time="0" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testServerDisconnectsPrematurelyWithNoLengthHeaders"/>
<testcase time="0.003" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testClientPrematureDisconnectWithContentLengthHeader"/>
<testcase time="0.01" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testClientPrematureDisconnectWithChunkedEncoding"/>
<testcase time="0.002" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testClientPrematureDisconnectWithNoLengthHeaders"/>
<testcase time="0.003" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testDefaultExpirationDateFullyCachedForLessThan24Hours"/>
<testcase time="0.084" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testDefaultExpirationDateConditionallyCached"/>
<testcase time="0.003" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testDefaultExpirationDateFullyCachedForMoreThan24Hours"/>
<testcase time="0.041" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testNoDefaultExpirationForUrlsWithQueryString"/>
<testcase time="0.084" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testExpirationDateInThePastWithLastModifiedHeader"/>
<testcase time="0.063" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testExpirationDateInThePastWithNoLastModifiedHeader"/>
<testcase time="0.002" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testExpirationDateInTheFuture"/>
<testcase time="0.003" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testMaxAgePreferredWithMaxAgeAndExpires"/>
<testcase time="0.089" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testMaxAgeInThePastWithDateAndLastModifiedHeaders"/>
<testcase time="0.068" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testMaxAgeInThePastWithDateHeaderButNoLastModifiedHeader"/>
<testcase time="0.002" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testMaxAgeInTheFutureWithDateHeader"/>
<testcase time="0.002" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testMaxAgeInTheFutureWithNoDateHeader"/>
<testcase time="0.003" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testMaxAgeWithLastModifiedButNoServedDate"/>
<testcase time="0.002" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testMaxAgeInTheFutureWithDateAndLastModifiedHeaders"/>
<testcase time="0.003" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testMaxAgePreferredOverLowerSharedMaxAge"/>
<testcase time="0.042" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testMaxAgePreferredOverHigherMaxAge"/>
<testcase time="0.002" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testRequestMethodOptionsIsNotCached"/>
<testcase time="0.002" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testRequestMethodGetIsCached"/>
<testcase time="0.003" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testRequestMethodHeadIsNotCached"/>
<testcase time="0.002" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testRequestMethodPostIsNotCached"/>
<testcase time="0.006" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testRequestMethodPutIsNotCached"/>
<testcase time="0.008" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testRequestMethodDeleteIsNotCached"/>
<testcase time="0" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testRequestMethodTraceIsNotCached"/>
<testcase time="0.084" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testPostInvalidatesCache"/>
<testcase time="0.084" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testPutInvalidatesCache"/>
<testcase time="0.08" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testDeleteMethodInvalidatesCache"/>
<testcase time="0.122" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testEtag"/>
<testcase time="0.113" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testEtagAndExpirationDateInThePast"/>
<testcase time="0.003" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testEtagAndExpirationDateInTheFuture"/>
<testcase time="0.067" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testCacheControlNoCache"/>
<testcase time="0.102" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testCacheControlNoCacheAndExpirationDateInTheFuture"/>
<testcase time="0.043" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testPragmaNoCache"/>
<testcase time="0.087" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testPragmaNoCacheAndExpirationDateInTheFuture"/>
<testcase time="0.046" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testCacheControlNoStore"/>
<testcase time="0.04" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testCacheControlNoStoreAndExpirationDateInTheFuture"/>
<testcase time="0.04" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testPartialRangeResponsesDoNotCorruptCache"/>
<testcase time="0.017" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testServerReturnsDocumentOlderThanCache"/>
<testcase time="0.025" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testNonIdentityEncodingAndConditionalCache"/>
<testcase time="0.003" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testNonIdentityEncodingAndFullCache"/>
<testcase time="0.096" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testExpiresDateBeforeModifiedDate"/>
<testcase time="0.046" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testRequestMaxAge"/>
<testcase time="0.335" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testRequestMinFresh"/>
<testcase time="0.003" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testRequestMaxStale"/>
<testcase time="1.32" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testRequestMaxStaleNotHonoredWithMustRevalidate"/>
<testcase time="0.003" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testRequestOnlyIfCachedWithNoResponseCached"/>
<testcase time="0.003" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testRequestOnlyIfCachedWithFullResponseCached"/>
<testcase time="0.003" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testRequestOnlyIfCachedWithConditionalResponseCached"/>
<testcase time="0.002" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testRequestOnlyIfCachedWithUnhelpfulResponseCached"/>
<testcase time="0.162" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testRequestCacheControlNoCache"/>
<testcase time="0.047" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testRequestPragmaNoCache"/>
<testcase time="0.003" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testClientSuppliedIfModifiedSinceWithCachedResult"/>
<testcase time="0.003" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testClientSuppliedIfNoneMatchSinceWithCachedResult"/>
<testcase time="0.002" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testSetIfModifiedSince"/>
<testcase time="0.002" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testClientSuppliedConditionWithoutCachedResult"/>
<testcase time="0.04" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testAuthorizationRequestHeaderPreventsCaching"/>
<testcase time="0.003" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testAuthorizationResponseCachedWithSMaxAge"/>
<testcase time="0.002" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testAuthorizationResponseCachedWithPublic"/>
<testcase time="0.002" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testAuthorizationResponseCachedWithMustRevalidate"/>
<testcase time="0.041" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testContentLocationDoesNotPopulateCache"/>
<testcase time="0.04" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testUseCachesFalseDoesNotWriteToCache"/>
<testcase time="0.044" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testUseCachesFalseDoesNotReadFromCache"/>
<testcase time="0.001" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testDefaultUseCachesSetsInitialValueOnly"/>
<testcase time="0.043" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testConnectionIsReturnedToPoolAfterConditionalSuccess"/>
<testcase time="0.099" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testStatisticsConditionalCacheMiss"/>
<testcase time="0.046" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testStatisticsConditionalCacheHit"/>
<testcase time="0.003" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testStatisticsFullCacheHit"/>
<testcase time="0.042" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testVaryMatchesChangedRequestHeaderField"/>
<testcase time="0.005" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testVaryMatchesUnchangedRequestHeaderField"/>
<testcase time="0.002" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testVaryMatchesAbsentRequestHeaderField"/>
<testcase time="0.048" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testVaryMatchesAddedRequestHeaderField"/>
<testcase time="0.051" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testVaryMatchesRemovedRequestHeaderField"/>
<testcase time="0.002" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testVaryFieldsAreCaseInsensitive"/>
<testcase time="0.002" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testVaryMultipleFieldsWithMatch"/>
<testcase time="0.05" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testVaryMultipleFieldsWithNoMatch"/>
<testcase time="0.002" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testVaryMultipleFieldValuesWithMatch"/>
<testcase time="0.047" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testVaryMultipleFieldValuesWithNoMatch"/>
<testcase time="0.039" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testVaryAsterisk"/>
<testcase time="0.121" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testVaryAndHttps"/>
<testcase time="0.007" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testCachePlusCookies"/>
<testcase time="0.005" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testGetHeadersReturnsNetworkEndToEndHeaders"/>
<testcase time="0.048" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testGetHeadersReturnsCachedHopByHopHeaders"/>
<testcase time="0.033" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testGetHeadersDeletesCached100LevelWarnings"/>
<testcase time="0.042" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testGetHeadersRetainsCached200LevelWarnings"/>
<testcase time="0.04" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testCachePlusRange"/>
<testcase time="0.017" classname="com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCacheTest" name="testConditionalHitUpdatesCache"/>
</testsuite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment