をクリックして COBOL パースペクティブに切り替えます。
COBOL パースペクティブを使用して、ワークスペースが表示されます。
if function numval(distance-km) not equal 7703
string "Incorrect distance in kilometers returned - "
distance-km delimited by size
x"0" delimited by size
into errormessage
end-string
call MFU-ASSERT-FAIL-Z using errormessage
end-if
([Run Failed]) をクリックします。
失敗したテストが再実行され、今度は合格します。