[nautilus/wip/antoniof/gtk4-port-leftover-tasks: 2/3] test/interactive: Drop obsolete test
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/antoniof/gtk4-port-leftover-tasks: 2/3] test/interactive: Drop obsolete test
- Date: Thu, 1 Sep 2022 15:45:29 +0000 (UTC)
commit 523e4fdba8411b2a7aa1a8f98b371a9ad905a378
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 | 3 +-
6 files changed, 1 insertion(+), 268 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..77cdc542f 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -18,5 +18,4 @@ test_env = [
'RUNNING_TESTS=@0@'.format('TRUE')
]
-subdir('automated')
-#subdir('interactive')
+subdir('automated')
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]