From 8ceec2cdecfc4f932ee7bfe49c4c15f76e4acee4 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 27 May 2008 22:35:40 +0000 Subject: [PATCH] Update filenames of moved files. git-svn-id: https://svn.dealii.org/trunk@16249 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/face_orientations_3d.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/deal.II/face_orientations_3d.cc b/tests/deal.II/face_orientations_3d.cc index 42b8dffb7b..df7ee9da96 100644 --- a/tests/deal.II/face_orientations_3d.cc +++ b/tests/deal.II/face_orientations_3d.cc @@ -78,12 +78,12 @@ int main () deallog.depth_console(0); deallog.threshold_double(1.e-10); - test ("grid_in_3d_1.in"); - test ("grid_in_3d_2.in"); - test ("grid_in_3d_3.in"); - test ("grid_in_3d_4.in"); + test ("grid_in_3d/1.in"); + test ("grid_in_3d/2.in"); + test ("grid_in_3d/3.in"); + test ("grid_in_3d/4.in"); - test ("grid_in_3d_evil_0.in"); - test ("grid_in_3d_evil_4.in"); + test ("grid_in_3d/evil_0.in"); + test ("grid_in_3d/evil_4.in"); } -- 2.39.5