From: bangerth Date: Mon, 29 Dec 2008 03:35:09 +0000 (+0000) Subject: Move a fixed test. Rename one that still fails. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23dc8a2d8b4f67e12583c5b0bc39c4126e2ece6b;p=dealii-svn.git Move a fixed test. Rename one that still fails. git-svn-id: https://svn.dealii.org/trunk@18040 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/Makefile b/tests/deal.II/Makefile index b5d03e19d5..101a4e83e1 100644 --- a/tests/deal.II/Makefile +++ b/tests/deal.II/Makefile @@ -81,7 +81,8 @@ tests_x = block_matrices \ rt_hessian \ rt_covariant \ coarsening_* \ - number_cache_* + number_cache_* \ + kelly_crash_* # from above list of regular expressions, generate the real set of # tests diff --git a/tests/fail/kelly_crash_02.cc b/tests/deal.II/kelly_crash_02.cc similarity index 100% rename from tests/fail/kelly_crash_02.cc rename to tests/deal.II/kelly_crash_02.cc diff --git a/tests/fail/kelly_crash_02/cmp/generic b/tests/deal.II/kelly_crash_02/cmp/generic similarity index 100% rename from tests/fail/kelly_crash_02/cmp/generic rename to tests/deal.II/kelly_crash_02/cmp/generic diff --git a/tests/fail/kelly_crash_01.cc b/tests/fail/circular_01.cc similarity index 99% rename from tests/fail/kelly_crash_01.cc rename to tests/fail/circular_01.cc index 5f7b4052bc..75454632a1 100644 --- a/tests/fail/kelly_crash_01.cc +++ b/tests/fail/circular_01.cc @@ -1,4 +1,4 @@ -//---------------------------- kelly_crash_01.cc --------------------------- +//---------------------------- circular_01.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,12 +9,12 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- kelly_crash_01.cc --------------------------- +//---------------------------- circular_01.cc --------------------------- // a modified version of step-27 that crashes due to circular constraints -char logname[] = "kelly_crash_01/output"; +char logname[] = "circular_01/output"; #include "../tests.h" diff --git a/tests/fail/kelly_crash_01/cmp/generic b/tests/fail/circular_01/cmp/generic similarity index 100% rename from tests/fail/kelly_crash_01/cmp/generic rename to tests/fail/circular_01/cmp/generic