Add more test on Optionnal, Required children serialization

This commit is contained in:
Paul Fariello 2019-11-28 18:00:40 +01:00 committed by Paul Fariello
commit 0d879eb231
10 changed files with 90 additions and 0 deletions

View file

@ -227,4 +227,24 @@ mod tests {
assert!(elem.is("name", ns::SASL_CERT));
assert_eq!(elem.text(), "Mobile Client");
}
#[test]
fn test_serialize_item() {
assert!(false);
}
#[test]
fn test_serialize_append() {
assert!(false);
}
#[test]
fn test_serialize_disable() {
assert!(false);
}
#[test]
fn test_serialize_revoke() {
assert!(false);
}
}