From: bangerth Date: Tue, 27 May 2008 22:35:40 +0000 (+0000) Subject: Update filenames of moved files. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ceec2cdecfc4f932ee7bfe49c4c15f76e4acee4;p=dealii-svn.git Update filenames of moved files. git-svn-id: https://svn.dealii.org/trunk@16249 0785d39b-7218-0410-832d-ea1e28bc413d --- 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"); }