From bd397d76eac9e45ce1e602c6f87b312c762cc22b Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 17 May 2007 15:37:35 +0000 Subject: [PATCH] Move testcase that now works. git-svn-id: https://svn.dealii.org/trunk@14681 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/Makefile | 3 ++- tests/{fail => bits}/joa_1.cc | 0 tests/{fail => bits}/joa_1/cmp/generic | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename tests/{fail => bits}/joa_1.cc (100%) rename tests/{fail => bits}/joa_1/cmp/generic (100%) diff --git a/tests/bits/Makefile b/tests/bits/Makefile index a7fdba2471..005bda582e 100644 --- a/tests/bits/Makefile +++ b/tests/bits/Makefile @@ -87,7 +87,8 @@ tests_x = grid_generator_?? \ refine_and_coarsen_* \ tria_crash_* \ face_orientation_* \ - max_n_cells_* + max_n_cells_* \ + joa_* # tests for the hp branch: # fe_collection_* diff --git a/tests/fail/joa_1.cc b/tests/bits/joa_1.cc similarity index 100% rename from tests/fail/joa_1.cc rename to tests/bits/joa_1.cc diff --git a/tests/fail/joa_1/cmp/generic b/tests/bits/joa_1/cmp/generic similarity index 100% rename from tests/fail/joa_1/cmp/generic rename to tests/bits/joa_1/cmp/generic -- 2.39.5