Page MenuHomePhabricator

LevelWindowManagerTest: Get/SetLevelWindow-Test ALWAYS succeeds
Closed, WontfixPublic

Description

Line 92 has a typo that results in an always succeeding test:

success == false;

Must be:

success = false;

Event Timeline

Depending bugs have commented out this section of code.

What's the status? Is this code still commented out?

kislinsk claimed this task.
This task was automatically closed because it wasn't updated at least since July 2016 (over 2 years). Please re-open this task if you think that it is still relevant. This most probably means that you will resolve it.