mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-06-18 21:08:31 +08:00
Fixed a unity_fixture bug that prevented IGNORE_TEST from properly counting ignored tests.
More details here: http://forums.pragprog.com/forums/123/topics/10126
This commit is contained in:
@ -117,6 +117,7 @@ void UnityIgnoreTest()
|
||||
Unity.NumberOfTests++;
|
||||
Unity.CurrentTestIgnored = 1;
|
||||
UNITY_OUTPUT_CHAR('!');
|
||||
UnityConcludeFixtureTest();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user