Changeset 26

Show
Ignore:
Timestamp:
12/02/08 22:45:33 (3 years ago)
Author:
mgalloy
Message:

Adding a compound test runner so output can be sent to multiple test runners.

Location:
trunk/mgunit/src
Files:
1 added
1 modified

Legend:

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

    r24 r26  
    2525  compile_opt strictarr 
    2626 
     27  testRunner = obj_new('MGutCompoundRunner') 
     28   
    2729  runnerName = keyword_set(html) ? 'MGutHTMLRunner' : 'MGutCliRunner' 
    28   testRunner = obj_new(runnerName, filename=filename) 
     30  testRunner->add, obj_new(runnerName, filename=filename) 
    2931   
    3032  npass = 0L