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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user