From: Wolfgang Bangerth Date: Wed, 22 Oct 2014 18:51:58 +0000 (-0500) Subject: Fix a test. X-Git-Tag: v8.2.0-rc1~100^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F207%2Fhead;p=dealii.git Fix a test. We have recently allowed that one can set a vector to zero, even if it has ghost elements. But this test verified that we throw an exception in this case. Remove this one test. --- diff --git a/tests/mpi/ghost_03.cc b/tests/mpi/ghost_03.cc index b115043ead..3bd8d5942a 100644 --- a/tests/mpi/ghost_03.cc +++ b/tests/mpi/ghost_03.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2004 - 2013 by the deal.II authors +// Copyright (C) 2004 - 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -72,14 +72,6 @@ void test () { deallog << e.get_exc_name() << std::endl; } - try - { - v=0.0; - } - catch (ExceptionBase &e) - { - deallog << e.get_exc_name() << std::endl; - } try { v+=v; diff --git a/tests/mpi/ghost_03.with_petsc=true.mpirun=10.debug.output b/tests/mpi/ghost_03.with_petsc=true.mpirun=10.debug.output index 034d213f85..6fb864016a 100644 --- a/tests/mpi/ghost_03.with_petsc=true.mpirun=10.debug.output +++ b/tests/mpi/ghost_03.with_petsc=true.mpirun=10.debug.output @@ -3,5 +3,4 @@ DEAL:0::numproc=10 DEAL:0::ExcGhostsPresent() DEAL:0::ExcGhostsPresent() DEAL:0::ExcGhostsPresent() -DEAL:0::ExcGhostsPresent() DEAL:0::OK diff --git a/tests/mpi/ghost_03.with_petsc=true.mpirun=4.debug.output b/tests/mpi/ghost_03.with_petsc=true.mpirun=4.debug.output index addea019e1..d88d137412 100644 --- a/tests/mpi/ghost_03.with_petsc=true.mpirun=4.debug.output +++ b/tests/mpi/ghost_03.with_petsc=true.mpirun=4.debug.output @@ -3,5 +3,4 @@ DEAL:0::numproc=4 DEAL:0::ExcGhostsPresent() DEAL:0::ExcGhostsPresent() DEAL:0::ExcGhostsPresent() -DEAL:0::ExcGhostsPresent() DEAL:0::OK