From 1d55219fdd68c45b2b6d4fd5817a760450d93d55 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 13 Dec 2006 00:24:52 +0000 Subject: [PATCH] Move now functioning test to the hp directory. git-svn-id: https://svn.dealii.org/trunk@14227 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/{fail/hp-crash_12.cc => hp/crash_12.cc} | 2 +- tests/{fail/hp-crash_12 => hp/crash_12}/cmp/generic | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{fail/hp-crash_12.cc => hp/crash_12.cc} (98%) rename tests/{fail/hp-crash_12 => hp/crash_12}/cmp/generic (100%) diff --git a/tests/fail/hp-crash_12.cc b/tests/hp/crash_12.cc similarity index 98% rename from tests/fail/hp-crash_12.cc rename to tests/hp/crash_12.cc index 2f6d1f312a..a836d4c4e6 100644 --- a/tests/fail/hp-crash_12.cc +++ b/tests/hp/crash_12.cc @@ -23,7 +23,7 @@ // Q5/Q4. Higher order finite elements in 3d will probably only // exacerbate the problem, but the code there appears to be robust. -char logname[] = "hp-crash_12/output"; +char logname[] = "crash_12/output"; #include "../tests.h" diff --git a/tests/fail/hp-crash_12/cmp/generic b/tests/hp/crash_12/cmp/generic similarity index 100% rename from tests/fail/hp-crash_12/cmp/generic rename to tests/hp/crash_12/cmp/generic -- 2.39.5