Simeon Bateman [Fri, 24 Dec 2010 01:35:09 +0000 (17:35 -0800)]
Merge branch 'labriola'
Simeon Bateman [Fri, 24 Dec 2010 01:34:14 +0000 (17:34 -0800)]
Merge branch '4.1' of git://github.com/labriola/flexunit into labriola
Simeon Bateman [Fri, 24 Dec 2010 01:33:57 +0000 (17:33 -0800)]
fixing libraries for turnkey
Michael Labriola [Fri, 24 Dec 2010 01:30:59 +0000 (19:30 -0600)]
Updated turnkey to work with the latest libraries
Simeon Bateman [Fri, 24 Dec 2010 01:13:59 +0000 (17:13 -0800)]
removing old files from turnkey
Simeon Bateman [Fri, 24 Dec 2010 00:25:44 +0000 (16:25 -0800)]
Merge branch 'master' of git://github.com/wolever/flexunit into wolever
Simeon Bateman [Fri, 24 Dec 2010 00:24:40 +0000 (16:24 -0800)]
Merge branch 'labriola'
Simeon Bateman [Fri, 24 Dec 2010 00:24:30 +0000 (16:24 -0800)]
Merge branch '4.1' of git://github.com/labriola/flexunit into labriola
Simeon Bateman [Thu, 23 Dec 2010 23:50:40 +0000 (15:50 -0800)]
Merge branch 'master' of git://github.com/jonrose182/flexunit into jrose
Simeon Bateman [Thu, 23 Dec 2010 23:48:53 +0000 (15:48 -0800)]
merging updates from blegros
Michael Labriola [Thu, 23 Dec 2010 23:36:36 +0000 (17:36 -0600)]
Fixed errant trace, comment and extra var in suite
Simeon Bateman [Thu, 23 Dec 2010 19:24:14 +0000 (11:24 -0800)]
Merge branch '4.1' of git://github.com/labriola/flexunit into labriola
Michael Labriola [Thu, 23 Dec 2010 01:58:40 +0000 (19:58 -0600)]
Fixes for runtime filtering issues with parameterized tests that load external data
Michael Labriola [Wed, 22 Dec 2010 19:55:57 +0000 (13:55 -0600)]
Fix for build issue around unknown error
Simeon Bateman [Thu, 16 Dec 2010 23:13:15 +0000 (15:13 -0800)]
Merge branch '4.1' of git://github.com/labriola/flexunit into labriola
Jon Rose [Thu, 9 Dec 2010 22:53:05 +0000 (15:53 -0700)]
Updates for FlexMonkey
Jon Rose [Thu, 9 Dec 2010 17:36:18 +0000 (10:36 -0700)]
.
David Wolever [Thu, 18 Nov 2010 22:06:34 +0000 (17:06 -0500)]
More helpful error messages when parameterized test initialization fails.
Michael Labriola [Wed, 13 Oct 2010 23:45:28 +0000 (18:45 -0500)]
Added metadata code hints into the build file
jadkins [Wed, 13 Oct 2010 20:57:50 +0000 (15:57 -0500)]
Updated build file to include new metadata files
jadkins [Wed, 13 Oct 2010 20:57:17 +0000 (15:57 -0500)]
Updated Theory
jadkins [Wed, 13 Oct 2010 19:12:52 +0000 (14:12 -0500)]
Added metadata improvements to 4.1
labriola [Mon, 11 Oct 2010 00:34:13 +0000 (19:34 -0500)]
Added theory for external dependency data
labriola [Mon, 11 Oct 2010 00:33:27 +0000 (19:33 -0500)]
Fixed bug where instances of IExternalDependencyData were evaluated twice. Also fixed crashing bug in FlexUnitCore due to scope conflict
labriola [Sun, 10 Oct 2010 17:29:49 +0000 (12:29 -0500)]
Added uncaught error handling to all runners
labriola [Sun, 10 Oct 2010 17:26:56 +0000 (12:26 -0500)]
Addition of new method to mock for implementation of interface
labriola [Sun, 10 Oct 2010 17:21:08 +0000 (12:21 -0500)]
Additional fix to possible condition created when a top level error occurs
labriola [Fri, 1 Oct 2010 02:17:25 +0000 (22:17 -0400)]
Fix for issue where IExternalDependencyData interface could not be properly used with Theories
labriola [Thu, 30 Sep 2010 12:28:51 +0000 (08:28 -0400)]
Fixed case insensitive dataProvider and order issue.
Brian LeGros [Thu, 16 Sep 2010 21:20:25 +0000 (17:20 -0400)]
Update version # as to not confuse Nexus for bundle uploads.
Brian LeGros [Thu, 16 Sep 2010 21:11:55 +0000 (17:11 -0400)]
Updated glob for core libraries to be included in standard distribution zip.
Brian LeGros [Thu, 16 Sep 2010 20:31:24 +0000 (16:31 -0400)]
Updated main build to provide a hook to bundle sonatype artifacts into a zip for easier distribution.
Brian LeGros [Wed, 15 Sep 2010 05:30:10 +0000 (01:30 -0400)]
Updated with flexunit master
Brian LeGros [Wed, 15 Sep 2010 05:23:30 +0000 (01:23 -0400)]
Fixed error being thrown by FlexCoverListener by linking CoverageAgent into listener. Still no luck on closing the CoverageViewer.
Brian LeGros [Wed, 15 Sep 2010 05:22:54 +0000 (01:22 -0400)]
Fixed error being thrown by FlexCoverListener by linking CoverageAgent into listener. Still no luck on closing the CoverageViewer.
Brian LeGros [Wed, 15 Sep 2010 05:00:25 +0000 (01:00 -0400)]
Updated main build script to ommit flex/as3 section in final name since it's no longer a concern.
Brian LeGros [Wed, 15 Sep 2010 04:48:14 +0000 (00:48 -0400)]
Updated to use the 0.90 SWC
Brian LeGros [Wed, 15 Sep 2010 04:42:50 +0000 (00:42 -0400)]
Updated build for core to produce both as3 and flex artifacts as well as test project to test both. Updated dependent projects to use as3 version of core only.
Brian LeGros [Wed, 15 Sep 2010 04:40:23 +0000 (00:40 -0400)]
Removed extraneous version.properties file.
Brian LeGros [Tue, 14 Sep 2010 19:22:50 +0000 (15:22 -0400)]
FIrst pass to update build to produce Sonatype bundles. Integration with core still outstanding.
Simeon Bateman [Fri, 27 Aug 2010 23:41:00 +0000 (16:41 -0700)]
bumping the version number
Simeon Bateman [Fri, 27 Aug 2010 23:34:36 +0000 (16:34 -0700)]
merging changes from blegros
Simeon Bateman [Fri, 27 Aug 2010 21:58:50 +0000 (14:58 -0700)]
Merge branch '4.1' of git://github.com/labriola/flexunit
labriola [Fri, 27 Aug 2010 01:33:21 +0000 (20:33 -0500)]
Revised version number of core in preparation for release
labriola [Fri, 27 Aug 2010 01:33:04 +0000 (20:33 -0500)]
Fixed a bug in framewatcher where it always used approximate mode instead of using frames when available
labriola [Fri, 27 Aug 2010 01:31:28 +0000 (20:31 -0500)]
Fixed issue related to inline befores and afters where multiple locators could be created causing tests to fail to find their correct handling statement
labriola [Thu, 26 Aug 2010 21:54:09 +0000 (16:54 -0500)]
Merged branches
Brian LeGros [Thu, 26 Aug 2010 03:36:04 +0000 (23:36 -0400)]
Updated final name of flexunit ZIP file for easier deployment.
Brian LeGros [Thu, 26 Aug 2010 03:35:16 +0000 (23:35 -0400)]
Updated sample project to work out of box when bundled into final zip.
Brian LeGros [Thu, 26 Aug 2010 03:03:52 +0000 (23:03 -0400)]
Update Ant task JAR from latest fixes.
Brian LeGros [Thu, 26 Aug 2010 02:59:57 +0000 (22:59 -0400)]
Fix to address FXU-130 (env variable pass through) as well as bug discovered for early termination of the Xvnc process.
Brian LeGros [Mon, 23 Aug 2010 02:08:01 +0000 (22:08 -0400)]
Issue with Runtime.exec spawing process outside of Ant process. Switched to using Execute.launch to attempt letting Ant manage the process.
Brian LeGros [Mon, 23 Aug 2010 02:07:33 +0000 (22:07 -0400)]
Issue with Runtime.exec spawing process outside of Ant process. Switched to using Execute.launch to attempt letting Ant manage the process.
Brian LeGros [Mon, 23 Aug 2010 00:50:38 +0000 (20:50 -0400)]
Updated from latest rev.
Brian LeGros [Mon, 23 Aug 2010 00:50:25 +0000 (20:50 -0400)]
Updating Ant task to better handle pass through of environment variables and file name to execute for custom commands.
Brian LeGros [Sat, 21 Aug 2010 05:48:12 +0000 (01:48 -0400)]
Merge branch 'master' of github.com/flexunit/flexunit
Conflicts:
FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/AdlCommand.java
FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/TrustFile.java
FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/TaskConfiguration.java
Brian LeGros [Sat, 21 Aug 2010 05:40:37 +0000 (01:40 -0400)]
Updated to use latest build of JAR for sample project.
Brian LeGros [Sat, 21 Aug 2010 05:35:01 +0000 (01:35 -0400)]
Fixes for FXU-128 (ADL file separator issue), FXU-130 (mkdirs), FXU-131 (env pass through), FXU-132 (trust file).
Simeon Bateman [Tue, 3 Aug 2010 18:08:27 +0000 (11:08 -0700)]
bumping version to 4.1.0-beta3
Simeon Bateman [Tue, 3 Aug 2010 17:10:26 +0000 (10:10 -0700)]
Merge branch '4.1' of github.com/labriola/flexunit
Michael Labriola [Tue, 3 Aug 2010 17:05:24 +0000 (12:05 -0500)]
HTML encoded comments
Simeon Bateman [Tue, 3 Aug 2010 16:25:20 +0000 (09:25 -0700)]
Merge branch '4.1' of github.com/labriola/flexunit
Michael Labriola [Thu, 29 Jul 2010 18:34:29 +0000 (13:34 -0500)]
Fixes for FXU-125 to allow separated sorting of before/after from regular sorting when needed but also provide a method of handling original bhavior of 4.0
Michael Labriola [Thu, 29 Jul 2010 00:42:03 +0000 (19:42 -0500)]
Added DescriptionUtil to library
Michael Labriola [Thu, 29 Jul 2010 00:41:49 +0000 (19:41 -0500)]
Removed unneeded imports
Michael Labriola [Thu, 29 Jul 2010 00:41:30 +0000 (19:41 -0500)]
Removed trace statements from tests
Michael Labriola [Thu, 29 Jul 2010 00:41:12 +0000 (19:41 -0500)]
Fixed issue FXU-123
Michael Labriola [Wed, 28 Jul 2010 23:29:18 +0000 (18:29 -0500)]
Proposed solution to FXU-124 failure formatting bug with nested quotes inside of the failure message.
Michael Labriola [Wed, 28 Jul 2010 23:12:40 +0000 (18:12 -0500)]
Fixed bug where initial Ignore caused failure due to test time information computation
Michael Labriola [Wed, 28 Jul 2010 23:08:07 +0000 (18:08 -0500)]
Fixed bug where initial Ignore caused failure due to test time information computation
Michael Labriola [Wed, 28 Jul 2010 23:06:03 +0000 (18:06 -0500)]
Merged with Legros Branch
labriola [Wed, 28 Jul 2010 03:16:27 +0000 (22:16 -0500)]
Fix for release mode swfs
labriola [Wed, 28 Jul 2010 02:57:07 +0000 (21:57 -0500)]
Tweaks in an effort to make tests run from command line
Michael Labriola [Wed, 28 Jul 2010 01:12:50 +0000 (20:12 -0500)]
Removed files that have been moved
Michael Labriola [Wed, 28 Jul 2010 01:09:36 +0000 (20:09 -0500)]
Merged new unit tests and refactoring for the reflection APIs into main code along with beginning of mockolate tests.
Simeon Bateman [Mon, 19 Jul 2010 18:36:57 +0000 (11:36 -0700)]
Merge branch 'master' of git://github.com/boushley/flexunit
Aaron Boushley [Mon, 19 Jul 2010 01:38:40 +0000 (18:38 -0700)]
Made some changes to the README file.
Aaron Boushley [Mon, 19 Jul 2010 01:37:19 +0000 (18:37 -0700)]
Added a basic README file
Brian LeGros [Thu, 15 Jul 2010 12:12:26 +0000 (08:12 -0400)]
Updated CI Listener to sanitize test times from the framework in the case that null or NaN values are provided.
Brian LeGros [Tue, 13 Jul 2010 13:16:15 +0000 (09:16 -0400)]
Updated to fix missing creation of trust directory when it does not exist. Missed during refactoring.
Brian LeGros [Fri, 9 Jul 2010 15:43:20 +0000 (11:43 -0400)]
Merge branch 'master' of git://github.com/flexunit/flexunit
Brian LeGros [Fri, 9 Jul 2010 15:37:58 +0000 (11:37 -0400)]
Missed case where FLEX_HOME was being logged in TestRun w/o checking for existance.
Brian LeGros [Fri, 9 Jul 2010 15:12:32 +0000 (11:12 -0400)]
Fix for FXU-121; build needed mxml-2006 namespace explicitly added since the namespace argument doesn't support appending.
Brian LeGros [Fri, 9 Jul 2010 04:03:11 +0000 (00:03 -0400)]
Fixed bugs: FLEX_HOME not defined throwing NPE, time data not being displayed in sec
labriola [Wed, 23 Jun 2010 01:52:24 +0000 (21:52 -0400)]
Merge branch 'master' of git://github.com/rduclos/flexunit
Conflicts:
FlexUnit4/src/org/flexunit/internals/runners/statements/RunAftersInline.as
FlexUnit4/src/org/flexunit/internals/runners/statements/RunBeforesInline.as
FlexUnit4/src/org/fluint/sequence/ISequenceStep.as
FlexUnit4/src/org/fluint/sequence/SequenceDelay.as
FlexUnit4Test/src/org/flexunit/experimental/runners/statements/cases/MethodCompleteWithParamStatementCase.as
labriola [Tue, 22 Jun 2010 00:39:29 +0000 (19:39 -0500)]
Merge commit '
0d2cc3ab1b90bb22df5d3be503417f268d603fb9'
Conflicts:
FlexUnit4/.flexLibProperties
labriola [Tue, 22 Jun 2010 00:37:06 +0000 (19:37 -0500)]
I don't know why I am commiting. Perhaps because github hates me but it swears this file which is identical needs to e committed and it seems to have more enegery than me
labriola [Tue, 22 Jun 2010 00:31:05 +0000 (19:31 -0500)]
Merged in final changes
Brian LeGros [Mon, 21 Jun 2010 21:37:11 +0000 (17:37 -0400)]
Updated Ant JAR with fix for AIR 2.0 issue.
Brian LeGros [Mon, 21 Jun 2010 20:51:01 +0000 (16:51 -0400)]
Updated JAR with fix for AIR 2.0 issue.
Brian LeGros [Mon, 21 Jun 2010 20:50:44 +0000 (16:50 -0400)]
Fix for bug when running with AIR 2.0 and using file descriptor from 1.5. Now finds verison of AIR SDK via adt.jar.
Simeon Bateman [Mon, 21 Jun 2010 17:36:45 +0000 (10:36 -0700)]
Merge branch 'master' of git://github.com/blegros/flexunit
Michael Labriola [Mon, 21 Jun 2010 16:51:22 +0000 (11:51 -0500)]
A bunch of functional tests for params, theories and rules
Michael Labriola [Mon, 21 Jun 2010 16:42:55 +0000 (11:42 -0500)]
Fixed a bug where an item without an order argument was never provided the adjusted argument and always defaulted to 0
Brian LeGros [Mon, 21 Jun 2010 16:22:32 +0000 (12:22 -0400)]
Updated with debug output updates.
Brian LeGros [Mon, 21 Jun 2010 16:18:37 +0000 (12:18 -0400)]
Updated debug output to show description of command-line execution for custom player.
Brian LeGros [Mon, 21 Jun 2010 16:04:26 +0000 (12:04 -0400)]
Merge branch '4.1' of git://github.com/labriola/flexunit
Brian LeGros [Mon, 21 Jun 2010 03:44:59 +0000 (23:44 -0400)]
Added debug output for xvnc headless support.
labriola [Mon, 21 Jun 2010 02:10:56 +0000 (21:10 -0500)]
Added an extra space before the parameters as it cleans up the call and gets around some weird UI wrapping problems
labriola [Mon, 21 Jun 2010 02:07:56 +0000 (21:07 -0500)]
Cleaned up the formatting of the parameterized methods per wolever's suggestion