Changeset 263


Ignore:
Timestamp:
Nov 8, 2008, 1:41:28 PM (15 years ago)
Author:
George Lilly
Message:

fixed printing test name ie: TESTGPLXPATH

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccr/trunk/p/GPLUNIT.m

    r152 r263  
    134134          . S $P(TSTS(ZI),"^",2)=TPASSED
    135135          . S $P(TSTS(ZI),"^",3)=TFAILED
    136           F I=1:1:TSTS(0) D  ;
     136          F ZI=1:1:TSTS(0) D  ;
    137137          . W "TEST=> ",$P(TSTS(ZI),"^",1)
    138138          . W " PASSED=>",$P(TSTS(ZI),"^",2)
Note: See TracChangeset for help on using the changeset viewer.