S
shilpi.agarwal3373
Guest
Hi team, Can you please tell me, What changes should be done in ANT script(running ABL Unit test case) to see the Build Failed. In every case, I am getting Build Successful even failure of one test case which is written in ABL Unit. ANt Script is -. output is- Buildfile: C:\shilpi\POC\ablunit\build.xml init: taskdef: prepare: [echo] Directory created clean: [echo] clean done compile: [PCTCompile] PCTCompile - Progress Code Compiler [PCTCompile] 11 file(s) compiled [echo] Build process ablunit: [ablunit] Running C:\shilpi\POC\ablunit\tests\testDelcust.p [ablunit] Tests run: 0, Success: 0, Errors: 0, Failures: 0, Time elapsed: 0.001 sec [echo] Run Test cases BUILD SUCCESSFUL Total time: 10 seconds When I run the test case(testDelcust.p) through Progress ABL Unit Application, i am finding one failure. But when I run this testcase through ANT script, Build comes out successful.. Is there need to change in ANT script? What changes should be done? Please suggest.
Continue reading...
Continue reading...