Searched refs:cached_content (Results 1 – 1 of 1) sorted by relevance
1586 static const char cached_content[] = "data read from cache"; in test_http_cache() local1649 ret = WriteFile(file, cached_content, sizeof(cached_content), &size, NULL); in test_http_cache()1666 todo_wine ok(!strcmp((char*)buf, cached_content), "incorrect page data: %s\n", (char*)buf); in test_http_cache()