Help 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 Articleflexunit 4 fails for me
I am simply running an Assert.assertTrue call and it says it fails, here is my code:package sampleSuite.tests { import org.flexunit.*; public class TestCase1 { [Before]...
View ArticleRunning unit tests from ant: flashplayer window remains open
I'm trying to run flex unit tests from ant but I can't get the flashplayer window to close afterwards. What am I doing wrong? <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"...
View ArticleFlexUnit ant - running tests that make server calls
Hi, I am using BlazeDS in my project to connect to a Tomcat server. I have configured my services in the services-config.xml file and passed the location of the file as an argument to the compiler in...
View ArticleFlexUnit 4.1.0-8 Error 1046
Hi, I'm using Eclipse Gallieo on Mac OS 10.6.8 with the Flash Builder 4 plugin. My project is using the Flex 4.5.0 SDK and I recently updated FlexUnit from 4.0 to 4.1.0-8. Now when I compile I get...
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 ArticleUploading File classic ASP
HiIm a new flex developer and i making an app that insert data into a db and upload a file in a path web server, but my problem is when i send to asp my archive there is no way to save on the path and...
View ArticleSeems like a bug in TestRunner with passed assertions in Async Tests
Hello.I havn't find bugtracker for FlexUnit, and so do post here. Test runner doesn't show passed assertoins in async tests as it does with simple tests, but with fallingassertions - all good. With...
View ArticleWhich is a more recent version of FlexUnit: flexunit-4.1.0-8 or...
Which is a more recent version of FlexUnit: flexunit-4.1.0-8 or flexunit-4.1.0_RC2 ??
View ArticleUsing Async calls in a Util class
I have a Utility class that I want to put code in that I'm reusing over and over again. This includes Async.handleEvent calls. If I call an instance of the Util class from a [Test(async)] method, can...
View Articleant tests: undefined method runWithFlexUnit4Runner?
Hi all! I am trying to automate AIR tests that run successfully via Adobe Flash Builder 4.I get the following error: Error: Call to a possibly undefined method runWithFlexUnit4Runner through a...
View ArticleEclipse update site for FlexUnit 4.1?
Is there an update site that I can point Eclipse at to update the FlexUnit plugin to FlexUnit 4.1? If not, then how are people updating Eclipse?
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 ArticleproceedOnEvent() timeout waiting for creationComplete
Hello, I have a test case that will not run due to proceedOnEvent not seeing the desired event. Here's the test code: package com.mine.components.buttonBar{ import flexunit.framework.Assert;...
View ArticleFlexUnit Eclipse/Flex Builder 3 Plugin - Feedback Please
Hi All, I have been beavering away developing an Eclispe plugin for FlexUnit and would like your feedback. To get this free plugin simply visit:...
View ArticleAsync.asyncNativeResponder in place of Async.Responder?
I'm using 4.1 and the asyc class doesn't seem to have Async.Responder, so I tried this: token.addResponder(Async.asyncNativeResponder(this, onResult, faultHandler, 600)); but get an issue: Implicit...
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 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 Article