On Tue Apr 11 11:37:33 2023 +0000, Nikolay Sivov wrote:
This isn't great, because later tests depend on previous ones.
Hi Nikolay,
It was intentional to do so. Because these tests can show that SetCurrentFolderFlags() doesn't reset its builtin flags value when it is called unless we call SetCurrentFolderFlags() to do a reset first. This means SetCurrentFolderFlags() doesn't simply apply the new flags, it will compute a new value with the current flags and given mask and flags.