summaryrefslogtreecommitdiff
path: root/tests/unit
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/gui/test-gui-line.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/unit/gui/test-gui-line.cpp b/tests/unit/gui/test-gui-line.cpp
index ecae7783f..a0bee35e4 100644
--- a/tests/unit/gui/test-gui-line.cpp
+++ b/tests/unit/gui/test-gui-line.cpp
@@ -554,6 +554,16 @@ TEST(GuiLine, HasOfflineNick)
/*
* Tests functions:
+ * gui_line_is_action
+ */
+
+TEST(GuiLine, IsAction)
+{
+ /* TODO: write tests */
+}
+
+/*
+ * Tests functions:
* gui_line_compute_buffer_max_length
*/