Work around failing file watcher test under XP.
Under only Windows XP the test FileSystemWatcherTestCase::TestTrees fails during the RmDir(treedir) call (SHFileOperation strangely returns ERROR_DIR_NOT_EMPTY). To make the test pass remove the treedir first and only then the singledir. This is merely a workaround while the actual problem is still to be investigated.
This commit is contained in:
parent
7af8598903
commit
2d5ce25373
1 changed files with 1 additions and 1 deletions
|
|
@ -922,8 +922,8 @@ void FileSystemWatcherTestCase::TestTrees()
|
|||
RemoveAllWatches();
|
||||
|
||||
// Clean up
|
||||
RmDir(singledir);
|
||||
RmDir(treedir);
|
||||
RmDir(singledir);
|
||||
|
||||
Exit();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue