mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-25 23:06:10 +01:00
Reverted ANSI colour change (it was failing for Windows)
Produced build 20
This commit is contained in:
parent
5bdae8456c
commit
ead139e094
2
README
2
README
@ -1,4 +1,4 @@
|
||||
CATCH v0.9 build 19 (integration branch)
|
||||
CATCH v0.9 build 20 (integration branch)
|
||||
---------------------------------------------
|
||||
|
||||
CATCH is an automated test framework for C, C++ and Objective-C.
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include "catch_console_colour.hpp"
|
||||
|
||||
#if !defined( CATCH_CONFIG_NO_COLOUR )
|
||||
#if defined( CATCH_CONFIG_USE_ANSI_COLOUR_CODES )
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
namespace Catch {
|
||||
|
||||
// These numbers are maintained by a script
|
||||
Version libraryVersion( 0, 9, 19, "integration" );
|
||||
Version libraryVersion( 0, 9, 20, "integration" );
|
||||
}
|
||||
|
||||
#endif // TWOBLUECUBES_CATCH_VERSION_HPP_INCLUDED
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
CatchSelfTest is a CATCH v0.9 b18 (integration) host application.
|
||||
CatchSelfTest is a CATCH v0.9 b19 (integration) host application.
|
||||
Run with -? for options
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
@ -4279,7 +4279,7 @@ BDDTests.cpp:29:
|
||||
99 test cases - 47 failed (616 assertions - 104 failed)
|
||||
|
||||
|
||||
CatchSelfTest is a CATCH v0.9 b18 (integration) host application.
|
||||
CatchSelfTest is a CATCH v0.9 b19 (integration) host application.
|
||||
Run with -? for options
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* CATCH v0.9 build 19 (integration branch)
|
||||
* Generated: 2013-02-19 19:46:31.030694
|
||||
* CATCH v0.9 build 20 (integration branch)
|
||||
* Generated: 2013-02-19 19:57:51.967870
|
||||
* ----------------------------------------------------------
|
||||
* This file has been merged from multiple headers. Please don't edit it directly
|
||||
* Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved.
|
||||
@ -5352,7 +5352,7 @@ namespace Catch {
|
||||
|
||||
} // end namespace Catch
|
||||
|
||||
#if !defined( CATCH_CONFIG_NO_COLOUR )
|
||||
#if defined( CATCH_CONFIG_USE_ANSI_COLOUR_CODES )
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
@ -5838,7 +5838,7 @@ namespace Catch {
|
||||
namespace Catch {
|
||||
|
||||
// These numbers are maintained by a script
|
||||
Version libraryVersion( 0, 9, 19, "integration" );
|
||||
Version libraryVersion( 0, 9, 20, "integration" );
|
||||
}
|
||||
|
||||
// #included from: catch_line_wrap.hpp
|
||||
|
Loading…
Reference in New Issue
Block a user