Flash Builder: Debugger breaks on Errors (Exceptions)
Not sure this is the right place to ask Flash Builder/FlexUnit integration questions: When FlexUnit tests are debugged inside Flash Builder, the debugger breaks/halts/stops on every error (exception)...
View Articlejava.lang.NullPointerException running ant task in 4.1 Beta 2
Hello, After trying to debug this all day, I thought I would ask the community. I am trying out the new FU4.1 Beta 2 (3.5) from the downloads page. We have a working CI system set up with 4.0, and I...
View ArticleStrange behaviour when running parameterized test
Hello,I am using Flex 4.5 and FlexUnit 4.1 inside of the Flashdevelop IDE and I am experiencing some very strange behaviour. If I have 5 parameters to my test the test runs fine. When I add a sixth...
View ArticleFlexUnit CI - Flash Player linux installation
I am now attempting to do some CI testing with the FlexUnit Ant task on the Linux platform, specifically RHEL 6 (x64). I am finding the installation of the Linux debug stand-alone player not as...
View ArticleWhy fpdownload.adobe.com/crossdomain.xml
Why are my flex apps asking for this file on page load? http://fpdownload.adobe.com/crossdomain.xml
View ArticleHelp with flex4unit ant build.xml: Socket timeout waiting for flexunit report
I'm having trouble setting up ant to build and test my project locally and I'm not sure what the next step is. Info:Running on XP/Cygwin.All of the files that FlexUnit4 references when used in Flash...
View Articlefirst flexunit test is always failing with Error Error #1009: Cannot access a...
Hi, I have flexunit project which I am trying to run on linux server. 1. I have Tests project.2. I am trying to compile it on linux server and creating Tests.swf file and then executing Tests.swf using...
View Articleinitial content not found
Hi, I try to use FlexUnit 4 to test an air application. I use Maven antrun plugin to compile and run testcode since flex-mojos do not support FlexUnit 4 yet. My antrun plugin is as follows,...
View Article"Error launching the test runner." running FlexUnit tests from CruiseControl
Looking for suggestions on what to try next running down a problem that manifests ONLY when I run FlexUnit (SDK 3.2.0.3794) tests from CruiseControl on RHEL4. These same tests run from the command...
View ArticleBuilding on headless linux
Hi I am trying to run my flexunit4 tests on a headless linux bamboo CI server. I have got xvfp that runs the flashplayer for me. I am using flashplayer 10 for linux. My problem is that the build...
View Articleproblem
This is the code I have written for testing in flexcover------------------------------------------------------------------------------<?xml version="1.0" encoding="utf-8"?><mx:Application...
View ArticleFluxUnit 4 Task Fails on Server 2003 via Bamboo 2.6
Hi there, I have a build file which includes tests, runs fine in my local dev environment via Flash Builder 4, and generates reports. The test portion of the build fails however when executing on my...
View ArticleIssues with adding FlexUnitTestRunnerUI to FlexUnitCore
Hi I am trying to create a test runner app with both a CIListenter and a UIListener. For the UIListener I am trying to use the FlexUnitTestRunnerUI, however when I try to use it as shown in the...
View ArticleUpdate to AIR 2.0: VerifyError: Error #1014: Class IIMEClient could not be...
Hi, I have updated to AIR 2.0 and now I get RTE above next to several other RTEs.The problem is that the generated flexUnitDescriptor.xml still uses AIR version 1.5 but should be 2.0.How can I change...
View ArticleError while running Parameterized test
Hi, I'm currently working on a really simple Parameterized TestCase. I'm using flexunit 4.0-rc1 and flexmojos 3.5.0. When I do 'mvn clean test' I get the following error: <testsuite errors="0"...
View ArticleFlexUnit 4.1 RC1 - adl.exe hangs and is not killed when timeout exceeded
I am running AIR based tests using FlexUnit 4.1 RC1. I have the "timeout" parameter of the FlexUnit Ant task set to 45 minutes (2700000 milliseconds). I expect that if this threshold is exceeded, the...
View ArticleWait for Renderers to Display
I'm testing a component with an editable DataGrid with custom item renderers. I wanted to use a sequence to simulate the user modifying a cell in the datagrid, but to be able to do that, I have to...
View ArticleTimeout Occurred before expected event for simple SequenceRunner
I'm having trouble with these tests. I'm always getting Timeout Occurred for my sequence in the test testOnLogout. Any ideas? Timeout Occurred before expected eventTimeout Occurred before expected...
View ArticleFU Ant task failure: java.util.concurrent.ExecutionException: could not close...
We sometimes see this failure intermitently when using the FlexUnit Ant task to run tests in a CI environment. The Ant task throws this exception: java.util.concurrent.ExecutionException: could not...
View ArticleFlexUnitTests in Flash Professional Project
Is it possible to run FlexUnitTests on a Flash Professional Project? (created within Flash Builder)I notice when I create a FlexUnitTest in my Flash Professional Project FlexUnitApplication.as and...
View Article