FlexUnit + AIR + Ant: flashplayer hangs
Hi, I'm currently experiencing some issues when trying to run FlexUnit tests with Ant and AIR. The player doesn't close after the tests are finished and it's giving me the following error when I kill...
View Articlehow to access stage in flexunit
I've found in the following post (http://forums.adobe.com/message/2371850#2371850) some suggestions about this topic, but as I'm relatively new to as3, I'm still confused about how to make it work. My...
View ArticleFlexUnit 4 test cases running sequence problem
Hi All, I am facing some problem in running my test cases in sequence in FlexUnit 4. Suppose i am adding the test case class in my main MXML. public function runMyTest():void {...
View ArticleReceiving trace()-statements in the TestRunner
First of all I would like to say I am totallynew to the use of unit testing in general. I am currently evaluating FlexUnit and using the TestRunner.mxml for running the tests. I am only curious how I...
View ArticleHow To add Resource Manager class to UIComponent?
Hi all,I am using papervision3d as my 3d engine to create anaglyph objects. I want to load 3d objects in diffrent canvas and displayed it based on the selection.for that i created a list when the list...
View ArticleAbsolute path to E:\Hudson in org.flexunit.assert() etc
Hi there, I'm attempting to use flexrunner in a linux project. So far everything has been smoothly, thanks. Just pached my SDK vith linux air 2.6 runtimes and ran (a slightly modified) demo project. It...
View ArticleLoading a swf from flex builder
Hi Everyone, Hi have a project, in which three technologies are used :1.) Action Script 3.02.) Adobe Flex3.) Java I want to know how do i load the swf file since i have various swf file in .fla file....
View ArticleHelp using FlexUnit with Nant
Hi, I created some tests which run perfectly if I use my IDE (FlashDevelop) to run them. I've been trying to create a Nant script to automate my tests and have the results written into an xml file....
View ArticleWhat causes "Error saving report" error?
HiI am trying to generate the junit style test results using flex unit. The error log is: Buildfile: c:\Code\unittests\src\build.xml init: [delete] Deleting directory c:\Code\unittests\src\reports...
View ArticleCI 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 ArticleFlexUnit report XML format deviates from that of JUnit
Folks, We are starting to get some mileage from the CI support in FlexUnit4 - thanks to all for the work on this. Currently we are using the CI builds from the FlexUnit Hudson server: FlexUnit4-Flex3.2...
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 ArticleErrors building flexunit tasks using ant
HiI am having trouble while trying to run flexunit tests through ant script I have searched all over the internet but cannot find anything helpful. For my project I am using Flash builder 4.6 and flex...
View ArticleFlexUnit UI problem
Hello guys, I have 3 test class out of which 2 test class is fully passed. But the class which fails has 2 methods. In the failed class 1 method is failed and 1 is passed, but when i check in the...
View ArticleNeed FlexUnitTasks.jar file
Hi, I'm currently using Flash Builder 4 with the incorporated FlexUnit distribution.I can run the FlexUnit tests within Eclipse, but now I am trying to run thesetests using ANT. To do this, I found...
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 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 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 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 ArticleFlexUnit + AIR + Ant?
Is the ant <flexunit> task compatible with AIR? My AIR app uses a SQLite database and some of my integration tests will create a sample database and needs to use the File object in the AIR SDK....
View Article