mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 05:45:39 +02:00
Rename config::colourMode to config::defaultConfigMode
This describes the actual intention much better.
This commit is contained in:
@@ -10014,7 +10014,7 @@ with expansion:
|
||||
{?}
|
||||
|
||||
CmdLine.tests.cpp:<line number>: PASSED:
|
||||
REQUIRE( config.colourMode == ColourMode::PlatformDefault )
|
||||
REQUIRE( config.defaultColourMode == ColourMode::PlatformDefault )
|
||||
with expansion:
|
||||
0 == 0
|
||||
|
||||
@@ -10032,7 +10032,7 @@ with expansion:
|
||||
{?}
|
||||
|
||||
CmdLine.tests.cpp:<line number>: PASSED:
|
||||
REQUIRE( config.colourMode == ColourMode::PlatformDefault )
|
||||
REQUIRE( config.defaultColourMode == ColourMode::PlatformDefault )
|
||||
with expansion:
|
||||
0 == 0
|
||||
|
||||
@@ -10050,7 +10050,7 @@ with expansion:
|
||||
{?}
|
||||
|
||||
CmdLine.tests.cpp:<line number>: PASSED:
|
||||
REQUIRE( config.colourMode == ColourMode::ANSI )
|
||||
REQUIRE( config.defaultColourMode == ColourMode::ANSI )
|
||||
with expansion:
|
||||
1 == 1
|
||||
|
||||
@@ -10068,7 +10068,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