[gnome-photos/wip/rishi/unbreak-installed-tests] build: Unbreak the installed tests




commit 3d2020e0c6db8af0c71ec8ba421799ba47371c79
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Aug 24 16:07:44 2020 +0200

    build: Unbreak the installed tests
    
    This might have been been a consequence of commit b859c39cb9db4ff5,
    where the installed tests were disabled at build-time. Even though
    the CI doesn't have the infrastructure to run the installed tests,
    having them enabled during the build could have avoided this typo.
    
    Fallout from bbc0c43f778a0af066024d0bdba49e65e8dc6f9c
    
    https://gitlab.gnome.org/GNOME/gnome-photos/-/merge_requests/138

 tests/unit/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/unit/meson.build b/tests/unit/meson.build
index 625ca598..06054cbf 100644
--- a/tests/unit/meson.build
+++ b/tests/unit/meson.build
@@ -32,7 +32,7 @@ test_data = [
   'photos-test-pipeline-edited-magic-filter-none.xml',
   'photos-test-pipeline-edited-magic-filter-1947.xml',
   'photos-test-pipeline-edited-magic-filter-calistoga.xml',
-  'photos-test-pipeline-edited-insta-filter-trencin.xml',
+  'photos-test-pipeline-edited-magic-filter-trencin.xml',
   'photos-test-pipeline-edited-magic-filter-caap.xml',
   'photos-test-pipeline-edited-magic-filter-mogadishu.xml',
   'photos-test-pipeline-edited-magic-filter-hometown.xml',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]