From: Matthias Maier Date: Wed, 12 Dec 2012 21:23:02 +0000 (+0000) Subject: Some minor bugfixes in the testsuite X-Git-Tag: v8.0.0~1705 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57dbfce1cfc7249cd2484cdb5064fe283f5e0abe;p=dealii.git Some minor bugfixes in the testsuite git-svn-id: https://svn.dealii.org/trunk@27802 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/normalize.pl b/tests/normalize.pl index f0490fd217..73b09fe588 100644 --- a/tests/normalize.pl +++ b/tests/normalize.pl @@ -53,3 +53,6 @@ s/-0\.(0+)(?!\d)/0.\1/g; # remove deal.II debug output s/^DEAL.*::_.*\n//g; + +# Normalize version string to 7.3 pre: +s/written by deal\.II .\..\.pre/written by deal.II 7.3.pre/; diff --git a/tests/tests.h b/tests/tests.h index e7bec33035..da13c9d04e 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -23,11 +23,11 @@ #include #include #include -#include +#include #include #include #include -#include +#include // implicitly use the deal.II namespace everywhere, without us having to say // so in each and every testcase