Is there a guide to running headless on Linux?
When I run the following build: <target name="compile.client.test" depends="setup.test"> <mxmlc file="${client.test.src.file}" output="${client.test.bin.file}" fork="true"...
View ArticleFlexunit ant task on CI Server - rundll32.exe causing problems
My team is using flexunit and a CI server running Hudson. On a development system, everything runs fine, and we get the reports just like we need them. It also works fine on the CI server when just the...
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 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 Articlesource-path mismatch problem
I'm trying to integrate unit testing with our build process and failing with the following error message. BUILD FAILEDC:\Projects\project\client\FUTest\build.xml:88: Compilation failed: Warning: Source...
View Articlehelp me in screen sharing application in flex
hii iam new to flexany one can help me in making screen sharing in flex 4.5 i tried it and i was facing problem in connecting to room. Lccs had stoped giving new account is their any solution for...
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 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 ArticleStatus of Code Coverage in FlexUnit?
Just curious if there is any update on this thread from almost a year ago: http://forums.adobe.com/message/2994338 We would really, really, really like to generate Cobertura-style reports from our...
View ArticleRun a test suite (scenario) on a RemoteObject
Hi, I'm trying to run a test suite on a remote object.It works fine, but i want to do a "scenario" with async request. Here is my source : [Test(async)] public function ping():void...
View ArticleFlexUnit is working with FlashBuilder and not working with Build file
Hi I have few flexunit test cases . When I am running those testcases from Flashbuilder FlexUnit plugin I am able to run all the testcases and when I run Build file to run those testcases , build file...
View ArticleMockito problems - Please make sure you specified a call to stub in given
Mockito problems - Please make sure you specified a call to stub in givenHello, I'm trying to get a handle on mocking w/ Mockito to and I keeping getting this error:"Please make sure you specified a...
View ArticleAll async unit tests timeout
I am trying to run FlexUnit tests through Ant in a very simplified version of the sampleCLIProject. The tests pass when I compile through Flash Builder and timeout when I run them through Ant on...
View ArticleHow do setup FlexUnit in your CI build process on 64-Bit Linux
Hello everyone. I am trying to setup FlexUnit in my build process and am using Rackspace cloud servers for my build server. I only have the option of Linux 64 bit distros or Windows 32b/64b. I started...
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 Articleproblem
This is the code I have written for testing in flexcover------------------------------------------------------------------------------<?xml version="1.0" encoding="utf-8"?><mx:Application...
View ArticleCan I use this with Flex 3 ?
I get a compile error with the FlexUnit 4 meta tags, like [Test]Can I use FlexUnit 4 with Flex 3 ?
View ArticleIllegal override of ExpectAsync in...
Hi,Run into a painful bug that blocks our testing. Will continue investigating but wanted to post for advice / answers / etc.Problem description: Previously testing-working FlashBuilder library...
View ArticleTestRunner Hangs or ExecutionException: java.lang.NumberFormatException
I'm attempting to get my unit tests setup to run automatically with my Ant build and take one path or the other if they fail or not. I used the SampleCIProject as an example and got it to run just...
View ArticlePassing extra compiler options to ANT task?
Hi, Is there a way to send any extra compiler options to the <flexunit> ANT task?I'm using conditional compilation and compilation (mxmlc) is failing from the <flexunit> task: "Error:...
View Article