Searched refs:plainResponseContent (Results 1 - 1 of 1) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java1084 static String plainResponseContent = "<HTML>\n" field in class:HttpsURLConnectionTest.Work
1092 + "Content-length: " + plainResponseContent.length() + "\n\n"
1093 + plainResponseContent;
1440 assertEquals(plainResponseContent, message);

Completed in 53 milliseconds