Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jul 5, 2019
1 parent 0a75f9a commit 337baa2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit/filters/MergeTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ TEST(MergeTest, test6)
mgr.setLog(log);
mgr.readPipeline(Support::configuredpath("filters/merge3.json"));

//Added redirect.
std::ostringstream oss;
// std::ostringstream oss;
// auto ctx = Utils::redirect(std::clog, oss);
std::cerr << "Before execute!\n";
mgr.execute();
Expand Down

0 comments on commit 337baa2

Please sign in to comment.