mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 13:55:39 +02:00
Rename config::colourMode to config::defaultConfigMode
This describes the actual intention much better.
This commit is contained in:
@@ -10012,7 +10012,7 @@ with expansion:
|
||||
{?}
|
||||
|
||||
CmdLine.tests.cpp:<line number>: PASSED:
|
||||
REQUIRE( config.colourMode == ColourMode::PlatformDefault )
|
||||
REQUIRE( config.defaultColourMode == ColourMode::PlatformDefault )
|
||||
with expansion:
|
||||
0 == 0
|
||||
|
||||
@@ -10030,7 +10030,7 @@ with expansion:
|
||||
{?}
|
||||
|
||||
CmdLine.tests.cpp:<line number>: PASSED:
|
||||
REQUIRE( config.colourMode == ColourMode::PlatformDefault )
|
||||
REQUIRE( config.defaultColourMode == ColourMode::PlatformDefault )
|
||||
with expansion:
|
||||
0 == 0
|
||||
|
||||
@@ -10048,7 +10048,7 @@ with expansion:
|
||||
{?}
|
||||
|
||||
CmdLine.tests.cpp:<line number>: PASSED:
|
||||
REQUIRE( config.colourMode == ColourMode::ANSI )
|
||||
REQUIRE( config.defaultColourMode == ColourMode::ANSI )
|
||||
with expansion:
|
||||
1 == 1
|
||||
|
||||
@@ -10066,7 +10066,7 @@ with expansion:
|
||||
{?}
|
||||
|
||||
CmdLine.tests.cpp:<line number>: PASSED:
|
||||
REQUIRE( config.colourMode == ColourMode::None )
|
||||
REQUIRE( config.defaultColourMode == ColourMode::None )
|
||||
with expansion:
|
||||
3 == 3
|
||||
|
||||
|
Reference in New Issue
Block a user