Closed kskinoue0612 closed 6 years ago
As written in issue #42, When iRIC GUI creates ".cancel", iRIC_Check_Cancel() calls exit(0). So I removed the unit test case to test calling iRIC_Check_Cancel() when ".cancel" exists.
iRIC_Check_Cancel()
exit(0)
As written in issue #42, When iRIC GUI creates ".cancel",
iRIC_Check_Cancel()
callsexit(0)
. So I removed the unit test case to test callingiRIC_Check_Cancel()
when ".cancel" exists.