0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Setting up CNAME support More... about 15 years ago
Moved website content to gh-pages branch More... about 15 years ago
Fixed merge conflicts More... about 15 years ago
Updated Tagline More... about 15 years ago
Added Flex fix to base TestRunner submitted by Jonathan Knapp and resurfaced by Alan Shaw More... about 15 years ago
Changed setTimeout to setInterval in ResultPrinter to fix FDB hangups More... over 15 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... over 15 years ago
Added half-second looping interval to XMLResultPrinter so that the Sprouts FDBTask can kill a failing player instance properly More... over 15 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... over 15 years ago
Fixed assertSame output with patch submitted by Robert Penner More... over 15 years ago
Added .fla to bootstrap as25 tests (for those who don't use MTASC). More... over 15 years ago
Renamed print() to _print() - Flash (IDE) compiler was throwing errors on number of arguments passed to function. More... over 15 years ago
Copied testAsyncFeature from TestCaseExample. More... over 15 years ago
Restored TestCase MovieClip / TextField helper methods. More... almost 16 years ago
Added tests for multiple asynchronous calls within a single test method and an asynchronous call within the setUp() method. More... almost 16 years ago
Fixed uninitialised itterator variables - for(var i:Number;...==>for(var i:Number=0;... Removed extraneous trace() statements More... almost 16 years ago
Assert.assertEquals for AS25 (wasn't throwing exception when looking for expected.equals, this wouldn't happen in AS2). More... almost 16 years ago
Further progress on port, now running. More... almost 16 years ago
Normalized errors. More... almost 16 years ago
First cut of porting asunit3 > asunit25. Checking in for safe keeping, not functional. More... almost 16 years ago
Tidy - Organized imports and added a missing semicolon. More... almost 16 years ago
Accidentally missed unversioned files from r191 - patch for multiple Asynchronous operations. More... almost 16 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... almost 16 years ago
Created branch for user modifications to ASUnit3 and the new back-port to ASUnit25. More... almost 16 years ago
Preparing for integration of Patch submitted by Ian Tyrrell More... almost 16 years ago
Removed unused AbstractMemberCalledError More... about 16 years ago
Moved CDATA inside of error and failure nodes More... about 16 years ago
Added CDATA to XMLResultPrinter so that failures stack traces can include XML Content More... about 16 years ago
Fixed support for XMLTestResult.addFailure and addError More... about 16 years ago
Integrated Cruise Control JUnit XML Reporting Updated TestListener interface and methods that TestCase calls Updated XMLResultPrinter for more accurate result set More... about 16 years ago