mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
added additional Get test to TestGetSet
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@10284 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
6512928772
commit
0ac279c652
@ -181,6 +181,12 @@ FUNCTION TestGetSet(id,getFunc,setFunc)
|
||||
WRITE(*,*) "FAILURE"
|
||||
RETURN
|
||||
END IF
|
||||
|
||||
IF (getFunc(id)) THEN
|
||||
TestGetSet = EXIT_FAILURE
|
||||
WRITE(*,*) "FAILURE"
|
||||
RETURN
|
||||
END IF
|
||||
|
||||
TestGetSet = EXIT_SUCCESS
|
||||
RETURN
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user