Ignore:
Timestamp:
08/21/09 16:22:57 (4 years ago)
Author:
pablo
Message:

More configuration testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fl5/test/PlayerTestLauncher.as

    r280 r287  
    33                import org.flexunit.listeners.UIListener; 
    44                import org.flexunit.runner.FlexUnitCore; 
     5                import org.flexunit.runner.notification.async.XMLListener; 
    56                import flash.desktop.NativeApplication;  
    67 
     
    2526                        } 
    2627                        core.addListener(new PlayerTestRunListener(this, new PlayerTestResultPrinter(outputPath))); 
     28                        core.addListener(new XMLListener()); 
    2729                        core.run(PlayerTestSuite); 
    2830                } 
Note: See TracChangeset for help on using the changeset viewer.