4214: Remove trace output in few tests.

* tests/morpho/closing/leveling.cc, * tests/morpho/opening/leveling.cc: disable trace. --- milena/ChangeLog | 7 +++++++ milena/tests/morpho/closing/leveling.cc | 2 -- milena/tests/morpho/opening/leveling.cc | 2 -- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 8cec4fb..cbf17dc 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,12 @@ 2009-06-29 Guillaume Lazzara <guillaume.lazzara@lrde.epita.fr> + Remove trace output in few tests. + + * tests/morpho/closing/leveling.cc, + * tests/morpho/opening/leveling.cc: disable trace. + +2009-06-29 Guillaume Lazzara <guillaume.lazzara@lrde.epita.fr> + Cleanup test output files during distclean. * tests/labeling/fill_holes.cc: do not save output. diff --git a/milena/tests/morpho/closing/leveling.cc b/milena/tests/morpho/closing/leveling.cc index d6e847b..409a6ba 100644 --- a/milena/tests/morpho/closing/leveling.cc +++ b/milena/tests/morpho/closing/leveling.cc @@ -42,8 +42,6 @@ int main() using namespace mln; using value::int_u8; - trace::quiet = false; - typedef image2d<int_u8> I; I lena; io::pgm::load(lena, MLN_IMG_DIR "/tiny.pgm"); diff --git a/milena/tests/morpho/opening/leveling.cc b/milena/tests/morpho/opening/leveling.cc index b1cf99d..1454b48 100644 --- a/milena/tests/morpho/opening/leveling.cc +++ b/milena/tests/morpho/opening/leveling.cc @@ -42,8 +42,6 @@ int main() using namespace mln; using value::int_u8; - trace::quiet = false; - typedef image2d<int_u8> I; I lena; io::pgm::load(lena, MLN_IMG_DIR "/tiny.pgm"); -- 1.5.6.5
participants (1)
-
Guillaume Lazzara