CI issues on Linux - CentOS + Hudson
Hi there,I got some issues to generate the Junit reports, it gets up to "Waiting for client connection" then do nothing for a few seconds.When it gets back this is what I get in the...
View Article[Test(expects="Error")] not functioning as expected
When testing against implementation code which is expected to throw an exception the test fails even when the expected exception is thrown. I broke this test down into a very simple example to help...
View ArticleError with SwfLoader and new application domain
Hi I have a test with a SWFLoader loading an application in a different application domain.Test with SWFLoader is ok when you load the application in the same application domain but when I want a new...
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 ArticleStopping a Test Run
Is there any way of stopping a FU4 test run that is currently in progress? Thanks,Brian
View ArticleRunning FlexUnit4 tests via ant & Hudson?
I'm just starting to move towards test driven development and I'm trying to figure out how to get continuous integration with FlexUnit4 working for our Flex projects & Hudson. I've got our project...
View ArticleFlexUnitApplication not being generated properly
I'm trying to use flexUnit, but I'm running into a problem. When I go to executeFlexUnit Tests, I encounter the compiler error: "Content is not allowed in prolog" The FlexUnitApplication.mxml file that...
View ArticleHow to use SequenceRunner with FlexUnit 4
Hi, I just read the Wiki page about Fluint Sequences at http://docs.flexunit.org/index.php?title=Sequences#Sequences_from_Fluint. I really would like to use sequences as it seems a great way to test...
View Articleenvironment variables not passed through to player in flexunit 4.1.0-beta3
fyi, to get flexunit-4.1.0-beta3 FlexUnit4AntTasks invocation of flashplayer to not be rejected by the vncserver, i needed to modify the FlexUnitLauncher to pass through the environment variables to...
View ArticleExternal Data for Parameterized Tests
I'm trying to take advantage of the awesome new JUnit-style external data feature of Parameterized tests. Unfortunately I'm running into some trouble: Parameterized.createTest() is getting called...
View ArticleCan a mock method use it’s argument in a callback function?
This question isn’t directly related to FlexUnit, but I assume someone can give me advice on this problem or an alternative. The problem is that I am trying to pass an instance of an object...
View ArticleAsync.proceedOnEvent vs. Async.handleEvent
What I'd like to do is to handle the event generated by a process and proceed to the next test only after it has been handled. When I tried just using Async.handleEvent, the test running would allow...
View ArticleFU4.1RC2 - "invalid application descriptor" when using AIR 2.5
Folks, I discovered today when attempting to use AIR 2.5 with FlexUnit4.1 RC2 that you will get the following error when adl.exe is invoked: [flexunit] Setting up server process ... [flexunit]...
View ArticleFlexUnit not generating TestRunner.swf when compiled with Hudson / Ant
I've been dabbling with FlexUnit (4.1 RC2) and CI under Hudson. To that effect, I chose to test the server configuration with the sample CI project that comes with the 4.1 RC2 distribution of FlexUnit,...
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 ArticleFlash Builder "unknow FLex SDK Flex Hero" problem(urgent)
Dear all, I developed my mobile andriod game in the flash builder burrito and suddenly I can't open it because of this error "Licensing for this product has expired"so I installed flash builder 4.5...
View ArticleANT Build script failing while generating junit style reports
Hi, Actually I got an ANT build script which does the following:1) compiles AS code and generates swc2) generate AS docs3) compiles flex unit reports4) Generate wrappers the last part is getting the...
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 ArticleRunning headless & CI
Hi Folks, Here's what I'm trying to do and need some advice: seems that FlexUnit 4 in its Beta 2 incarnation will not run on a headless Linux CI machine but Fluint will? Is this a correct statement so...
View ArticleHow to resolve "Failed to open the panel socket"?
I am trying to run some of our Flexunit tests on Unix OS. To setup my environment I followed all of the steps on http://docs.flexunit.org/index.php?title=Ant_Task document. My environment is now:...
View Article