• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

FlexUnit CIlistener problems after upgrade to 4.5

New Here ,
Nov 08, 2011 Nov 08, 2011

Copy link to clipboard

Copied

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!!

TOPICS
FlexUnit

Views

3.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 17, 2011 Nov 17, 2011

Copy link to clipboard

Copied

LATEST

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!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines