From: guido Date: Wed, 14 Sep 2005 13:33:19 +0000 (+0000) Subject: changes for new PathSearch mechanism X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d568b0738f64e5715e9f9122644d0f864f0d366b;p=dealii-svn.git changes for new PathSearch mechanism git-svn-id: https://svn.dealii.org/trunk@11424 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/grid_in.cc b/tests/deal.II/grid_in.cc index e1c38b1ca1..84ad871412 100644 --- a/tests/deal.II/grid_in.cc +++ b/tests/deal.II/grid_in.cc @@ -86,8 +86,8 @@ void check_file (const std::string name, void filename_resolution() { - check_file<2> (std::string("grid_in_2d.inp"), GridIn<2>::ucd); - check_file<2> (std::string("grid_in_2d.xda"), GridIn<2>::xda); + check_file<2> (std::string("grid_in_2d"), GridIn<2>::ucd); + check_file<2> (std::string("grid_in_2d"), GridIn<2>::xda); }