1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-28 10:44:26 +01:00

- catch optional fixtures plugin up to mainline unity (somewhat. like fixing line endings)

This commit is contained in:
ThingamaByte, LLC
2015-06-18 17:16:01 -04:00
parent 06c95fcb08
commit 77af37add0
4 changed files with 23 additions and 4 deletions

View File

@@ -374,10 +374,10 @@ void UnityConcludeFixtureTest(void)
{
if (Unity.CurrentTestIgnored)
{
if (UnityFixture.Verbose)
{
//if (UnityFixture.Verbose)
//{
UNITY_OUTPUT_CHAR('\n');
}
//}
Unity.TestIgnores++;
}
else if (!Unity.CurrentTestFailed)
@@ -391,6 +391,7 @@ void UnityConcludeFixtureTest(void)
else if (Unity.CurrentTestFailed)
{
Unity.TestFailures++;
UNITY_OUTPUT_CHAR('\n');
}
Unity.CurrentTestFailed = 0;