]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
New test.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 13 Jul 2012 22:22:42 +0000 (22:22 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 13 Jul 2012 22:22:42 +0000 (22:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@25700 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/utilities_05.cc [new file with mode: 0644]
tests/base/utilities_05/cmp/generic [new file with mode: 0644]
tests/base/utilities_05/cmp/powerpc-apple-darwin8.10.0+gcc4.0 [new file with mode: 0644]
tests/base/utilities_05/cmp/powerpc-apple-darwin8.8.0+gcc4.0 [new file with mode: 0644]

diff --git a/tests/base/utilities_05.cc b/tests/base/utilities_05.cc
new file mode 100644 (file)
index 0000000..90801dd
--- /dev/null
@@ -0,0 +1,66 @@
+//-----------------------------------------------------------------------------
+//    $Id$
+//    Version: $Name$
+//
+//    Copyright (C) 2005, 2006, 2011, 2012 by the deal.II authors
+//
+//    This file is subject to QPL and may not be  distributed
+//    without copyright and license information. Please refer
+//    to the file deal.II/doc/license.html for the  text  and
+//    further information on this license.
+//
+//-----------------------------------------------------------------------------
+
+// Utilities::get_integer_at_position
+
+#include "../tests.h"
+#include <iomanip>
+#include <iomanip>
+#include <fstream>
+#include <cmath>
+#include <sstream>
+
+#include <deal.II/base/utilities.h>
+
+using namespace dealii;
+
+
+
+
+void test ()
+{
+  int number = 5;
+  for (unsigned int i=0; i<7; ++i)
+    {
+      std::ostringstream s;
+      s << "test test" << number << "test test";
+
+      Assert (Utilities::get_integer_at_position (s.str(),
+                                                 9).first
+             == number,
+             ExcInternalError());
+      Assert (Utilities::get_integer_at_position (s.str(),
+                                                 9).second
+             == i+1,
+             ExcInternalError());
+
+      deallog << i << ' ' << Utilities::get_integer_at_position (s.str(),
+                                                                9).first
+             << std::endl;
+
+      number = number*10 + i;
+    }
+}
+
+
+
+
+int main()
+{
+  std::ofstream logfile("utilities_05/output");
+  deallog.attach(logfile);
+  deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
+
+  test ();
+}
diff --git a/tests/base/utilities_05/cmp/generic b/tests/base/utilities_05/cmp/generic
new file mode 100644 (file)
index 0000000..654fa66
--- /dev/null
@@ -0,0 +1,8 @@
+
+DEAL::0 5
+DEAL::1 50
+DEAL::2 501
+DEAL::3 5012
+DEAL::4 50123
+DEAL::5 501234
+DEAL::6 5012345
diff --git a/tests/base/utilities_05/cmp/powerpc-apple-darwin8.10.0+gcc4.0 b/tests/base/utilities_05/cmp/powerpc-apple-darwin8.10.0+gcc4.0
new file mode 100644 (file)
index 0000000..902f619
--- /dev/null
@@ -0,0 +1,9 @@
+
+DEAL::0042
+DEAL::42
+DEAL::3
+DEAL::413
+DEAL::1
+DEAL::-12
+DEAL::125
+DEAL::-177.002 -36.2427 43.4584 
diff --git a/tests/base/utilities_05/cmp/powerpc-apple-darwin8.8.0+gcc4.0 b/tests/base/utilities_05/cmp/powerpc-apple-darwin8.8.0+gcc4.0
new file mode 100644 (file)
index 0000000..902f619
--- /dev/null
@@ -0,0 +1,9 @@
+
+DEAL::0042
+DEAL::42
+DEAL::3
+DEAL::413
+DEAL::1
+DEAL::-12
+DEAL::125
+DEAL::-177.002 -36.2427 43.4584 

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.