From e7d6b731223fd2485366c2bb39467899172c2e77 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 22 Oct 2014 13:51:58 -0500 Subject: [PATCH] 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. --- tests/mpi/ghost_03.cc | 10 +--------- .../ghost_03.with_petsc=true.mpirun=10.debug.output | 1 - .../mpi/ghost_03.with_petsc=true.mpirun=4.debug.output | 1 - 3 files changed, 1 insertion(+), 11 deletions(-) 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 -- 2.39.5