GOUJON Alexandre wrote:
I know I sent this patch about two weeks ago but I thought it was pending because of the 1.3.13 release. So, does anyone has an idea how to make this patch applied in the current tree ?
The context is that we don't fail when we couldn't create or open the AVI file. (I think the title of the patch is explicit) Thus, we call "WriteFile(hFile" in the first part of the test even if hFile == INVALID_HANDLE_VALUE. In the second part, we call "AVIFileGetStream(pFile" even if "AVIFileOpen(&pFile" failed.
Is there a specific situation in which the file creation fails? I expected the temporary directory would always be writable when I created it like that. Maybe that is not a good assumption when writing tests though?
Thanks, Julius