Changeset 52

Show
Ignore:
Timestamp:
04/09/09 14:22:53 (3 years ago)
Author:
mgalloy
Message:

Removing GUI keyword to MGUNIT.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/mgunit/src/mgunit.pro

    r47 r52  
    1616;    html : in, optional, type=boolean 
    1717;       set to indicate HTML output instead of plain text 
    18 ;    gui : in, optional, type=boolean 
    19 ;       set to start GUI test runner 
    2018;    npass : out, optional, type=long 
    2119;       number of tests that passed 
     
    2523;       number of tests       
    2624;- 
    27 pro mgunit, tests, filename=filename, html=html, gui=gui, $ 
     25pro mgunit, tests, filename=filename, html=html, $ 
    2826            color=color, $ 
    2927            npass=npass, nfail=nfail, ntests=ntests