From: bangerth Date: Sat, 20 Nov 2010 22:37:23 +0000 (+0000) Subject: Move test now that it works. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e45606da78c94bb3e1f80708cb58bd26d0b1dbe;p=dealii-svn.git Move test now that it works. git-svn-id: https://svn.dealii.org/trunk@22830 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fail/interpolate_boundary_values_01.cc b/tests/codim_one/interpolate_boundary_values_01.cc similarity index 96% rename from tests/fail/interpolate_boundary_values_01.cc rename to tests/codim_one/interpolate_boundary_values_01.cc index e3f2eabfb2..844a25627d 100644 --- a/tests/fail/interpolate_boundary_values_01.cc +++ b/tests/codim_one/interpolate_boundary_values_01.cc @@ -81,8 +81,8 @@ int main () deallog.attach(logfile); deallog.depth_console(0); - test<2,3>("../codim_one/grids/square.inp"); - test<2,3>("../codim_one/grids/sphere_1.inp"); + test<2,3>("grids/square.inp"); + test<2,3>("grids/sphere_1.inp"); return 0; } diff --git a/tests/fail/interpolate_boundary_values_01/cmp/generic b/tests/codim_one/interpolate_boundary_values_01/cmp/generic similarity index 100% rename from tests/fail/interpolate_boundary_values_01/cmp/generic rename to tests/codim_one/interpolate_boundary_values_01/cmp/generic