-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -620,13 +620,15 @@ mod tests { | |
// * Boolean literals true/false in all lowercase | ||
// * field `enable_liveliness_protection` is systematically missing from | ||
// `topic_rule`s | ||
// * Remove leading spaces in subject_name, since the parsing method in the | ||
// x509_cert crate does not seem to accept them | ||
|
||
let domain_participant_permissions_xml = r#"<?xml version="1.0" encoding="UTF-8"?> | ||
<dds xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="http://www.omg.org/spec/DDS-Security/20170801/omg_shared_ca_permissions.xsd"> | ||
<permissions> | ||
<grant name="ShapesPermission"> | ||
<subject_name>[email protected], CN=DDS Shapes Demo, OU=CTO Office, O=ACME Inc., L=Sunnyvale, ST=CA, C=US</subject_name> | ||
<subject_name>[email protected],CN=DDS Shapes Demo,OU=CTO Office,O=ACME Inc.,L=Sunnyvale,ST=CA,C=US</subject_name> | ||
<validity> | ||
<!-- Format is CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] The time zone may | ||
be specified as Z (UTC) or (+|-)hh:mm. Time zones that aren't | ||
|