Reverted ANSI colour change (it was failing for Windows)

Produced build 20
This commit is contained in:
Phil Nash 2013-02-19 19:59:04 +00:00
parent 5bdae8456c
commit ead139e094
5 changed files with 9 additions and 9 deletions

2
README
View File

@ -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. CATCH is an automated test framework for C, C++ and Objective-C.

View File

@ -10,7 +10,7 @@
#include "catch_console_colour.hpp" #include "catch_console_colour.hpp"
#if !defined( CATCH_CONFIG_NO_COLOUR ) #if defined( CATCH_CONFIG_USE_ANSI_COLOUR_CODES )
#include <unistd.h> #include <unistd.h>

View File

@ -13,7 +13,7 @@
namespace Catch { namespace Catch {
// These numbers are maintained by a script // 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 #endif // TWOBLUECUBES_CATCH_VERSION_HPP_INCLUDED

View File

@ -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 Run with -? for options
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
@ -4279,7 +4279,7 @@ BDDTests.cpp:29:
99 test cases - 47 failed (616 assertions - 104 failed) 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 Run with -? for options
------------------------------------------------------------------------------- -------------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
/* /*
* CATCH v0.9 build 19 (integration branch) * CATCH v0.9 build 20 (integration branch)
* Generated: 2013-02-19 19:46:31.030694 * Generated: 2013-02-19 19:57:51.967870
* ---------------------------------------------------------- * ----------------------------------------------------------
* This file has been merged from multiple headers. Please don't edit it directly * This file has been merged from multiple headers. Please don't edit it directly
* Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved.
@ -5352,7 +5352,7 @@ namespace Catch {
} // end namespace Catch } // end namespace Catch
#if !defined( CATCH_CONFIG_NO_COLOUR ) #if defined( CATCH_CONFIG_USE_ANSI_COLOUR_CODES )
#include <unistd.h> #include <unistd.h>
@ -5838,7 +5838,7 @@ namespace Catch {
namespace Catch { namespace Catch {
// These numbers are maintained by a script // 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 // #included from: catch_line_wrap.hpp