Searched refs:testType (Results 1 – 3 of 3) sorted by relevance
265 String testType = "application/wibble"; in testConstrainedMediaExtensionMedia() local267 out.write(testType.getBytes("US-ASCII")); in testConstrainedMediaExtensionMedia()273 assertEquals(testType, mimeType); in testConstrainedMediaExtensionMedia()280 String testType = "12345678901234567890123456789"; in testGeneralFormShortLengthExtensionMedia() local282 out.write(testType.length() + 1); in testGeneralFormShortLengthExtensionMedia()283 out.write(testType.getBytes("US-ASCII")); in testGeneralFormShortLengthExtensionMedia()290 assertEquals(testType, mimeType); in testGeneralFormShortLengthExtensionMedia()445 String testType = "application/wibble"; in testGeneralFormLengthQuoteExtensionMedia() local449 out.write(testType.length() + 1); // Length as UINTVAR in testGeneralFormLengthQuoteExtensionMedia()451 out.write(testType.getBytes("US-ASCII")); in testGeneralFormLengthQuoteExtensionMedia()[all …]
113 testType = type; in TestWebData()127 public String testType; field in TestWebData
824 psPrint(ps, "Content-type: " + TestWebData.testParams[testNum].testType); in printHeaders()