]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Some minor bugfixes in the testsuite
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 12 Dec 2012 21:23:02 +0000 (21:23 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 12 Dec 2012 21:23:02 +0000 (21:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@27802 0785d39b-7218-0410-832d-ea1e28bc413d

tests/normalize.pl
tests/tests.h

index f0490fd217cf22c11dbe01feef402fc61da70714..73b09fe588631846fc78c1a405d2c867d209e272 100644 (file)
@@ -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/;
index e7bec330358e6cd013c136febc0bc8db4c0573d8..da13c9d04e2801127aecb64d2aad206d2e9ca187 100644 (file)
 #include <deal.II/base/utilities.h>
 #include <deal.II/base/thread_management.h>
 #include <cmath>
-#include <iostream>
+#include <cstdlib>
 #include <fstream>
 #include <iostream>
 #include <sstream>
-#include <cstdlib>
+#include <iomanip>
 
 // implicitly use the deal.II namespace everywhere, without us having to say
 // so in each and every testcase

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.