From: Peter Munch Date: Sun, 11 Dec 2022 18:16:12 +0000 (+0100) Subject: Rename tests X-Git-Tag: v9.5.0-rc1~740^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14566%2Fhead;p=dealii.git Rename tests --- diff --git a/tests/simplex/conv_hex_to_simplex.cc b/tests/simplex/convert_hypercube_to_simplex_mesh_01.cc similarity index 100% rename from tests/simplex/conv_hex_to_simplex.cc rename to tests/simplex/convert_hypercube_to_simplex_mesh_01.cc diff --git a/tests/simplex/conv_hex_to_simplex.output b/tests/simplex/convert_hypercube_to_simplex_mesh_01.output similarity index 100% rename from tests/simplex/conv_hex_to_simplex.output rename to tests/simplex/convert_hypercube_to_simplex_mesh_01.output diff --git a/tests/simplex/conv_hex_to_simplex_02.cc b/tests/simplex/convert_hypercube_to_simplex_mesh_02.cc similarity index 97% rename from tests/simplex/conv_hex_to_simplex_02.cc rename to tests/simplex/convert_hypercube_to_simplex_mesh_02.cc index 0f4b8dc82f..733d1b7624 100644 --- a/tests/simplex/conv_hex_to_simplex_02.cc +++ b/tests/simplex/convert_hypercube_to_simplex_mesh_02.cc @@ -13,7 +13,7 @@ * * --------------------------------------------------------------------- * - * Like conv_hex_to_simplex, but also refines the grid once. + * Like convert_hypercube_to_simplex_mesh_01, but also refines the grid once. */ #include diff --git a/tests/simplex/conv_hex_to_simplex_02.output b/tests/simplex/convert_hypercube_to_simplex_mesh_02.output similarity index 100% rename from tests/simplex/conv_hex_to_simplex_02.output rename to tests/simplex/convert_hypercube_to_simplex_mesh_02.output diff --git a/tests/simplex/conv_hex_to_simplex_03.cc b/tests/simplex/convert_hypercube_to_simplex_mesh_03.cc similarity index 96% rename from tests/simplex/conv_hex_to_simplex_03.cc rename to tests/simplex/convert_hypercube_to_simplex_mesh_03.cc index 140976af6c..8a5f4bd03c 100644 --- a/tests/simplex/conv_hex_to_simplex_03.cc +++ b/tests/simplex/convert_hypercube_to_simplex_mesh_03.cc @@ -13,7 +13,7 @@ * * --------------------------------------------------------------------- * - * Like conv_hex_to_simplex, but also refines the grid once. + * Like convert_hypercube_to_simplex_mesh_01, but also refines the grid once. */ #include diff --git a/tests/simplex/conv_hex_to_simplex_03.output b/tests/simplex/convert_hypercube_to_simplex_mesh_03.output similarity index 100% rename from tests/simplex/conv_hex_to_simplex_03.output rename to tests/simplex/convert_hypercube_to_simplex_mesh_03.output