[nautilus/wip/antoniof/gtk4-port-leftover-tasks: 2/3] test/interactive: Drop obsolete test




commit f650488d926c15d293c27e9dcf188a1c1798699a
Author: António Fernandes <antoniof gnome org>
Date:   Thu Sep 1 16:26:47 2022 +0100

    test/interactive: Drop obsolete test
    
    Originally introduced by 469047a2a58430026d68a3b99b223b922b18b8d1
    
    It's been disabled because it relied on gtk_main* API, which is gone
    in GTK4, but even after porting to GMainLoop API, it fails to work
    because operations invoke GApplication inhibition.
    
    In other words: I'm confident this test program has been broken for
    years without anyone realizing it.
    
    We already have automatic tests for copy operations. Manual testing
    can be done with the nautilus application itself with debug messages
    enabled.
    
    So, let's just drop the broken obsolete test code.

 test/{interactive => }/file-torture.py |   0
 test/interactive/meson.build           |   8 ---
 test/interactive/test-copy.c           | 102 ---------------------------
 test/interactive/test.c                | 122 ---------------------------------
 test/interactive/test.h                |  34 ---------
 test/meson.build                       |   1 -
 6 files changed, 267 deletions(-)
---
diff --git a/test/interactive/file-torture.py b/test/file-torture.py
similarity index 100%
rename from test/interactive/file-torture.py
rename to test/file-torture.py
diff --git a/test/meson.build b/test/meson.build
index 07532fd2a..f8bcdac0e 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -19,4 +19,3 @@ test_env = [
 ]
 
 subdir('automated')
-#subdir('interactive')


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