summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2018-07-21 17:52:36 +0200
committerCarlos Garnacho <carlosg@gnome.org>2018-07-21 17:52:36 +0200
commitda971357f43f1f1168950cbe980e1d95561ca891 (patch)
treeb9d1e6c51b435ecfd7fc9076999ef156eec44b92 /tests
parent2f7ade534a452153ab9f0faa10e403b30e845c75 (diff)
parente4e7766e2f0baa9d69de61993200680afa914616 (diff)
downloadtracker-da971357f43f1f1168950cbe980e1d95561ca891.tar.gz
Merge branch 'wip/carlosg/direct-rewrite'
Diffstat (limited to 'tests')
-rw-r--r--tests/libtracker-miner/tracker-file-notifier-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libtracker-miner/tracker-file-notifier-test.c b/tests/libtracker-miner/tracker-file-notifier-test.c
index fd8264467..1bdc16085 100644
--- a/tests/libtracker-miner/tracker-file-notifier-test.c
+++ b/tests/libtracker-miner/tracker-file-notifier-test.c
@@ -668,6 +668,7 @@ test_file_notifier_monitor_updates_non_recursive (TestCommonContext *fixture,
{ OPERATION_CREATE, "non-recursive/bbb", NULL }
};
FilesystemOperation expected_results2[] = {
+ { OPERATION_CREATE, "non-recursive", NULL },
{ OPERATION_UPDATE, "non-recursive/bbb", NULL },
{ OPERATION_CREATE, "non-recursive/ccc", NULL },
{ OPERATION_UPDATE, "non-recursive/ccc", NULL }
@@ -716,6 +717,7 @@ test_file_notifier_monitor_updates_recursive (TestCommonContext *fixture,
{ OPERATION_CREATE, "recursive/bbb", NULL }
};
FilesystemOperation expected_results2[] = {
+ { OPERATION_CREATE, "recursive", NULL },
{ OPERATION_CREATE, "recursive/folder", NULL },
{ OPERATION_CREATE, "recursive/folder/aaa", NULL },
{ OPERATION_UPDATE, "recursive/bbb", NULL },