Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs-feliks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feliks Kiszkurno
ogs-feliks
Commits
a9635eab
Commit
a9635eab
authored
7 months ago
by
Christoph Lehmann
Browse files
Options
Downloads
Patches
Plain Diff
[T] Added ctest with missing mesh
parent
6044571a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ProcessLib/HeatConduction/Tests.cmake
+9
-0
9 additions, 0 deletions
ProcessLib/HeatConduction/Tests.cmake
Tests/Data/Parabolic/T/1D_dirichlet_source-term/line_1_line_1e2_source_term_fail_mesh_not_found.xml
+7
-0
7 additions, 0 deletions
...-term/line_1_line_1e2_source_term_fail_mesh_not_found.xml
with
16 additions
and
0 deletions
ProcessLib/HeatConduction/Tests.cmake
+
9
−
0
View file @
a9635eab
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Tests/Data/Parabolic/T/1D_dirichlet_source-term/line_1_line_1e2_source_term_fail_mesh_not_found.xml
0 → 100644
+
7
−
0
View file @
a9635eab
<?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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment