Searched refs:fileContents (Results 1 – 1 of 1) sorted by relevance
373 std::string fileContents; in UploadTest() local381 fileContents.resize(inputStream.tellg()); in UploadTest()384 inputStream.read(&fileContents[0], fileContents.size()); in UploadTest()387 CPPUNIT_ASSERT(!fileContents.empty()); in UploadTest()410 + fileContents in UploadTest()