Disabled WIP code

This commit is contained in:
Phil Nash 2012-10-04 08:19:09 +01:00
parent 803f6b7e4b
commit 47f679ef21

View File

@ -304,12 +304,12 @@ TEST_CASE( "first tag", "[tag1]" )
TEST_CASE( "second tag", "[tag2]" ) TEST_CASE( "second tag", "[tag2]" )
{ {
} }
//
TEST_CASE( "spawn a new process", "[hide]" ) //TEST_CASE( "spawn a new process", "[hide]" )
{ //{
// !TBD Work in progress // // !TBD Work in progress
char line[200]; // char line[200];
FILE* output = popen("./CatchSelfTest ./failing/matchers/StartsWith", "r"); // FILE* output = popen("./CatchSelfTest ./failing/matchers/StartsWith", "r");
while ( fgets(line, 199, output) ) // while ( fgets(line, 199, output) )
std::cout << line; // std::cout << line;
} //}