Skip to main content
Known Participant
November 8, 2011
Question

FlexUnit CIlistener problems after upgrade to 4.5

  • November 8, 2011
  • 1 reply
  • 3097 views

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:

 

                                        core = new FlexUnitCore();

                                        core.addListener(new CIListener());

                                        core.addListener(new UIListener(uiListener));

                                        core.run(testSuite.TdmseTestSuite);

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

Please help!!

This topic has been closed for replies.

1 reply

Known Participant
November 17, 2011

Hello,

I solved this issue by doing these 2 things:


1. made sure my entire flexuint bundle was from the 4.1 bundle (http://www.flexunit.org/?page_id=14)

2. Installed the projector version of flashplayer



Thanks!