Home | History | Annotate | Download | only in tests

Lines Matching refs:test_data

176 test_create_structure (gconstpointer test_data)
187 g_assert (test_data != NULL);
189 (char *) test_data);
191 root = g_file_new_for_commandline_arg ((char *) test_data);
381 test_initial_structure (gconstpointer test_data)
396 g_assert (test_data != NULL);
397 log ("\n Testing sample structure in '%s'...\n", (char *) test_data);
399 root = g_file_new_for_commandline_arg ((char *) test_data);
544 test_traverse_structure (gconstpointer test_data)
549 g_assert (test_data != NULL);
551 (char *) test_data);
553 root = g_file_new_for_commandline_arg ((char *) test_data);
567 test_enumerate (gconstpointer test_data)
578 g_assert (test_data != NULL);
579 log ("\n Test enumerate '%s'...\n", (char *) test_data);
581 root = g_file_new_for_commandline_arg ((char *) test_data);
734 test_copy_move (gconstpointer test_data)
743 g_assert (test_data != NULL);
744 root = g_file_new_for_commandline_arg ((char *) test_data);
797 test_create (gconstpointer test_data)
806 g_assert (test_data != NULL);
809 root = g_file_new_for_commandline_arg ((char *) test_data);
883 test_open (gconstpointer test_data)
892 g_assert (test_data != NULL);
895 root = g_file_new_for_commandline_arg ((char *) test_data);
953 test_delete (gconstpointer test_data)
962 g_assert (test_data != NULL);
965 root = g_file_new_for_commandline_arg ((char *) test_data);
1073 prep_clean_structure (gconstpointer test_data)
1077 g_assert (test_data != NULL);
1079 (char *) test_data);
1081 root = g_file_new_for_commandline_arg ((char *) test_data);