From: heister Date: Tue, 19 Feb 2013 16:29:08 +0000 (+0000) Subject: update test X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49c7172f8dcab65bc9c9324d45e8bdeb90220e61;p=dealii-svn.git update test git-svn-id: https://svn.dealii.org/trunk@28473 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/mpi/ghost_03.cc b/tests/mpi/ghost_03.cc index e02a92e979..a46c5d08a6 100644 --- a/tests/mpi/ghost_03.cc +++ b/tests/mpi/ghost_03.cc @@ -12,7 +12,7 @@ //--------------------------------------------------------------------------- -// Test that ghosted vectors are read-only (not working right now) +// Test that ghosted vectors are read-only #include "../tests.h" #include @@ -50,6 +50,9 @@ void test () vb*=2.0; v=vb; + Assert(!vb.has_ghost_elements(), ExcInternalError()); + Assert(v.has_ghost_elements(), ExcInternalError()); + deal_II_exceptions::disable_abort_on_exception(); try {