Bug 693366 - CommunicationObject fixes
Summary: CommunicationObject fixes
Status: NEW
Alias: None
Product: Mono: Class Libraries
Classification: Mono
Component: WCF (show other bugs)
Version: SVN
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Atsushi Enomoto
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-12 12:38 UTC by Sebastien Pouliot
Modified: 2011-05-12 13:57 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
fixes for CommunicationObject (13.16 KB, patch)
2011-05-12 12:38 UTC, Sebastien Pouliot
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastien Pouliot 2011-05-12 12:38:19 UTC
Created attachment 429309 [details]
fixes for CommunicationObject

While debugging a moonlight issue I wrote some tests for CommunicationObject. The root cause turned out not to be moonlight related, so I wrote a wrapper so the tests can be executed with moon-unit. In both case the tests are now in GIT but ignored while executed.

Attached is a patch that fix the unit tests (both moon and mono) but they introduce other regressions (timeout) in mono's unit tests.
Comment 1 Atsushi Enomoto 2011-05-12 13:57:47 UTC
Can this bug report be specific on what you want to fix? The patch contains lots of changes and it could be split into minimum changes and then it will become possible to identify which change is problematic to cause regression.