mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
tests: Fix GIO file size tests as .desktop files have changed size
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
d6e57943ea
commit
8a68b795c1
@ -2613,7 +2613,7 @@ test_measure (void)
|
||||
g_assert_true (ok);
|
||||
g_assert_no_error (error);
|
||||
|
||||
g_assert_cmpuint (num_bytes, ==, 74478);
|
||||
g_assert_cmpuint (num_bytes, ==, 74469);
|
||||
g_assert_cmpuint (num_dirs, ==, 6);
|
||||
g_assert_cmpuint (num_files, ==, 32);
|
||||
|
||||
@ -2696,7 +2696,7 @@ test_measure_async (void)
|
||||
file = g_file_new_for_path (path);
|
||||
g_free (path);
|
||||
|
||||
data->expected_bytes = 74478;
|
||||
data->expected_bytes = 74469;
|
||||
data->expected_dirs = 6;
|
||||
data->expected_files = 32;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user