0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Dec 08, 2024 — Dec 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Setting up CNAME support More... almost 17 years ago
Moved website content to gh-pages branch More... almost 17 years ago
Fixed merge conflicts More... almost 17 years ago
Updated Tagline More... almost 17 years ago
Added Flex fix to base TestRunner submitted by Jonathan Knapp and resurfaced by Alan Shaw More... almost 17 years ago
Changed setTimeout to setInterval in ResultPrinter to fix FDB hangups More... almost 17 years ago
Added Flash Player version to prelude output Added ResultPrinter half-second loop so that FDB can halt the test process properly Added more detailed execution time summary, to help in finding slow tests Fixed removeChild helper so that it doesn't explode on failure, and allows us to use it more aggressively in tearDown More... almost 17 years ago
Added half-second looping interval to XMLResultPrinter so that the Sprouts FDBTask can kill a failing player instance properly More... almost 17 years ago
Added AirRunner as a base class that extends WindowedApplication for testing classes that use the Air api. N.B. This may not be strictly necessary. More... about 17 years ago
Fixed assertSame output with patch submitted by Robert Penner More... about 17 years ago
Added .fla to bootstrap as25 tests (for those who don't use MTASC). More... over 17 years ago
Renamed print() to _print() - Flash (IDE) compiler was throwing errors on number of arguments passed to function. More... over 17 years ago
Copied testAsyncFeature from TestCaseExample. More... over 17 years ago
Restored TestCase MovieClip / TextField helper methods. More... over 17 years ago
Added tests for multiple asynchronous calls within a single test method and an asynchronous call within the setUp() method. More... over 17 years ago
Fixed uninitialised itterator variables - for(var i:Number;...==>for(var i:Number=0;... Removed extraneous trace() statements More... over 17 years ago
Assert.assertEquals for AS25 (wasn't throwing exception when looking for expected.equals, this wouldn't happen in AS2). More... over 17 years ago
Further progress on port, now running. More... over 17 years ago
Normalized errors. More... over 17 years ago
First cut of porting asunit3 > asunit25. Checking in for safe keeping, not functional. More... over 17 years ago
Tidy - Organized imports and added a missing semicolon. More... over 17 years ago
Accidentally missed unversioned files from r191 - patch for multiple Asynchronous operations. More... over 17 years ago
Applied patch to allow multiple Asynchronous operations to occur within each test method or setup. Tidied code to reduce FDT errors/warnings. More... over 17 years ago
Created branch for user modifications to ASUnit3 and the new back-port to ASUnit25. More... over 17 years ago
Preparing for integration of Patch submitted by Ian Tyrrell More... over 17 years ago
Removed unused AbstractMemberCalledError More... almost 18 years ago
Moved CDATA inside of error and failure nodes More... almost 18 years ago
Added CDATA to XMLResultPrinter so that failures stack traces can include XML Content More... almost 18 years ago
Fixed support for XMLTestResult.addFailure and addError More... almost 18 years ago
Integrated Cruise Control JUnit XML Reporting Updated TestListener interface and methods that TestCase calls Updated XMLResultPrinter for more accurate result set More... almost 18 years ago