Testcase 155 has failed a couple of times with the diff below. Since it has happened twice in a short period of time it should be investigated. Both times it has been on a VS2010 Win32on64 test, with languages being cpp-dotnet-cpp. Most likely this is a timing issue, of course... But it should still be checked out.
(A line with a '-' in front means that it is missing, and one with a '+' in front means that it has been added, compared to the expected result.)
Partner 0 diff:
---
+++
@@ -3,14 +3,6 @@
Expectation: Partner 0 gets OnRegistered, OnUnregistered, OnCompletedRegistration and OnRegistered
--------- Setup -----------
--------- Test -----------
-Consumer 0: OnRegistered:
- Type = DoseTest.GlobalService
- HandlerId = DEFAULT_HANDLER
-
-Consumer 0: OnUnregistered:
- Type = DoseTest.GlobalService
- HandlerId = DEFAULT_HANDLER
-
Consumer 0: OnCompletedRegistration:
Type = DoseTest.GlobalService
HandlerId = DEFAULT_HANDLER
Partner 1 diff:
---
+++
@@ -3,7 +3,3 @@
Expectation: Partner 0 gets OnRegistered, OnUnregistered, OnCompletedRegistration and OnRegistered
--------- Setup -----------
--------- Test -----------
-Consumer 0: OnCompletedRegistration:
- Type = DoseTest.GlobalService
- HandlerId = DEFAULT_HANDLER
-
N/A after stewart merge. Reopen if it reappears.