Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychlist1972 committed Jul 31, 2024
1 parent 4f88196 commit f316cbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/api/Test/Midi2.Transform.unittests/LibMidi2Tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ void LibMidi2Tests::InternalTestSysEx(uint8_t const sysexBytes[], uint32_t const

std::cout << std::endl;

// hardcoding some values here
VERIFY_ARE_EQUAL(expectedWords.size(), countWordsCreated);

}

//#include "Midi2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ public override int Execute(CommandContext context, Settings settings)
}
else
{
AnsiConsole.MarkupLine("✅ No messages received out of expected timestamp order.");
// AnsiConsole.MarkupLine("✅ No messages received out of expected timestamp order.");
}
}

Expand All @@ -635,11 +635,11 @@ public override int Execute(CommandContext context, Settings settings)

if (countSysEx7BytesReceived == 1)
{
message += $"One SysEx 7-bit byte ";
message += $"One SysEx 7-bit data byte ";
}
else
{
message += $"{countSysEx7BytesReceived.ToString("N0")} SysEx 7-bit bytes ";
message += $"{countSysEx7BytesReceived.ToString("N0")} SysEx 7-bit data bytes ";
}

message += "received (not counting stripped F0/F7)[/]";
Expand Down

0 comments on commit f316cbd

Please sign in to comment.