]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
New tests that presently fail
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 Apr 2006 15:17:14 +0000 (15:17 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 Apr 2006 15:17:14 +0000 (15:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@12886 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/find_cell_4.cc
tests/bits/find_cell_4/.cvsignore [new file with mode: 0644]
tests/bits/find_cell_5/.cvsignore [new file with mode: 0644]

index 81fd2a16308483986a5d0bf4da8bfa0eaffec18b..a046aa9ec08e260326926cf860a0719360b1d66b 100644 (file)
@@ -13,7 +13,8 @@
 
 
 // take a 3d mesh and check that we can find an arbitrary point's cell
-// in it
+// in it. this presently fails since the point sits right on the edge
+// of the domain, but for different reasons that find_cell_5
 
 #include "../tests.h"
 #include <base/logstream.h>
@@ -60,10 +61,11 @@ int main ()
       coarse_grid.refine_global (3);
       check (coarse_grid);
     }
-  catch (...)
+  catch (const std::exception &exc)
     {
                                       // we shouldn't get here...
       deallog << "Caught an error..." << std::endl;
+      deallog << exc.what() << std::endl;
     }
 }
 
diff --git a/tests/bits/find_cell_4/.cvsignore b/tests/bits/find_cell_4/.cvsignore
new file mode 100644 (file)
index 0000000..d196dfb
--- /dev/null
@@ -0,0 +1 @@
+obj.* exe OK output
diff --git a/tests/bits/find_cell_5/.cvsignore b/tests/bits/find_cell_5/.cvsignore
new file mode 100644 (file)
index 0000000..d196dfb
--- /dev/null
@@ -0,0 +1 @@
+obj.* exe OK output

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.