1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 01:33:12 +02:00

tests: rename tests

This commit is contained in:
Sébastien Helleu
2023-12-02 13:24:53 +01:00
parent 52f32e5612
commit bc08d9a2b3
6 changed files with 161 additions and 161 deletions
@@ -45,7 +45,7 @@ TEST_GROUP(LoggerTail)
* logger_tail_last_eol
*/
TEST(LoggerTail, LoggerTailLastEol)
TEST(LoggerTail, LastEol)
{
const char *str = "abc\ndef\rghi";
@@ -77,7 +77,7 @@ TEST(LoggerTail, LoggerTailLastEol)
* logger_tail_file
*/
TEST(LoggerTail, LoggerTailFile)
TEST(LoggerTail, File)
{
const char *content_3_lines = "line 1\nline 2\nline 3\n";
const char *content_5_lines = "line 1\nline 2\n\nline 3\n\n";