mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0031189: Draw Harness, ViewerTest - send messages to Message::DefaultMessenger()
Added short-cuts methods in Message_Messenger for sending message with specified gravity, and stream buffer class for using stream-like interface for that. Similar short-cuts to DefaultMessenger() are added in Message package. ViewerTest has been updated to send messages to Message::DefaultMessenger() instead of direct output to std::cout/std::cerr. Off-topic: spelling error (duplicate "and") is corrected in two places Added test bugs fclasses bug31189
This commit is contained in:
@@ -140,7 +140,7 @@ namespace {
|
||||
return aCpuMask;
|
||||
}
|
||||
|
||||
// if we're not at the end of the item, expect a dash and and integer; extract end value.
|
||||
// if we're not at the end of the item, expect a dash and integer; extract end value.
|
||||
int anIndexUpper = anIndexLower;
|
||||
if (aCharIter < aChunkEnd && *aCharIter == '-')
|
||||
{
|
||||
|
Reference in New Issue
Block a user