Disabled WIP code

This commit is contained in:
Phil Nash 2012-10-04 08:19:09 +01:00
parent 803f6b7e4b
commit 47f679ef21
1 changed files with 9 additions and 9 deletions

View File

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