[GIT] ppl/ppl(master): Achieve full code coverage for the output operator.

Module: ppl/ppl Branch: master Commit: 77df3ea039c2673fa1e94d79edaf6c81d1923cad URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=77df3ea039c26...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Sat Feb 20 11:17:25 2010 +0100
Achieve full code coverage for the output operator.
---
tests/PIP_Problem/pipproblem2.cc | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tests/PIP_Problem/pipproblem2.cc b/tests/PIP_Problem/pipproblem2.cc index 9c16066..8a20535 100644 --- a/tests/PIP_Problem/pipproblem2.cc +++ b/tests/PIP_Problem/pipproblem2.cc @@ -106,6 +106,9 @@ test04() { pip.set_big_parameter_dimension(5); ok &= (pip.get_big_parameter_dimension() == 5);
+ using namespace IO_Operators; + nout << pip; + return ok; }
participants (1)
-
Enea Zaffanella