Skip to content
Snippets Groups Projects
Commit a9635eab authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[T] Added ctest with missing mesh

parent 6044571a
No related branches found
No related tags found
No related merge requests found
......@@ -452,6 +452,15 @@ AddTest(
line_1_line_1e2_ts_500_t_39062500.000000_reference.vtu line_1_line_1e2_ts_500_t_39062500.000000.vtu temperature temperature 1e-10 0.0
)
# failing test - mesh not found
AddTest(
NAME 1D_HeatConduction_dirichlet_SourceTerm_fail_mesh_not_found
PATH Parabolic/T/1D_dirichlet_source-term
EXECUTABLE ogs
EXECUTABLE_ARGS line_1_line_1e2_source_term_fail_mesh_not_found.xml
PROPERTIES PASS_REGULAR_EXPRESSION "Could not read mesh from '.*' file[.] No mesh added[.]"
)
AddTest(
NAME HeatConduction_t1_1Dsource
PATH Parabolic/T/t1_1Dsource
......
<?xml version="1.0" encoding="ISO-8859-1"?>
<OpenGeoSysProjectDiff base_file="line_1_line_1e2_source_term.prj">
<replace msel="/*/meshes/mesh[1]/text()">
NON_EXISTENT_MESH.vtu
</replace>
</OpenGeoSysProjectDiff>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment