-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor TestWriteInteraction to use a MessagingContext. This allows us to test more details of the messages being sent. * Add a roundtrip test to TestWriteInteraction. Various fixups needed for that: 1) Make InteractionModelEngine::Shutdown actually remove the object as an unsolicited message handler. 2) Initialize WriteHandler's state properly so it's not random whether we think we have available WriteHandlers. 3) Fix TestWriteInteraction::AddAttributeDataElement to use the right tag (2, not 1) for its data. 4) Stop trying to run AppTests in QEMU, because of linking/compilation issues in that setup.
- Loading branch information
1 parent
beaa8e2
commit 2b8d3a2
Showing
5 changed files
with
128 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters