From ca2642479e151e4041b7ca223ed8f6e918a88693 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 25 May 2007 14:43:58 +0000 Subject: [PATCH] Move a test that now works. git-svn-id: https://svn.dealii.org/trunk@14704 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/{fail/hp-crash_17.cc => hp/crash_17.cc} | 2 +- tests/{fail/hp-crash_17 => hp/crash_17}/cmp/generic | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{fail/hp-crash_17.cc => hp/crash_17.cc} (99%) rename tests/{fail/hp-crash_17 => hp/crash_17}/cmp/generic (100%) diff --git a/tests/fail/hp-crash_17.cc b/tests/hp/crash_17.cc similarity index 99% rename from tests/fail/hp-crash_17.cc rename to tests/hp/crash_17.cc index e9b1056ec2..358f268035 100644 --- a/tests/fail/hp-crash_17.cc +++ b/tests/hp/crash_17.cc @@ -14,7 +14,7 @@ // a modified version of step-27 that crashes because of circular constraints. -char logname[] = "hp-crash_17/output"; +char logname[] = "crash_17/output"; #include "../tests.h" diff --git a/tests/fail/hp-crash_17/cmp/generic b/tests/hp/crash_17/cmp/generic similarity index 100% rename from tests/fail/hp-crash_17/cmp/generic rename to tests/hp/crash_17/cmp/generic -- 2.39.5