summaryrefslogtreecommitdiff
path: root/test/automated/displayless/test-file-operations-move-files.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/automated/displayless/test-file-operations-move-files.c')
-rw-r--r--test/automated/displayless/test-file-operations-move-files.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/test/automated/displayless/test-file-operations-move-files.c b/test/automated/displayless/test-file-operations-move-files.c
index 6b476e7fa..5ad8ccb51 100644
--- a/test/automated/displayless/test-file-operations-move-files.c
+++ b/test/automated/displayless/test-file-operations-move-files.c
@@ -158,7 +158,7 @@ test_move_one_empty_directory_undo (void)
g_autolist (GFile) files = NULL;
create_one_empty_directory ("move");
-
+
root = g_file_new_for_path (g_get_tmp_dir ());
g_assert_true (root != NULL);
@@ -1185,7 +1185,7 @@ test_move_first_hierarchy (void)
g_assert_false (g_file_query_exists (file, NULL));
file = g_file_get_child (first_dir, "move_second_child");
- g_assert_false (g_file_query_exists (file, NULL));
+ g_assert_false (g_file_query_exists (file, NULL));
g_assert_false (g_file_query_exists (first_dir, NULL));
@@ -1236,7 +1236,7 @@ test_move_first_hierarchy_undo (void)
g_assert_true (g_file_query_exists (file, NULL));
file = g_file_get_child (first_dir, "move_second_child");
- g_assert_true (g_file_query_exists (file, NULL));
+ g_assert_true (g_file_query_exists (file, NULL));
g_assert_true (g_file_query_exists (first_dir, NULL));
@@ -1287,7 +1287,7 @@ test_move_first_hierarchy_undo_redo (void)
g_assert_false (g_file_query_exists (file, NULL));
file = g_file_get_child (first_dir, "move_second_child");
- g_assert_false (g_file_query_exists (file, NULL));
+ g_assert_false (g_file_query_exists (file, NULL));
g_assert_false (g_file_query_exists (first_dir, NULL));
@@ -1931,16 +1931,17 @@ setup_test_suite (void)
}
int
-main (int argc, char *argv[])
+main (int argc,
+ char *argv[])
{
g_autoptr (NautilusFileUndoManager) undo_manager = NULL;
undo_manager = nautilus_file_undo_manager_new ();
g_test_init (&argc, &argv, NULL);
g_test_set_nonfatal_assertions ();
- nautilus_ensure_extension_points();
+ nautilus_ensure_extension_points ();
setup_test_suite ();
return g_test_run ();
-} \ No newline at end of file
+}