microsoft / p4vfs

Microsoft Virtual File System for Perforce
MIT License
272 stars 13 forks source link

Fix unit-test by calling HasFlag instead of equality test for file/dir flags #9

Closed belkiss closed 1 year ago

belkiss commented 1 year ago

Files can have more flags not relevant for these tests (in my case, NotContentIndexed was returned)

belkiss commented 1 year ago

Thanks!