From b06f376f13093cd339d2de03cfafeed476cea19e Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 19 Jan 2007 20:38:07 +0000 Subject: [PATCH] Move a test that now works. git-svn-id: https://svn.dealii.org/trunk@14353 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/Makefile | 5 +++-- tests/{fail => bits}/face_orientation_and_fe_q_01.cc | 0 .../{fail => bits}/face_orientation_and_fe_q_01/cmp/generic | 0 3 files changed, 3 insertions(+), 2 deletions(-) rename tests/{fail => bits}/face_orientation_and_fe_q_01.cc (100%) rename tests/{fail => bits}/face_orientation_and_fe_q_01/cmp/generic (100%) diff --git a/tests/bits/Makefile b/tests/bits/Makefile index e95fede3d9..236847f5cd 100644 --- a/tests/bits/Makefile +++ b/tests/bits/Makefile @@ -1,6 +1,6 @@ ############################################################ # Makefile,v 1.15 2002/06/13 12:51:13 hartmann Exp -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors ############################################################ ############################################################ @@ -84,7 +84,8 @@ tests_x = grid_generator_?? \ subface_interpolation \ face_orientation_crash \ refine_and_coarsen_* \ - tria_crash_* + tria_crash_* \ + face_orientation_* # tests for the hp branch: # fe_collection_* diff --git a/tests/fail/face_orientation_and_fe_q_01.cc b/tests/bits/face_orientation_and_fe_q_01.cc similarity index 100% rename from tests/fail/face_orientation_and_fe_q_01.cc rename to tests/bits/face_orientation_and_fe_q_01.cc diff --git a/tests/fail/face_orientation_and_fe_q_01/cmp/generic b/tests/bits/face_orientation_and_fe_q_01/cmp/generic similarity index 100% rename from tests/fail/face_orientation_and_fe_q_01/cmp/generic rename to tests/bits/face_orientation_and_fe_q_01/cmp/generic -- 2.39.5