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

Enea Zaffanella zaffanella at cs.unipr.it
Sat Feb 20 11:18:21 CET 2010


Module: ppl/ppl
Branch: master
Commit: 77df3ea039c2673fa1e94d79edaf6c81d1923cad
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=77df3ea039c2673fa1e94d79edaf6c81d1923cad

Author: Enea Zaffanella <zaffanella at 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;
 }
 




More information about the PPL-devel mailing list