From: Timo Heister Date: Wed, 24 Aug 2011 21:14:52 +0000 (+0000) Subject: update test description X-Git-Tag: v8.0.0~3579 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31a38b9dfbf778aa51369dc55c6ab29d16712da5;p=dealii.git update test description git-svn-id: https://svn.dealii.org/trunk@24189 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/mpi/renumber_z_order_02.cc b/tests/mpi/renumber_z_order_02.cc index d4244667ae..fd1860ab45 100644 --- a/tests/mpi/renumber_z_order_02.cc +++ b/tests/mpi/renumber_z_order_02.cc @@ -16,6 +16,8 @@ // the number of processors. We do this by constructing a vector where each // element depends on the location and the index. We output the l2_norm() of // that vector and hope the output is that same. +// This test fails right now, because p4est gets the coarse cells in a different +// order. #include "../tests.h"