{
g_type_init ();
+ g_debug("%s", G_STRFUNC);
if(!main_loop)
main_loop = g_main_loop_new (NULL, FALSE);
{
g_type_init ();
+ g_debug("%s", G_STRFUNC);
auth_service = signon_auth_service_new ();
fail_unless (SIGNON_IS_AUTH_SERVICE (auth_service),
GError *err = NULL;
+ g_debug("%s", G_STRFUNC);
SignonIdentity *idty = signon_identity_new(NULL, NULL);
fail_unless (idty != NULL, "Cannot create Iddentity object");
g_type_init();
GError *err = NULL;
+ g_debug("%s", G_STRFUNC);
SignonIdentity *idty = signon_identity_new(NULL, NULL);
fail_unless (idty != NULL, "Cannot create Iddentity object");
g_type_init();
GError *err = NULL;
+ g_debug("%s", G_STRFUNC);
SignonIdentity *idty = signon_identity_new(NULL, NULL);
fail_unless (idty != NULL, "Cannot create Iddentity object");
gint state_counter = 0;
GError *err = NULL;
+ g_debug("%s", G_STRFUNC);
SignonIdentity *idty = signon_identity_new(NULL, NULL);
fail_unless (idty != NULL, "Cannot create Iddentity object");
guint id = 0;
GError *error = NULL;
+ g_debug("%s", G_STRFUNC);
connection = dbus_g_bus_get (DBUS_BUS_SESSION, &error);
if(connection)
{
g_type_init ();
+ g_debug("%s", G_STRFUNC);
guint id = new_identity();
fail_unless (id != 0);
{
g_type_init ();
+ g_debug("%s", G_STRFUNC);
identity = signon_identity_new_from_db(G_MAXINT);
fail_unless (identity != NULL);
START_TEST(test_store_credentials_identity)
{
g_type_init ();
+ g_debug("%s", G_STRFUNC);
SignonIdentity *idty = signon_identity_new(NULL, NULL);
fail_unless (idty != NULL);
fail_unless (SIGNON_IS_IDENTITY (idty),
START_TEST(test_verify_secret_identity)
{
g_type_init ();
+ g_debug("%s", G_STRFUNC);
SignonIdentity *idty = signon_identity_new(NULL, NULL);
fail_unless (idty != NULL);
fail_unless (SIGNON_IS_IDENTITY (idty),
START_TEST(test_remove_identity)
{
g_type_init ();
+ g_debug("%s", G_STRFUNC);
SignonIdentity *idty = signon_identity_new();
fail_unless (idty != NULL);
fail_unless (SIGNON_IS_IDENTITY (idty),
static SignonIdentityInfo *create_standard_info()
{
+ g_debug("%s", G_STRFUNC);
SignonIdentityInfo *info = signon_identity_info_new ();
signon_identity_info_set_username (info, "James Bond");
signon_identity_info_set_secret (info, "007", TRUE);
START_TEST(test_info_identity)
{
+ g_debug("%s", G_STRFUNC);
g_type_init ();
SignonIdentity *idty = signon_identity_new();
fail_unless (idty != NULL);
START_TEST(test_signout_identity)
{
+ g_debug("%s", G_STRFUNC);
g_type_init ();
SignonIdentity *idty = signon_identity_new();
fail_unless (idty != NULL);
START_TEST(test_unregistered_identity)
{
g_type_init ();
+ g_debug("%s", G_STRFUNC);
SignonIdentity *idty = signon_identity_new();
fail_unless (idty != NULL);
fail_unless (SIGNON_IS_IDENTITY (idty),
START_TEST(test_unregistered_auth_session)
{
+ g_debug("%s", G_STRFUNC);
g_type_init ();
SignonIdentity *idty = signon_identity_new();
fail_unless (idty != NULL);