Fix Aria unit tests on Windows.
Replace statements connected with bitwise OR with series of "if"s. The later is guaranteed to execute in order, bitwise OR does not have specific order for statement execution.
Showing
Please register or sign in to comment