25 #include "dbus-internals.h"
26 #include "dbus-test.h"
27 #include "dbus-credentials.h"
36 #ifdef DBUS_ENABLE_EMBEDDED_TESTS
37 #include "dbus-test.h"
44 const char *windows_sid)
68 if (windows_sid !=
NULL)
80 #define SAMPLE_SID "whatever a windows sid looks like"
81 #define OTHER_SAMPLE_SID "whatever else"
84 _dbus_credentials_test (
const char *test_data_dir)
89 if (test_data_dir ==
NULL)
92 creds = make_credentials (12, 511, SAMPLE_SID);