libwbclient: add WBC_SID_NAME_LABEL
[sfrench/samba-autobuild/.git] / nsswitch / libwbclient / tests / wbclient.c
index 0412bed0f222953f62d15d77a5fd580f143dc455..b3c93a199c41941143755a9c61ac70781d1a4e1a 100644 (file)
@@ -216,6 +216,8 @@ static bool test_wbc_sidtypestring(struct torture_context *tctx)
                                 "SID_UNKNOWN", "SID_UNKNOWN failed");
        torture_assert_str_equal(tctx, wbcSidTypeString(WBC_SID_NAME_COMPUTER),
                                 "SID_COMPUTER",  "SID_COMPUTER failed");
+       torture_assert_str_equal(tctx, wbcSidTypeString(WBC_SID_NAME_LABEL),
+                                "SID_LABEL",  "SID_LABEL failed");
        return true;
 }