From: Timo Heister Date: Wed, 16 Jan 2013 21:34:42 +0000 (+0000) Subject: update test output X-Git-Tag: v8.0.0~1544 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e0fed708a245940b27486496b6c873e077c84a1;p=dealii.git update test output git-svn-id: https://svn.dealii.org/trunk@28085 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/injection_q_dg0.cc b/tests/fe/injection_q_dg0.cc index 4d453ac417..7923e37349 100644 --- a/tests/fe/injection_q_dg0.cc +++ b/tests/fe/injection_q_dg0.cc @@ -22,5 +22,11 @@ void test () { for (unsigned int i=1; i<4; ++i) for (unsigned int j=i; j<4; ++j) - do_check (FE_Q_DG0(i), FE_Q_DG0(j)); + { + deallog << "inj " << i << " " << j << ":" << std::endl; + + + do_check (FE_Q_DG0(i), FE_Q_DG0(j)); + } + }