summaryrefslogtreecommitdiff
path: root/tests/unit/gui
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-12-25 21:44:27 +0100
committerSébastien Helleu <flashcode@flashtux.org>2022-12-25 21:44:27 +0100
commit0c29d4c5b6ae3034e9a2ddf3f9fbd374e0a49f72 (patch)
tree1d00ca3e45c8f9911e5d5f8f6c63bdc941d51ba2 /tests/unit/gui
parent2c238e08ffc798136fb8bab9633507d6c2d7a88e (diff)
downloadweechat-0c29d4c5b6ae3034e9a2ddf3f9fbd374e0a49f72.zip
core: move `/input` set_unread actions to commands `/allbuf` and `/buffer set`
Actions moved: * `/input set_unread` -> `/allbuf /buffer set unread` * `/input set_unread_current_buffer` -> `/buffer set unread`
Diffstat (limited to 'tests/unit/gui')
-rw-r--r--tests/unit/gui/test-gui-input.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/unit/gui/test-gui-input.cpp b/tests/unit/gui/test-gui-input.cpp
index 71108f270..31356edad 100644
--- a/tests/unit/gui/test-gui-input.cpp
+++ b/tests/unit/gui/test-gui-input.cpp
@@ -804,26 +804,6 @@ TEST(GuiInput, GrabMouse)
/*
* Tests functions:
- * gui_input_set_unread
- */
-
-TEST(GuiInput, SetUnread)
-{
- /* TODO: write tests */
-}
-
-/*
- * Tests functions:
- * gui_input_set_unread_current
- */
-
-TEST(GuiInput, SetUnreadCurrent)
-{
- /* TODO: write tests */
-}
-
-/*
- * Tests functions:
* gui_input_switch_active_buffer
*/