mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-08-18 17:19:56 +00: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.NumberOfTests++;
|
||||||
Unity.CurrentTestIgnored = 1;
|
Unity.CurrentTestIgnored = 1;
|
||||||
UNITY_OUTPUT_CHAR('!');
|
UNITY_OUTPUT_CHAR('!');
|
||||||
|
UnityConcludeFixtureTest();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user