Skip navigation
Currently Being Moderated

FlexUnit CIlistener problems after upgrade to 4.5

Nov 8, 2011 9:51 AM

Hello,

   I've just upgraded to Flash Builder 4.5 and I'm getting this error when I'm running test from my ant build:

  

java.util.concurrent.ExecutionException: Socket timeout waiting for flexunit report

 

 

Usually, this is because the CIListener is not added to the test suite but I'm using it as you can see here:

 

 

[code]

                                        core = new FlexUnitCore();

                                        core.addListener(new CIListener());

                                        core.addListener(new UIListener(uiListener));

                                        core.run(testSuite.TdmseTestSuite);

[/code]

 

 

I'm searching everywhere for a solution but no dice so far.

 

 

Please help!!

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points