Skip to content

Commit

Permalink
Add correct comments so that Geom operator testing is picked up by te…
Browse files Browse the repository at this point in the history
…st coverage checker.
  • Loading branch information
oehmke committed Dec 16, 2024
1 parent dc03809 commit f393771
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Infrastructure/Geom/tests/ESMF_GeomUTest.F90
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ program ESMF_GeomUTest

!------------------------------------------------------------------------
!NEX_UTest
! Testing ESMF_GeomOperator(==)()
write(name, *) "Geom equality before assignment Test"
write(failMsg, *) "Did not return ESMF_SUCCESS"
shouldBeFalse = (geom1 == geom2)
Expand All @@ -89,6 +90,7 @@ program ESMF_GeomUTest

!------------------------------------------------------------------------
!NEX_UTest
! Testing ESMF_GeomAssignment(=)()
write(name, *) "Geom equality with alias test"
write(failMsg, *) "Did not return ESMF_SUCCESS"

Expand All @@ -113,6 +115,7 @@ program ESMF_GeomUTest

!------------------------------------------------------------------------
!NEX_UTest
! Testing ESMF_GeomOperator(/=)()
write(name, *) "Geom inequality with two different geoms"
write(failMsg, *) "Did not return ESMF_SUCCESS"

Expand Down

0 comments on commit f393771

Please sign in to comment.