mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 11:43:13 +02:00
core, plugins: fix typos in comments on functions, use imperative
This commit is contained in:
@@ -37,7 +37,7 @@ TEST_GROUP(Alias)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* alias_valid
|
||||
*/
|
||||
|
||||
@@ -57,7 +57,7 @@ TEST(Alias, Valid)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* alias_search
|
||||
*/
|
||||
|
||||
@@ -77,7 +77,7 @@ TEST(Alias, Search)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* alias_string_add_word_range
|
||||
* alias_string_add_arguments
|
||||
* alias_replace_args
|
||||
@@ -154,7 +154,7 @@ TEST(Alias, ReplaceArgs)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* alias_run_command
|
||||
*/
|
||||
|
||||
@@ -164,7 +164,7 @@ TEST(Alias, RunCommand)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* alias_cb
|
||||
*/
|
||||
|
||||
@@ -174,7 +174,7 @@ TEST(Alias, Cb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* alias_hook_command
|
||||
*/
|
||||
|
||||
@@ -184,7 +184,7 @@ TEST(Alias, HookCommand)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* alias_find_pos
|
||||
*/
|
||||
|
||||
@@ -194,7 +194,7 @@ TEST(Alias, FindPos)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* alias_insert
|
||||
*/
|
||||
|
||||
@@ -204,7 +204,7 @@ TEST(Alias, Insert)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* alias_remove_from_list
|
||||
*/
|
||||
|
||||
@@ -214,7 +214,7 @@ TEST(Alias, RemoveFromList)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* alias_rename
|
||||
*/
|
||||
|
||||
@@ -224,7 +224,7 @@ TEST(Alias, Rename)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* alias_free
|
||||
*/
|
||||
|
||||
@@ -235,7 +235,7 @@ TEST(Alias, Free)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* alias_free_all
|
||||
*/
|
||||
|
||||
@@ -245,7 +245,7 @@ TEST(Alias, FreeAll)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* alias_update_completion
|
||||
*/
|
||||
|
||||
@@ -255,7 +255,7 @@ TEST(Alias, UpdateCompletion)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* alias_name_valid
|
||||
*/
|
||||
|
||||
@@ -265,7 +265,7 @@ TEST(Alias, NameValid)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* alias_new
|
||||
*/
|
||||
|
||||
@@ -275,7 +275,7 @@ TEST(Alias, New)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* alias_add_to_infolist
|
||||
*/
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ TEST_GROUP(IrcBatch)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_batch_search
|
||||
*/
|
||||
|
||||
@@ -83,7 +83,7 @@ TEST(IrcBatch, Search)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_batch_generate_random_ref
|
||||
*/
|
||||
|
||||
@@ -108,7 +108,7 @@ TEST(IrcBatch, GenerateRandomRef)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_batch_add_to_list
|
||||
* irc_batch_start_batch
|
||||
* irc_batch_free
|
||||
@@ -175,7 +175,7 @@ TEST(IrcBatch, StartBatch)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_batch_add_message
|
||||
* irc_batch_free
|
||||
*/
|
||||
@@ -205,7 +205,7 @@ TEST(IrcBatch, AddMessage)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_batch_free_all
|
||||
*/
|
||||
|
||||
@@ -236,7 +236,7 @@ TEST(IrcBatch, FreeAll)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_batch_process_messages
|
||||
*/
|
||||
|
||||
@@ -246,7 +246,7 @@ TEST(IrcBatch, ProcessMessages)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_batch_end_batch
|
||||
*/
|
||||
|
||||
@@ -256,7 +256,7 @@ TEST(IrcBatch, EndBatch)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_batch_process_multiline
|
||||
*/
|
||||
|
||||
@@ -266,7 +266,7 @@ TEST(IrcBatch, ProcessMultiline)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_batch_hdata_batch_cb
|
||||
*/
|
||||
|
||||
@@ -276,7 +276,7 @@ TEST(IrcBatch, HdataBatchCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_batch_print_log
|
||||
*/
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ TEST_GROUP(IrcBuffer)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_buffer_get_server_and_channel
|
||||
*/
|
||||
|
||||
@@ -51,7 +51,7 @@ TEST(IrcBuffer, GetServerAndChannel)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_buffer_build_name
|
||||
*/
|
||||
|
||||
@@ -75,7 +75,7 @@ TEST(IrcBuffer, BuildName)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_buffer_close_server_channels
|
||||
*/
|
||||
|
||||
@@ -85,7 +85,7 @@ TEST(IrcBuffer, CloseServerChannels)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_buffer_search_server_lowest_number
|
||||
*/
|
||||
|
||||
@@ -95,7 +95,7 @@ TEST(IrcBuffer, SearchServerLowestNumber)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_buffer_search_private_lowest_number
|
||||
*/
|
||||
|
||||
@@ -105,7 +105,7 @@ TEST(IrcBuffer, SearchPrivateLowestNumber)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_buffer_move_near_server
|
||||
*/
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ TEST_GROUP(IrcChannel)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_channel_valid
|
||||
*/
|
||||
|
||||
@@ -45,7 +45,7 @@ TEST(IrcChannel, Valid)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_channel_is_channel
|
||||
*/
|
||||
|
||||
|
||||
@@ -173,7 +173,7 @@ TEST_GROUP(IrcColor)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_color_convert_rgb2term
|
||||
*/
|
||||
|
||||
@@ -190,7 +190,7 @@ TEST(IrcColor, ConvertRgb2Term)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_color_convert_rgb2irc
|
||||
*/
|
||||
|
||||
@@ -203,7 +203,7 @@ TEST(IrcColor, ConvertRgb2Irc)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_color_convert_term2irc
|
||||
*/
|
||||
|
||||
@@ -216,7 +216,7 @@ TEST(IrcColor, ConvertTerm2Irc)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_color_decode
|
||||
*/
|
||||
|
||||
@@ -377,7 +377,7 @@ TEST(IrcColor, Decode)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_color_encode
|
||||
*/
|
||||
|
||||
@@ -510,7 +510,7 @@ TEST(IrcColor, Encode)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_color_decode_ansi
|
||||
*/
|
||||
|
||||
@@ -672,7 +672,7 @@ TEST(IrcColor, DecodeAnsi)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_color_for_tags
|
||||
*/
|
||||
|
||||
@@ -686,7 +686,7 @@ TEST(IrcColor, ForTags)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_color_modifier_cb
|
||||
*/
|
||||
|
||||
@@ -730,7 +730,7 @@ TEST(IrcColor, ModifierCallback)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_color_weechat_add_to_infolist
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ TEST_GROUP(IrcCommand)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_mode_nicks
|
||||
*/
|
||||
|
||||
@@ -47,7 +47,7 @@ TEST(IrcCommand, ModeNicks)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_mode_masks_convert_ranges
|
||||
*/
|
||||
|
||||
@@ -98,7 +98,7 @@ TEST(IrcCommand, ModeMasksConvertRanges)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_mode_masks
|
||||
*/
|
||||
|
||||
@@ -108,7 +108,7 @@ TEST(IrcCommand, ModeMasks)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_me_channel_message
|
||||
*/
|
||||
|
||||
@@ -118,7 +118,7 @@ TEST(IrcCommand, MeChannelMessage)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_me_channel
|
||||
*/
|
||||
|
||||
@@ -128,7 +128,7 @@ TEST(IrcCommand, MeChannel)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_me_all_channels
|
||||
*/
|
||||
|
||||
@@ -138,7 +138,7 @@ TEST(IrcCommand, MeAllChannels)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_action
|
||||
*/
|
||||
|
||||
@@ -148,7 +148,7 @@ TEST(IrcCommand, Action)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_admin
|
||||
*/
|
||||
|
||||
@@ -158,7 +158,7 @@ TEST(IrcCommand, Admin)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_exec_buffers
|
||||
*/
|
||||
|
||||
@@ -168,7 +168,7 @@ TEST(IrcCommand, ExecBuffers)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_exec_all_channels
|
||||
*/
|
||||
|
||||
@@ -178,7 +178,7 @@ TEST(IrcCommand, ExecAllChannels)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_allchan
|
||||
*/
|
||||
|
||||
@@ -188,7 +188,7 @@ TEST(IrcCommand, Allchan)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_allpv
|
||||
*/
|
||||
|
||||
@@ -198,7 +198,7 @@ TEST(IrcCommand, Allpv)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_exec_all_servers
|
||||
*/
|
||||
|
||||
@@ -208,7 +208,7 @@ TEST(IrcCommand, ExecAllServers)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_allserv
|
||||
*/
|
||||
|
||||
@@ -218,7 +218,7 @@ TEST(IrcCommand, Allserv)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_auth
|
||||
*/
|
||||
|
||||
@@ -228,7 +228,7 @@ TEST(IrcCommand, Auth)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_autojoin
|
||||
*/
|
||||
|
||||
@@ -238,7 +238,7 @@ TEST(IrcCommand, Autojoin)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_display_away
|
||||
*/
|
||||
|
||||
@@ -248,7 +248,7 @@ TEST(IrcCommand, DisplayAway)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_away_server
|
||||
*/
|
||||
|
||||
@@ -258,7 +258,7 @@ TEST(IrcCommand, AwayServer)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_away
|
||||
*/
|
||||
|
||||
@@ -268,7 +268,7 @@ TEST(IrcCommand, Away)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_run_away
|
||||
*/
|
||||
|
||||
@@ -278,7 +278,7 @@ TEST(IrcCommand, RunAway)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_send_ban
|
||||
*/
|
||||
|
||||
@@ -288,7 +288,7 @@ TEST(IrcCommand, SendBan)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_ban
|
||||
*/
|
||||
|
||||
@@ -298,7 +298,7 @@ TEST(IrcCommand, Ban)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_cap
|
||||
*/
|
||||
|
||||
@@ -308,7 +308,7 @@ TEST(IrcCommand, Cap)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_connect_one_server
|
||||
*/
|
||||
|
||||
@@ -318,7 +318,7 @@ TEST(IrcCommand, ConnectOneServer)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_connect
|
||||
*/
|
||||
|
||||
@@ -328,7 +328,7 @@ TEST(IrcCommand, Connect)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_ctcp
|
||||
*/
|
||||
|
||||
@@ -338,7 +338,7 @@ TEST(IrcCommand, Ctcp)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_cycle
|
||||
*/
|
||||
|
||||
@@ -348,7 +348,7 @@ TEST(IrcCommand, Cycle)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_dcc
|
||||
*/
|
||||
|
||||
@@ -358,7 +358,7 @@ TEST(IrcCommand, Dcc)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_dehalfop
|
||||
*/
|
||||
|
||||
@@ -368,7 +368,7 @@ TEST(IrcCommand, Dehalfop)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_deop
|
||||
*/
|
||||
|
||||
@@ -378,7 +378,7 @@ TEST(IrcCommand, Deop)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_devoice
|
||||
*/
|
||||
|
||||
@@ -388,7 +388,7 @@ TEST(IrcCommand, Devoice)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_die
|
||||
*/
|
||||
|
||||
@@ -398,7 +398,7 @@ TEST(IrcCommand, Die)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_quit_server
|
||||
*/
|
||||
|
||||
@@ -408,7 +408,7 @@ TEST(IrcCommand, QuitServer)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_disconnect_one_server
|
||||
*/
|
||||
|
||||
@@ -418,7 +418,7 @@ TEST(IrcCommand, DisconnectOneServer)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_disconnect
|
||||
*/
|
||||
|
||||
@@ -428,7 +428,7 @@ TEST(IrcCommand, Disconnect)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_halfop
|
||||
*/
|
||||
|
||||
@@ -438,7 +438,7 @@ TEST(IrcCommand, Halfop)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_ignore_display
|
||||
*/
|
||||
|
||||
@@ -448,7 +448,7 @@ TEST(IrcCommand, IgnoreDisplay)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_ignore
|
||||
*/
|
||||
|
||||
@@ -458,7 +458,7 @@ TEST(IrcCommand, Ignore)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_info
|
||||
*/
|
||||
|
||||
@@ -468,7 +468,7 @@ TEST(IrcCommand, Info)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_invite
|
||||
*/
|
||||
|
||||
@@ -478,7 +478,7 @@ TEST(IrcCommand, Invite)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_ison
|
||||
*/
|
||||
|
||||
@@ -488,7 +488,7 @@ TEST(IrcCommand, Ison)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_join_server
|
||||
*/
|
||||
|
||||
@@ -498,7 +498,7 @@ TEST(IrcCommand, JoinServer)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_join
|
||||
*/
|
||||
|
||||
@@ -508,7 +508,7 @@ TEST(IrcCommand, Join)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_kick_channel
|
||||
*/
|
||||
|
||||
@@ -518,7 +518,7 @@ TEST(IrcCommand, KickChannel)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_kick
|
||||
*/
|
||||
|
||||
@@ -528,7 +528,7 @@ TEST(IrcCommand, Kick)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_kickban
|
||||
*/
|
||||
|
||||
@@ -538,7 +538,7 @@ TEST(IrcCommand, Kickban)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_kill
|
||||
*/
|
||||
|
||||
@@ -548,7 +548,7 @@ TEST(IrcCommand, Kill)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_knock
|
||||
*/
|
||||
|
||||
@@ -558,7 +558,7 @@ TEST(IrcCommand, Knock)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_links
|
||||
*/
|
||||
|
||||
@@ -568,7 +568,7 @@ TEST(IrcCommand, Links)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_list_get_int_arg
|
||||
*/
|
||||
|
||||
@@ -578,7 +578,7 @@ TEST(IrcCommand, ListGetIntArg)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_list
|
||||
*/
|
||||
|
||||
@@ -588,7 +588,7 @@ TEST(IrcCommand, List)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_lusers
|
||||
*/
|
||||
|
||||
@@ -598,7 +598,7 @@ TEST(IrcCommand, Lusers)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_map
|
||||
*/
|
||||
|
||||
@@ -608,7 +608,7 @@ TEST(IrcCommand, Map)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_me
|
||||
*/
|
||||
|
||||
@@ -618,7 +618,7 @@ TEST(IrcCommand, Me)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_mode_server
|
||||
*/
|
||||
|
||||
@@ -628,7 +628,7 @@ TEST(IrcCommand, ModeServer)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_mode
|
||||
*/
|
||||
|
||||
@@ -638,7 +638,7 @@ TEST(IrcCommand, Mode)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_motd
|
||||
*/
|
||||
|
||||
@@ -648,7 +648,7 @@ TEST(IrcCommand, Motd)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_msg
|
||||
*/
|
||||
|
||||
@@ -658,7 +658,7 @@ TEST(IrcCommand, Msg)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_names
|
||||
*/
|
||||
|
||||
@@ -668,7 +668,7 @@ TEST(IrcCommand, Names)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_nick_server
|
||||
*/
|
||||
|
||||
@@ -678,7 +678,7 @@ TEST(IrcCommand, NickServer)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_nick
|
||||
*/
|
||||
|
||||
@@ -688,7 +688,7 @@ TEST(IrcCommand, Nick)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_notice
|
||||
*/
|
||||
|
||||
@@ -698,7 +698,7 @@ TEST(IrcCommand, Notice)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_notify
|
||||
*/
|
||||
|
||||
@@ -708,7 +708,7 @@ TEST(IrcCommand, Notify)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_op
|
||||
*/
|
||||
|
||||
@@ -718,7 +718,7 @@ TEST(IrcCommand, Op)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_oper
|
||||
*/
|
||||
|
||||
@@ -728,7 +728,7 @@ TEST(IrcCommand, Oper)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_part_channel
|
||||
*/
|
||||
|
||||
@@ -738,7 +738,7 @@ TEST(IrcCommand, PartChannel)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_part
|
||||
*/
|
||||
|
||||
@@ -748,7 +748,7 @@ TEST(IrcCommand, Part)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_ping
|
||||
*/
|
||||
|
||||
@@ -758,7 +758,7 @@ TEST(IrcCommand, Ping)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_pong
|
||||
*/
|
||||
|
||||
@@ -768,7 +768,7 @@ TEST(IrcCommand, Pong)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_query
|
||||
*/
|
||||
|
||||
@@ -778,7 +778,7 @@ TEST(IrcCommand, Query)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_quiet
|
||||
*/
|
||||
|
||||
@@ -788,7 +788,7 @@ TEST(IrcCommand, Quiet)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_quote
|
||||
*/
|
||||
|
||||
@@ -798,7 +798,7 @@ TEST(IrcCommand, Quote)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_reconnect_one_server
|
||||
*/
|
||||
|
||||
@@ -808,7 +808,7 @@ TEST(IrcCommand, ReconnectOneServer)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_reconnect
|
||||
*/
|
||||
|
||||
@@ -818,7 +818,7 @@ TEST(IrcCommand, Reconnect)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_rehash
|
||||
*/
|
||||
|
||||
@@ -828,7 +828,7 @@ TEST(IrcCommand, Rehash)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_remove
|
||||
*/
|
||||
|
||||
@@ -838,7 +838,7 @@ TEST(IrcCommand, Remove)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_restart
|
||||
*/
|
||||
|
||||
@@ -848,7 +848,7 @@ TEST(IrcCommand, Restart)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_rules
|
||||
*/
|
||||
|
||||
@@ -858,7 +858,7 @@ TEST(IrcCommand, Rules)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_sajoin
|
||||
*/
|
||||
|
||||
@@ -868,7 +868,7 @@ TEST(IrcCommand, Sajoin)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_samode
|
||||
*/
|
||||
|
||||
@@ -878,7 +878,7 @@ TEST(IrcCommand, Samode)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_sanick
|
||||
*/
|
||||
|
||||
@@ -888,7 +888,7 @@ TEST(IrcCommand, Sanick)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_sapart
|
||||
*/
|
||||
|
||||
@@ -898,7 +898,7 @@ TEST(IrcCommand, Sapart)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_saquit
|
||||
*/
|
||||
|
||||
@@ -908,7 +908,7 @@ TEST(IrcCommand, Saquit)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_display_server
|
||||
*/
|
||||
|
||||
@@ -918,7 +918,7 @@ TEST(IrcCommand, DisplayServer)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_server
|
||||
*/
|
||||
|
||||
@@ -928,7 +928,7 @@ TEST(IrcCommand, Server)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_service
|
||||
*/
|
||||
|
||||
@@ -938,7 +938,7 @@ TEST(IrcCommand, Service)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_servlist
|
||||
*/
|
||||
|
||||
@@ -948,7 +948,7 @@ TEST(IrcCommand, Servlist)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_squery
|
||||
*/
|
||||
|
||||
@@ -958,7 +958,7 @@ TEST(IrcCommand, Squery)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_setname
|
||||
*/
|
||||
|
||||
@@ -968,7 +968,7 @@ TEST(IrcCommand, Setname)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_squit
|
||||
*/
|
||||
|
||||
@@ -978,7 +978,7 @@ TEST(IrcCommand, Squit)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_stats
|
||||
*/
|
||||
|
||||
@@ -988,7 +988,7 @@ TEST(IrcCommand, Stats)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_summon
|
||||
*/
|
||||
|
||||
@@ -998,7 +998,7 @@ TEST(IrcCommand, Summon)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_time
|
||||
*/
|
||||
|
||||
@@ -1008,7 +1008,7 @@ TEST(IrcCommand, Time)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_topic
|
||||
*/
|
||||
|
||||
@@ -1018,7 +1018,7 @@ TEST(IrcCommand, Topic)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_trace
|
||||
*/
|
||||
|
||||
@@ -1028,7 +1028,7 @@ TEST(IrcCommand, Trace)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_unban
|
||||
*/
|
||||
|
||||
@@ -1038,7 +1038,7 @@ TEST(IrcCommand, Unban)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_unquiet
|
||||
*/
|
||||
|
||||
@@ -1048,7 +1048,7 @@ TEST(IrcCommand, Unquiet)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_userhost
|
||||
*/
|
||||
|
||||
@@ -1058,7 +1058,7 @@ TEST(IrcCommand, Userhost)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_users
|
||||
*/
|
||||
|
||||
@@ -1068,7 +1068,7 @@ TEST(IrcCommand, Users)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_version
|
||||
*/
|
||||
|
||||
@@ -1078,7 +1078,7 @@ TEST(IrcCommand, Version)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_voice
|
||||
*/
|
||||
|
||||
@@ -1088,7 +1088,7 @@ TEST(IrcCommand, Voice)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_wallchops
|
||||
*/
|
||||
|
||||
@@ -1098,7 +1098,7 @@ TEST(IrcCommand, Wallchops)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_wallops
|
||||
*/
|
||||
|
||||
@@ -1108,7 +1108,7 @@ TEST(IrcCommand, Wallops)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_who
|
||||
*/
|
||||
|
||||
@@ -1118,7 +1118,7 @@ TEST(IrcCommand, Who)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_whois
|
||||
*/
|
||||
|
||||
@@ -1128,7 +1128,7 @@ TEST(IrcCommand, Whois)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_whowas
|
||||
*/
|
||||
|
||||
@@ -1138,7 +1138,7 @@ TEST(IrcCommand, Whowas)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_command_init
|
||||
*/
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ TEST_GROUP(IrcConfig)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_config_notice_nick_notify
|
||||
*/
|
||||
|
||||
@@ -53,7 +53,7 @@ TEST(IrcConfig, NoticeNickNotify)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_config_check_autojoin
|
||||
*/
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ TEST_GROUP(IrcCtcp)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_ctcp_convert_legacy_format
|
||||
*/
|
||||
|
||||
@@ -65,7 +65,7 @@ TEST(IrcCtcp, ConvertLegacyFormat)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_ctcp_get_default_reply
|
||||
*/
|
||||
|
||||
@@ -75,7 +75,7 @@ TEST(IrcCtcp, GetDefaultReply)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_ctcp_get_reply
|
||||
*/
|
||||
|
||||
@@ -85,7 +85,7 @@ TEST(IrcCtcp, GetReply)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_ctcp_display_request
|
||||
*/
|
||||
|
||||
@@ -95,7 +95,7 @@ TEST(IrcCtcp, DisplayRequest)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_ctcp_display_reply_from_nick
|
||||
*/
|
||||
|
||||
@@ -105,7 +105,7 @@ TEST(IrcCtcp, DisplayReplyFromNick)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_ctcp_reply_to_nick
|
||||
*/
|
||||
|
||||
@@ -115,7 +115,7 @@ TEST(IrcCtcp, ReplyToNick)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_ctcp_get_supported_ctcp
|
||||
*/
|
||||
|
||||
@@ -153,7 +153,7 @@ TEST(IrcCtcp, GetSupportedCtcp)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_ctcp_eval_reply
|
||||
*/
|
||||
|
||||
@@ -250,7 +250,7 @@ TEST(IrcCtcp, EvalReply)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_ctcp_dcc_filename_without_quotes
|
||||
*/
|
||||
|
||||
@@ -260,7 +260,7 @@ TEST(IrcCtcp, DccFilenameWithoutQuotes)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_ctcp_recv_dcc
|
||||
*/
|
||||
|
||||
@@ -270,7 +270,7 @@ TEST(IrcCtcp, RecvDcc)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_ctcp_recv
|
||||
*/
|
||||
|
||||
@@ -280,7 +280,7 @@ TEST(IrcCtcp, Recv)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_ctcp_send
|
||||
*/
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ TEST_GROUP(IrcIgnore)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_ignore_new
|
||||
*/
|
||||
|
||||
@@ -64,7 +64,7 @@ TEST(IrcIgnore, New)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_ignore_free
|
||||
* irc_ignore_free_all
|
||||
*/
|
||||
@@ -105,7 +105,7 @@ TEST(IrcIgnore, Free)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_ignore_valid
|
||||
*/
|
||||
|
||||
@@ -128,7 +128,7 @@ TEST(IrcIgnore, Valid)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_ignore_search
|
||||
* irc_ignore_search_by_number
|
||||
*/
|
||||
@@ -171,7 +171,7 @@ TEST(IrcIgnore, Search)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_ignore_check_host
|
||||
*/
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ TEST_GROUP(IrcInfo)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_info_create_string_with_pointer
|
||||
*/
|
||||
|
||||
@@ -68,7 +68,7 @@ TEST(IrcInfo, CreateStringWithPointer)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_info_info_irc_is_channel_cb
|
||||
*/
|
||||
|
||||
@@ -103,7 +103,7 @@ TEST(IrcInfo, InfoIrcIsChannelCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_info_info_irc_is_nick_cb
|
||||
*/
|
||||
|
||||
@@ -138,7 +138,7 @@ TEST(IrcInfo, InfoIrcIsNickCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_info_info_irc_nick_cb
|
||||
*/
|
||||
|
||||
@@ -166,7 +166,7 @@ TEST(IrcInfo, InfoIrcNickCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_info_info_irc_nick_from_host_cb
|
||||
*/
|
||||
|
||||
@@ -185,7 +185,7 @@ TEST(IrcInfo, InfoIrcNickFromHostCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_info_info_irc_nick_color_cb
|
||||
* irc_info_info_irc_nick_color_name_cb
|
||||
*/
|
||||
@@ -206,7 +206,7 @@ TEST(IrcInfo, InfoIrcNickColorCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_info_info_irc_buffer_cb
|
||||
*/
|
||||
|
||||
@@ -258,7 +258,7 @@ TEST(IrcInfo, InfoIrcBufferCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_info_info_irc_server_isupport_cb
|
||||
* irc_info_info_irc_server_isupport_value_cb
|
||||
*/
|
||||
@@ -294,7 +294,7 @@ TEST(IrcInfo, InfoIrcServerIsupportCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_info_info_irc_server_cap_cb
|
||||
* irc_info_info_irc_server_cap_value_cb
|
||||
*/
|
||||
@@ -325,7 +325,7 @@ TEST(IrcInfo, InfoIrcServerCapCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_info_info_irc_is_message_ignored_cb
|
||||
*/
|
||||
|
||||
@@ -358,7 +358,7 @@ TEST(IrcInfo, InfoIrcIsMessageIgnoredCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_info_info_hashtable_irc_message_parse_cb
|
||||
*/
|
||||
|
||||
@@ -401,7 +401,7 @@ TEST(IrcInfo, InfoHashtableIrcMessageParseCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_info_info_hashtable_irc_message_split_cb
|
||||
*/
|
||||
|
||||
@@ -433,7 +433,7 @@ TEST(IrcInfo, InfoHashtableIrcMessageSplitCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_info_infolist_irc_server_cb
|
||||
*/
|
||||
|
||||
@@ -476,7 +476,7 @@ TEST(IrcInfo, InfolistIrcServerCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_info_infolist_irc_channel_cb
|
||||
*/
|
||||
|
||||
@@ -533,7 +533,7 @@ TEST(IrcInfo, InfolistIrcChannelCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_info_infolist_irc_modelist_cb
|
||||
* irc_info_infolist_irc_modelist_item_cb
|
||||
*/
|
||||
@@ -617,7 +617,7 @@ TEST(IrcInfo, InfolistIrcModelistCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_info_infolist_irc_nick_cb
|
||||
*/
|
||||
|
||||
@@ -680,7 +680,7 @@ TEST(IrcInfo, InfolistIrcNickCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_info_infolist_irc_ignore_cb
|
||||
*/
|
||||
|
||||
@@ -729,7 +729,7 @@ TEST(IrcInfo, InfolistIrcIgnoreCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_info_infolist_irc_notify_cb
|
||||
*/
|
||||
|
||||
@@ -822,7 +822,7 @@ TEST(IrcInfo, InfolistIrcNotifyCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_info_infolist_irc_color_weechat_cb
|
||||
*/
|
||||
|
||||
@@ -849,7 +849,7 @@ TEST(IrcInfo, InfolistIrcColorWeechatCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_info_init
|
||||
*/
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ TEST_GROUP(IrcJoin)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_join_compare_join_channel
|
||||
*/
|
||||
|
||||
@@ -117,7 +117,7 @@ TEST(IrcJoin, CompareJoinChannel)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_join_compare_cb
|
||||
* irc_join_free_join_channel
|
||||
* irc_join_free_cb
|
||||
@@ -355,7 +355,7 @@ TEST(IrcJoin, SplitBuildString)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_join_has_channel
|
||||
*/
|
||||
|
||||
@@ -387,7 +387,7 @@ TEST(IrcJoin, HasChannel)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_join_add_channel
|
||||
*/
|
||||
|
||||
@@ -418,7 +418,7 @@ TEST(IrcJoin, AddChannel)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_join_add_channels
|
||||
*/
|
||||
|
||||
@@ -452,7 +452,7 @@ TEST(IrcJoin, AddChannels)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_join_remove_channel
|
||||
*/
|
||||
|
||||
@@ -488,7 +488,7 @@ TEST(IrcJoin, RemoveChannel)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_join_rename_channel
|
||||
*/
|
||||
|
||||
@@ -531,7 +531,7 @@ TEST(IrcJoin, RenameChannel)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_join_sort_channels
|
||||
*/
|
||||
|
||||
@@ -554,7 +554,7 @@ TEST(IrcJoin, SortChannels)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_join_set_autojoin_option
|
||||
* irc_join_add_channel_to_autojoin
|
||||
* irc_join_add_channels_to_autojoin
|
||||
@@ -747,7 +747,7 @@ TEST(IrcJoin, AddRemoveChannelsAutojoin)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_join_save_channels_to_autojoin
|
||||
*/
|
||||
|
||||
@@ -790,7 +790,7 @@ TEST(IrcJoin, SaveChannelsToAutojoin)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_join_sort_autojoin_channels
|
||||
*/
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ TEST_GROUP(IrcList)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_compare_cb
|
||||
*/
|
||||
|
||||
@@ -45,7 +45,7 @@ TEST(IrcList, CompareCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_free_cb
|
||||
*/
|
||||
|
||||
@@ -55,7 +55,7 @@ TEST(IrcList, FreeCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_buffer_set_localvar_filter
|
||||
*/
|
||||
|
||||
@@ -65,7 +65,7 @@ TEST(IrcList, BufferSetLocalvarFilter)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_set_filter
|
||||
*/
|
||||
|
||||
@@ -75,7 +75,7 @@ TEST(IrcList, SetFilter)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_set_sort
|
||||
*/
|
||||
|
||||
@@ -85,7 +85,7 @@ TEST(IrcList, SetSort)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_add_channel_in_hashtable
|
||||
*/
|
||||
|
||||
@@ -95,7 +95,7 @@ TEST(IrcList, AddChannelInHashtable)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_string_match
|
||||
*/
|
||||
|
||||
@@ -105,7 +105,7 @@ TEST(IrcList, StringMatch)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_channel_match_filter
|
||||
*/
|
||||
|
||||
@@ -115,7 +115,7 @@ TEST(IrcList, ChannelMatchFilter)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_filter_channels
|
||||
*/
|
||||
|
||||
@@ -125,7 +125,7 @@ TEST(IrcList, FilterChannels)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_parse_messages
|
||||
*/
|
||||
|
||||
@@ -135,7 +135,7 @@ TEST(IrcList, ParseMessages)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_buffer_set_title
|
||||
*/
|
||||
|
||||
@@ -145,7 +145,7 @@ TEST(IrcList, BufferSetTitle)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_display_line
|
||||
*/
|
||||
|
||||
@@ -155,7 +155,7 @@ TEST(IrcList, DisplayLine)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_buffer_refresh
|
||||
*/
|
||||
|
||||
@@ -165,7 +165,7 @@ TEST(IrcList, BufferRefresh)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_set_current_line
|
||||
*/
|
||||
|
||||
@@ -175,7 +175,7 @@ TEST(IrcList, SetCurrentLine)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_get_window_info
|
||||
*/
|
||||
|
||||
@@ -185,7 +185,7 @@ TEST(IrcList, GetWindowInfo)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_check_line_outside_window
|
||||
*/
|
||||
|
||||
@@ -195,7 +195,7 @@ TEST(IrcList, CheckLineOutsideWindow)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_window_scrolled_cb
|
||||
*/
|
||||
|
||||
@@ -205,7 +205,7 @@ TEST(IrcList, WindowScrolledCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_move_line_relative
|
||||
*/
|
||||
|
||||
@@ -215,7 +215,7 @@ TEST(IrcList, MoveLineRelative)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_move_line_absolute
|
||||
*/
|
||||
|
||||
@@ -225,7 +225,7 @@ TEST(IrcList, MoveLineAbsolute)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_join_channel
|
||||
*/
|
||||
|
||||
@@ -235,7 +235,7 @@ TEST(IrcList, JoinChannel)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_buffer_input_data_cb
|
||||
*/
|
||||
|
||||
@@ -245,7 +245,7 @@ TEST(IrcList, BufferInputDataCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_create_buffer
|
||||
*/
|
||||
|
||||
@@ -255,7 +255,7 @@ TEST(IrcList, CreateBuffer)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_hsignal_redirect_list_cb
|
||||
*/
|
||||
|
||||
@@ -265,7 +265,7 @@ TEST(IrcList, HsignalRedirectListCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_export
|
||||
*/
|
||||
|
||||
@@ -275,7 +275,7 @@ TEST(IrcList, Export)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_alloc
|
||||
*/
|
||||
|
||||
@@ -297,7 +297,7 @@ TEST(IrcList, Alloc)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_free_data
|
||||
*/
|
||||
|
||||
@@ -307,7 +307,7 @@ TEST(IrcList, FreeData)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_free
|
||||
*/
|
||||
|
||||
@@ -317,7 +317,7 @@ TEST(IrcList, Free)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_hdata_list_channel_cb
|
||||
*/
|
||||
|
||||
@@ -327,7 +327,7 @@ TEST(IrcList, HdataListChannelCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_list_hdata_list_cb
|
||||
*/
|
||||
|
||||
|
||||
@@ -246,7 +246,7 @@ TEST_GROUP(IrcMessage)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_message_parse_params
|
||||
*/
|
||||
|
||||
@@ -397,7 +397,7 @@ TEST(IrcMessage, ParseParams)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_message_parse
|
||||
*/
|
||||
|
||||
@@ -700,7 +700,7 @@ TEST(IrcMessage, Parse)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_message_parse_to_hashtable
|
||||
*/
|
||||
|
||||
@@ -787,7 +787,7 @@ TEST(IrcMessage, ParseToHashtable)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_message_parse_cap_value
|
||||
*/
|
||||
|
||||
@@ -812,7 +812,7 @@ TEST(IrcMessage, ParseCapValue)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_message_parse_multiline_value
|
||||
*/
|
||||
|
||||
@@ -886,7 +886,7 @@ convert_irc_charset_cb (const void *pointer, void *data,
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_message_is_empty
|
||||
*/
|
||||
|
||||
@@ -904,7 +904,7 @@ TEST(IrcMessage, IsEmpty)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_message_convert_charset
|
||||
*/
|
||||
|
||||
@@ -929,7 +929,7 @@ TEST(IrcMessage, ConvertCharset)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_message_get_nick_from_host
|
||||
*/
|
||||
|
||||
@@ -950,7 +950,7 @@ TEST(IrcMessage, GetNickFromHost)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_message_get_address_from_host
|
||||
*/
|
||||
|
||||
@@ -968,7 +968,7 @@ TEST(IrcMessage, GetAddressFromHost)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_message_ignored
|
||||
*/
|
||||
|
||||
@@ -1008,7 +1008,7 @@ TEST(IrcMessage, Ignored)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_message_replace_vars
|
||||
*/
|
||||
|
||||
@@ -1061,7 +1061,7 @@ TEST(IrcMessage, ReplaceVars)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_message_split_add
|
||||
* irc_message_split_string
|
||||
* irc_message_split_join
|
||||
|
||||
@@ -40,7 +40,7 @@ TEST_GROUP(IrcMode)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_mode_get_arguments
|
||||
*/
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ TEST_GROUP(IrcNick)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_valid
|
||||
*/
|
||||
|
||||
@@ -48,7 +48,7 @@ TEST(IrcNick, Valid)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_is_nick
|
||||
*/
|
||||
|
||||
@@ -179,7 +179,7 @@ TEST(IrcNick, IsNick)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_find_color
|
||||
* irc_nick_find_color_name
|
||||
*/
|
||||
@@ -190,7 +190,7 @@ TEST(IrcNick, FindColor)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_set_current_prefix
|
||||
*/
|
||||
|
||||
@@ -200,7 +200,7 @@ TEST(IrcNick, SetCurrentPrefix)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_set_prefix
|
||||
*/
|
||||
|
||||
@@ -210,7 +210,7 @@ TEST(IrcNick, SetPrefix)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_set_prefixes
|
||||
*/
|
||||
|
||||
@@ -220,7 +220,7 @@ TEST(IrcNick, SetPrefixes)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_set_host
|
||||
*/
|
||||
|
||||
@@ -230,7 +230,7 @@ TEST(IrcNick, SetHost)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_is_op_or_higher
|
||||
*/
|
||||
|
||||
@@ -240,7 +240,7 @@ TEST(IrcNick, IsOpOrHigher)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_has_prefix_mode
|
||||
*/
|
||||
|
||||
@@ -250,7 +250,7 @@ TEST(IrcNick, HasPrefixMode)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_get_nicklist_group
|
||||
*/
|
||||
|
||||
@@ -260,7 +260,7 @@ TEST(IrcNick, GetNicklistGroup)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_get_prefix_color_name
|
||||
*/
|
||||
|
||||
@@ -270,7 +270,7 @@ TEST(IrcNick, GetPrefixColorName)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_get_color_for_nicklist
|
||||
*/
|
||||
|
||||
@@ -280,7 +280,7 @@ TEST(IrcNick, GetColorForNicklist)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_nicklist_add
|
||||
*/
|
||||
|
||||
@@ -290,7 +290,7 @@ TEST(IrcNick, NicklistAdd)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_nicklist_remove
|
||||
*/
|
||||
|
||||
@@ -300,7 +300,7 @@ TEST(IrcNick, NicklistRemove)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_nicklist_set
|
||||
*/
|
||||
|
||||
@@ -310,7 +310,7 @@ TEST(IrcNick, NicklistSet)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_nicklist_set_prefix_color_all
|
||||
*/
|
||||
|
||||
@@ -320,7 +320,7 @@ TEST(IrcNick, NicklistSetPrefixColorAll)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_nicklist_set_color_all
|
||||
*/
|
||||
|
||||
@@ -330,7 +330,7 @@ TEST(IrcNick, NicklistSetColorAll)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_new
|
||||
*/
|
||||
|
||||
@@ -340,7 +340,7 @@ TEST(IrcNick, New)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_change
|
||||
*/
|
||||
|
||||
@@ -350,7 +350,7 @@ TEST(IrcNick, Change)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_set_mode
|
||||
*/
|
||||
|
||||
@@ -360,7 +360,7 @@ TEST(IrcNick, SetMode)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_realloc_prefixes
|
||||
*/
|
||||
|
||||
@@ -370,7 +370,7 @@ TEST(IrcNick, ReallocPrefixes)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_free
|
||||
*/
|
||||
|
||||
@@ -380,7 +380,7 @@ TEST(IrcNick, Free)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_free_all
|
||||
*/
|
||||
|
||||
@@ -390,7 +390,7 @@ TEST(IrcNick, FreeAll)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_search
|
||||
*/
|
||||
|
||||
@@ -400,7 +400,7 @@ TEST(IrcNick, Search)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_count
|
||||
*/
|
||||
|
||||
@@ -410,7 +410,7 @@ TEST(IrcNick, Count)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_set_away
|
||||
*/
|
||||
|
||||
@@ -420,7 +420,7 @@ TEST(IrcNick, SetAway)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_mode_for_display
|
||||
*/
|
||||
|
||||
@@ -430,7 +430,7 @@ TEST(IrcNick, ModeForDisplay)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_as_prefix
|
||||
*/
|
||||
|
||||
@@ -440,7 +440,7 @@ TEST(IrcNick, AsPrefix)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_color_for_msg
|
||||
*/
|
||||
|
||||
@@ -450,7 +450,7 @@ TEST(IrcNick, ColorForMsg)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_color_for_pv
|
||||
*/
|
||||
|
||||
@@ -460,7 +460,7 @@ TEST(IrcNick, ColorForPv)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_default_ban_mask
|
||||
*/
|
||||
|
||||
@@ -470,7 +470,7 @@ TEST(IrcNick, DefaultBanMask)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_hdata_nick_cb
|
||||
*/
|
||||
|
||||
@@ -480,7 +480,7 @@ TEST(IrcNick, HdataNickCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_add_to_infolist
|
||||
*/
|
||||
|
||||
@@ -490,7 +490,7 @@ TEST(IrcNick, AddToInfolist)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_nick_print_log
|
||||
*/
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -39,7 +39,7 @@ TEST_GROUP(IrcSasl)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_sasl_mechanism_plain
|
||||
*/
|
||||
|
||||
@@ -67,7 +67,7 @@ TEST(IrcSasl, MechanismPlain)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_sasl_mechanism_scram
|
||||
*/
|
||||
|
||||
@@ -96,7 +96,7 @@ TEST(IrcSasl, MechanismScram)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_sasl_get_key_content
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ TEST(IrcSasl, GetKeyContent)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_sasl_mechanism_ecdsa_nist256p_challenge
|
||||
*/
|
||||
|
||||
@@ -116,7 +116,7 @@ TEST(IrcSasl, MechanismEcdsaNist256pChallenge)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_sasl_mechanism_external
|
||||
*/
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ TEST_GROUP(IrcServer)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_valid
|
||||
*/
|
||||
|
||||
@@ -66,7 +66,7 @@ TEST(IrcServer, Valid)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_search
|
||||
*/
|
||||
|
||||
@@ -90,7 +90,7 @@ TEST(IrcServer, Search)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_search_option
|
||||
*/
|
||||
|
||||
@@ -107,7 +107,7 @@ TEST(IrcServer, SearchOption)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_search_casemapping
|
||||
*/
|
||||
|
||||
@@ -124,7 +124,7 @@ TEST(IrcServer, SearchCasemapping)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_search_utf8mapping
|
||||
*/
|
||||
|
||||
@@ -141,7 +141,7 @@ TEST(IrcServer, SearchUtf8mapping)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_strcasecmp
|
||||
* irc_server_strncasecmp
|
||||
*/
|
||||
@@ -216,7 +216,7 @@ TEST(IrcServer, Strcasecmp)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_eval_expression
|
||||
*/
|
||||
|
||||
@@ -247,7 +247,7 @@ TEST(IrcServer, EvalExpression)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_fingerprint_search_algo_with_size
|
||||
*/
|
||||
|
||||
@@ -267,7 +267,7 @@ TEST(IrcServer, FingerprintSearchAlgoWithSize)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_eval_fingerprint
|
||||
*/
|
||||
|
||||
@@ -335,7 +335,7 @@ TEST(IrcServer, EvalFingerprint)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_sasl_get_creds
|
||||
*/
|
||||
|
||||
@@ -345,7 +345,7 @@ TEST(IrcServer, SaslGetCreds)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_sasl_enabled
|
||||
*/
|
||||
|
||||
@@ -355,7 +355,7 @@ TEST(IrcServer, SaslEnabled)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_get_name_without_port
|
||||
*/
|
||||
|
||||
@@ -371,7 +371,7 @@ TEST(IrcServer, GetNameWithoutPort)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_get_short_description
|
||||
* irc_server_set_addresses
|
||||
*/
|
||||
@@ -466,7 +466,7 @@ TEST(IrcServer, SetAddresses)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_set_index_current_address
|
||||
*/
|
||||
|
||||
@@ -476,7 +476,7 @@ TEST(IrcServer, SetIndexCurrentAddress)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_set_nicks
|
||||
*/
|
||||
|
||||
@@ -486,7 +486,7 @@ TEST(IrcServer, SetNicks)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_set_nick
|
||||
*/
|
||||
|
||||
@@ -496,7 +496,7 @@ TEST(IrcServer, SetNick)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_set_host
|
||||
*/
|
||||
|
||||
@@ -506,7 +506,7 @@ TEST(IrcServer, SetHost)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_get_nick_index
|
||||
*/
|
||||
|
||||
@@ -516,7 +516,7 @@ TEST(IrcServer, GetNickIndex)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_get_alternate_nick
|
||||
*/
|
||||
|
||||
@@ -526,7 +526,7 @@ TEST(IrcServer, GetAlternateNick)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_get_isupport_value
|
||||
*/
|
||||
|
||||
@@ -606,7 +606,7 @@ TEST(IrcServer, GetIsupportValue)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_set_prefix_modes_chars
|
||||
*/
|
||||
|
||||
@@ -616,7 +616,7 @@ TEST(IrcServer, SetPrefixModesChars)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_set_clienttagdeny
|
||||
*/
|
||||
|
||||
@@ -684,7 +684,7 @@ TEST(IrcServer, SetClienttagdeny)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_set_lag
|
||||
*/
|
||||
|
||||
@@ -694,7 +694,7 @@ TEST(IrcServer, SetLag)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_get_prefix_modes
|
||||
*/
|
||||
|
||||
@@ -704,7 +704,7 @@ TEST(IrcServer, GetPrefixModes)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_get_prefix_chars
|
||||
*/
|
||||
|
||||
@@ -714,7 +714,7 @@ TEST(IrcServer, GetPrefixChars)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_get_prefix_mode_index
|
||||
*/
|
||||
|
||||
@@ -724,7 +724,7 @@ TEST(IrcServer, GetPrefixModeIndex)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_get_prefix_char_index
|
||||
*/
|
||||
|
||||
@@ -734,7 +734,7 @@ TEST(IrcServer, GetPrefixCharIndex)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_get_prefix_mode_for_char
|
||||
*/
|
||||
|
||||
@@ -744,7 +744,7 @@ TEST(IrcServer, GetPrefixModeForChar)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_get_prefix_char_for_mode
|
||||
*/
|
||||
|
||||
@@ -754,7 +754,7 @@ TEST(IrcServer, GetPrefixCharForMode)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_get_chanmodes
|
||||
*/
|
||||
|
||||
@@ -764,7 +764,7 @@ TEST(IrcServer, GetChanmodes)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_prefix_char_statusmsg
|
||||
*/
|
||||
|
||||
@@ -774,7 +774,7 @@ TEST(IrcServer, PrefixCharStatusmsg)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_get_max_modes
|
||||
*/
|
||||
|
||||
@@ -784,7 +784,7 @@ TEST(IrcServer, GetMaxModes)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_get_default_msg
|
||||
*/
|
||||
|
||||
@@ -794,7 +794,7 @@ TEST(IrcServer, GetDefaultMsg)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_has_channels
|
||||
*/
|
||||
|
||||
@@ -804,7 +804,7 @@ TEST(IrcServer, HasChannels)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_alloc
|
||||
*/
|
||||
|
||||
@@ -814,7 +814,7 @@ TEST(IrcServer, Alloc)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_alloc_with_url
|
||||
*/
|
||||
|
||||
@@ -954,7 +954,7 @@ TEST(IrcServer, AllocWithUrl)
|
||||
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_apply_command_line_options
|
||||
*/
|
||||
|
||||
@@ -964,7 +964,7 @@ TEST(IrcServer, ApplyCommandLineOptions)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_outqueue_add
|
||||
*/
|
||||
|
||||
@@ -974,7 +974,7 @@ TEST(IrcServer, OutqueueAdd)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_outqueue_free
|
||||
*/
|
||||
|
||||
@@ -984,7 +984,7 @@ TEST(IrcServer, OutqueueFree)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_outqueue_free_all
|
||||
*/
|
||||
|
||||
@@ -994,7 +994,7 @@ TEST(IrcServer, OutqueueFreeAll)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_free_data
|
||||
*/
|
||||
|
||||
@@ -1004,7 +1004,7 @@ TEST(IrcServer, FreeData)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_free
|
||||
*/
|
||||
|
||||
@@ -1014,7 +1014,7 @@ TEST(IrcServer, Free)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_free_all
|
||||
*/
|
||||
|
||||
@@ -1024,7 +1024,7 @@ TEST(IrcServer, FreeAll)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_copy
|
||||
*/
|
||||
|
||||
@@ -1034,7 +1034,7 @@ TEST(IrcServer, Copy)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_rename
|
||||
*/
|
||||
|
||||
@@ -1044,7 +1044,7 @@ TEST(IrcServer, Rename)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_reorder
|
||||
*/
|
||||
|
||||
@@ -1054,7 +1054,7 @@ TEST(IrcServer, Reorder)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_send_signal
|
||||
*/
|
||||
|
||||
@@ -1064,7 +1064,7 @@ TEST(IrcServer, SendSignal)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_send
|
||||
*/
|
||||
|
||||
@@ -1074,7 +1074,7 @@ TEST(IrcServer, Send)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_set_send_default_tags
|
||||
*/
|
||||
|
||||
@@ -1084,7 +1084,7 @@ TEST(IrcServer, SetSendDefaultTags)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_get_tags_to_send
|
||||
*/
|
||||
|
||||
@@ -1094,7 +1094,7 @@ TEST(IrcServer, GetTagsToSend)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_outqueue_all_empty
|
||||
*/
|
||||
|
||||
@@ -1104,7 +1104,7 @@ TEST(IrcServer, OutqueueAllEmpty)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_outqueue_timer_cb
|
||||
*/
|
||||
|
||||
@@ -1114,7 +1114,7 @@ TEST(IrcServer, OutqueueTimerCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_outqueue_timer_remove
|
||||
*/
|
||||
|
||||
@@ -1124,7 +1124,7 @@ TEST(IrcServer, OutqueueTimerRemove)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_outqueue_timer_add
|
||||
*/
|
||||
|
||||
@@ -1134,7 +1134,7 @@ TEST(IrcServer, OutqueueTimerAdd)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_outqueue_send_one_msg
|
||||
*/
|
||||
|
||||
@@ -1144,7 +1144,7 @@ TEST(IrcServer, OutqueueSendOneMsg)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_outqueue_send
|
||||
*/
|
||||
|
||||
@@ -1154,7 +1154,7 @@ TEST(IrcServer, OutqueueSend)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_send_one_msg
|
||||
*/
|
||||
|
||||
@@ -1164,7 +1164,7 @@ TEST(IrcServer, SendOneMsg)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_sendf
|
||||
*/
|
||||
|
||||
@@ -1174,7 +1174,7 @@ TEST(IrcServer, Sendf)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_msgq_add_msg
|
||||
*/
|
||||
|
||||
@@ -1184,7 +1184,7 @@ TEST(IrcServer, MsgqAddMsg)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_msgq_add_unterminated
|
||||
*/
|
||||
|
||||
@@ -1194,7 +1194,7 @@ TEST(IrcServer, MsgqAddUnterminated)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_msgq_add_buffer
|
||||
*/
|
||||
|
||||
@@ -1204,7 +1204,7 @@ TEST(IrcServer, MsgqAddBuffer)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_msgq_flush
|
||||
*/
|
||||
|
||||
@@ -1214,7 +1214,7 @@ TEST(IrcServer, MsgqFlush)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_recv_cb
|
||||
*/
|
||||
|
||||
@@ -1224,7 +1224,7 @@ TEST(IrcServer, RecvCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_timer_connection_cb
|
||||
*/
|
||||
|
||||
@@ -1234,7 +1234,7 @@ TEST(IrcServer, TimerConnectionCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_timer_sasl_cb
|
||||
*/
|
||||
|
||||
@@ -1244,7 +1244,7 @@ TEST(IrcServer, TimerSaslCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_check_join_manual_cb
|
||||
*/
|
||||
|
||||
@@ -1254,7 +1254,7 @@ TEST(IrcServer, CheckJoinManualCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_check_join_noswitch_cb
|
||||
*/
|
||||
|
||||
@@ -1264,7 +1264,7 @@ TEST(IrcServer, CheckJoinNoswitchCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_check_join_smart_filtered_cb
|
||||
*/
|
||||
|
||||
@@ -1274,7 +1274,7 @@ TEST(IrcServer, CheckJoinSmartFilteredCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_timer_cb
|
||||
*/
|
||||
|
||||
@@ -1284,7 +1284,7 @@ TEST(IrcServer, TimerCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_close_connection
|
||||
*/
|
||||
|
||||
@@ -1294,7 +1294,7 @@ TEST(IrcServer, CloseConnection)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_reconnect_schedule
|
||||
*/
|
||||
|
||||
@@ -1304,7 +1304,7 @@ TEST(IrcServer, ReconnectSchedule)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_login
|
||||
*/
|
||||
|
||||
@@ -1314,7 +1314,7 @@ TEST(IrcServer, Login)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_switch_address
|
||||
*/
|
||||
|
||||
@@ -1324,7 +1324,7 @@ TEST(IrcServer, SwitchAddress)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_connect_cb
|
||||
*/
|
||||
|
||||
@@ -1334,7 +1334,7 @@ TEST(IrcServer, ConnectCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_set_buffer_title
|
||||
*/
|
||||
|
||||
@@ -1344,7 +1344,7 @@ TEST(IrcServer, SetBufferTitle)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_create_buffer
|
||||
*/
|
||||
|
||||
@@ -1354,7 +1354,7 @@ TEST(IrcServer, CreateBuffer)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_fingerprint_str_sizes
|
||||
*/
|
||||
|
||||
@@ -1364,7 +1364,7 @@ TEST(IrcServer, FingerprintStrSizes)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_compare_fingerprints
|
||||
*/
|
||||
|
||||
@@ -1374,7 +1374,7 @@ TEST(IrcServer, CompareFingerprints)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_check_certificate_fingerprint
|
||||
*/
|
||||
|
||||
@@ -1384,7 +1384,7 @@ TEST(IrcServer, CheckCertificateFingerprint)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_gnutls_callback
|
||||
*/
|
||||
|
||||
@@ -1394,7 +1394,7 @@ TEST(IrcServer, GnutlsCallback)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_connect
|
||||
*/
|
||||
|
||||
@@ -1404,7 +1404,7 @@ TEST(IrcServer, Connect)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_reconnect
|
||||
*/
|
||||
|
||||
@@ -1414,7 +1414,7 @@ TEST(IrcServer, Reconnect)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_auto_connect_timer_cb
|
||||
*/
|
||||
|
||||
@@ -1424,7 +1424,7 @@ TEST(IrcServer, AutoConnectTimerCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_auto_connect
|
||||
*/
|
||||
|
||||
@@ -1434,7 +1434,7 @@ TEST(IrcServer, AutoConnect)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_disconnect
|
||||
*/
|
||||
|
||||
@@ -1444,7 +1444,7 @@ TEST(IrcServer, Disconnect)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_disconnect_all
|
||||
*/
|
||||
|
||||
@@ -1454,7 +1454,7 @@ TEST(IrcServer, DisconnectAll)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_execute_command
|
||||
*/
|
||||
|
||||
@@ -1464,7 +1464,7 @@ TEST(IrcServer, ExecuteCommand)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_autojoin_create_buffers
|
||||
*/
|
||||
|
||||
@@ -1474,7 +1474,7 @@ TEST(IrcServer, AutojoinCreateBuffers)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_autojoin_channels
|
||||
*/
|
||||
|
||||
@@ -1484,7 +1484,7 @@ TEST(IrcServer, AutojoinChannels)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_get_channel_count
|
||||
*/
|
||||
|
||||
@@ -1494,7 +1494,7 @@ TEST(IrcServer, GetChannelCount)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_get_pv_count
|
||||
*/
|
||||
|
||||
@@ -1504,7 +1504,7 @@ TEST(IrcServer, GetPvCount)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_remove_away
|
||||
*/
|
||||
|
||||
@@ -1514,7 +1514,7 @@ TEST(IrcServer, RemoveAway)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_check_away
|
||||
*/
|
||||
|
||||
@@ -1524,7 +1524,7 @@ TEST(IrcServer, CheckAway)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_set_away
|
||||
*/
|
||||
|
||||
@@ -1534,7 +1534,7 @@ TEST(IrcServer, SetAway)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_xfer_send_ready_cb
|
||||
*/
|
||||
|
||||
@@ -1544,7 +1544,7 @@ TEST(IrcServer, XferSendReadyCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_xfer_resume_ready_cb
|
||||
*/
|
||||
|
||||
@@ -1554,7 +1554,7 @@ TEST(IrcServer, XferResumeReadyCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_xfer_send_accept_resume_cb
|
||||
*/
|
||||
|
||||
@@ -1564,7 +1564,7 @@ TEST(IrcServer, XferSendAcceptResumeCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_hdata_server_cb
|
||||
*/
|
||||
|
||||
@@ -1574,7 +1574,7 @@ TEST(IrcServer, HdataServerCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_add_to_infolist
|
||||
*/
|
||||
|
||||
@@ -1584,7 +1584,7 @@ TEST(IrcServer, AddToInfolist)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_print_log
|
||||
*/
|
||||
|
||||
@@ -1631,7 +1631,7 @@ TEST_GROUP(IrcServerConnected)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_server_build_autojoin
|
||||
*/
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ TEST_GROUP(IrcTag)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_tag_escape_value
|
||||
*/
|
||||
|
||||
@@ -75,7 +75,7 @@ TEST(IrcTag, EscapeValue)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_tag_unescape_value
|
||||
*/
|
||||
|
||||
@@ -101,7 +101,7 @@ TEST(IrcTag, UnescapeValue)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_tag_modifier_cb
|
||||
*/
|
||||
|
||||
@@ -121,7 +121,7 @@ TEST(IrcTag, ModifierCallback)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_tag_parse
|
||||
*/
|
||||
|
||||
@@ -169,7 +169,7 @@ TEST(IrcTag, Parse)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_tag_add_to_string_cb
|
||||
* irc_tag_hashtable_to_string
|
||||
*/
|
||||
@@ -202,7 +202,7 @@ TEST(IrcTag, HashtableToString)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* irc_tag_add_to_hashtable_cb
|
||||
* irc_tag_add_tags_to_message
|
||||
*/
|
||||
|
||||
@@ -46,7 +46,7 @@ TEST_GROUP(LoggerBacklog)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_backlog_display_line
|
||||
*/
|
||||
|
||||
@@ -183,7 +183,7 @@ test_logger_backlog_msg_free_cb (void *data, struct t_arraylist *arraylist,
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_backlog_msg_cmp_cb
|
||||
* logger_backlog_msg_free_cb
|
||||
* logger_backlog_group_messages
|
||||
@@ -258,7 +258,7 @@ TEST(LoggerBacklog, GroupMessages)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_backlog_file
|
||||
*/
|
||||
|
||||
@@ -268,7 +268,7 @@ TEST(LoggerBacklog, File)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_backlog_signal_cb
|
||||
*/
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ TEST_GROUP(LoggerTail)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_tail_last_eol
|
||||
*/
|
||||
|
||||
@@ -73,7 +73,7 @@ TEST(LoggerTail, LastEol)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_tail_lines_cmp_cb
|
||||
* logger_tail_lines_free_cb
|
||||
* logger_tail_file
|
||||
|
||||
@@ -36,7 +36,7 @@ TEST_GROUP(Logger)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_check_conditions
|
||||
*/
|
||||
|
||||
@@ -56,7 +56,7 @@ TEST(Logger, CheckConditions)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_get_file_path
|
||||
*/
|
||||
|
||||
@@ -66,7 +66,7 @@ TEST(Logger, GetFilePath)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_create_directory
|
||||
*/
|
||||
|
||||
@@ -76,7 +76,7 @@ TEST(Logger, CreateDirectory)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_build_option_name
|
||||
*/
|
||||
|
||||
@@ -86,7 +86,7 @@ TEST(Logger, BuildOptionName)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_get_level_for_buffer
|
||||
*/
|
||||
|
||||
@@ -96,7 +96,7 @@ TEST(Logger, GetLevelForBuffer)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_get_mask_for_buffer
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ TEST(Logger, GetMaskForBuffer)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_get_mask_expanded
|
||||
*/
|
||||
|
||||
@@ -116,7 +116,7 @@ TEST(Logger, GetMaskExpanded)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_get_filename
|
||||
*/
|
||||
|
||||
@@ -126,7 +126,7 @@ TEST(Logger, GetFilename)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_buffer_opened_signal_cb
|
||||
*/
|
||||
|
||||
@@ -136,7 +136,7 @@ TEST(Logger, BufferOpenedSignalCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_buffer_closing_signal_cb
|
||||
*/
|
||||
|
||||
@@ -146,7 +146,7 @@ TEST(Logger, BufferClosingSignalCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_buffer_renamed_signal_cb
|
||||
*/
|
||||
|
||||
@@ -156,7 +156,7 @@ TEST(Logger, BufferRenamedSignalCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_start_signal_cb
|
||||
*/
|
||||
|
||||
@@ -166,7 +166,7 @@ TEST(Logger, StartSignalCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_stop_signal_cb
|
||||
*/
|
||||
|
||||
@@ -176,7 +176,7 @@ TEST(Logger, StopSignalCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_day_changed_signal_cb
|
||||
*/
|
||||
|
||||
@@ -186,7 +186,7 @@ TEST(Logger, DayChangedSignalCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_get_line_tag_info
|
||||
*/
|
||||
|
||||
@@ -196,7 +196,7 @@ TEST(Logger, GetLineTagInfo)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_print_cb
|
||||
*/
|
||||
|
||||
@@ -206,7 +206,7 @@ TEST(Logger, PrintCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* logger_timer_cb
|
||||
*/
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ TEST_GROUP(RelayRemoteEvent)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_search_buffer
|
||||
*/
|
||||
|
||||
@@ -48,7 +48,7 @@ TEST(RelayRemoteEvent, SearchBuffer)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_get_buffer_id
|
||||
*/
|
||||
|
||||
@@ -58,7 +58,7 @@ TEST(RelayRemoteEvent, GetBufferId)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_build_string_tags
|
||||
*/
|
||||
|
||||
@@ -68,7 +68,7 @@ TEST(RelayRemoteEvent, BuildStringTags)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_line_add
|
||||
*/
|
||||
|
||||
@@ -78,7 +78,7 @@ TEST(RelayRemoteEvent, LineAdd)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_search_line_by_id
|
||||
*/
|
||||
|
||||
@@ -88,7 +88,7 @@ TEST(RelayRemoteEvent, SearchLineById)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_line_update
|
||||
*/
|
||||
|
||||
@@ -98,7 +98,7 @@ TEST(RelayRemoteEvent, LineUpdate)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_cb_line
|
||||
*/
|
||||
|
||||
@@ -108,7 +108,7 @@ TEST(RelayRemoteEvent, CbLine)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_handle_nick
|
||||
*/
|
||||
|
||||
@@ -118,7 +118,7 @@ TEST(RelayRemoteEvent, HandleNick)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_handle_nick_group
|
||||
*/
|
||||
|
||||
@@ -128,7 +128,7 @@ TEST(RelayRemoteEvent, HandleNickGroup)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_cb_nick_group
|
||||
*/
|
||||
|
||||
@@ -138,7 +138,7 @@ TEST(RelayRemoteEvent, CbNickGroup)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_cb_nick
|
||||
*/
|
||||
|
||||
@@ -148,7 +148,7 @@ TEST(RelayRemoteEvent, CbNick)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_apply_props
|
||||
*/
|
||||
|
||||
@@ -158,7 +158,7 @@ TEST(RelayRemoteEvent, ApplyProps)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_buffer_input_cb
|
||||
*/
|
||||
|
||||
@@ -168,7 +168,7 @@ TEST(RelayRemoteEvent, BufferInputCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_check_local_var
|
||||
*/
|
||||
|
||||
@@ -178,7 +178,7 @@ TEST(RelayRemoteEvent, CheckLocalVar)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_remove_localvar_cb
|
||||
*/
|
||||
|
||||
@@ -188,7 +188,7 @@ TEST(RelayRemoteEvent, RemoveLocalVarCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_initial_sync_buffers
|
||||
*/
|
||||
|
||||
@@ -198,7 +198,7 @@ TEST(RelayRemoteEvent, InitialSyncBuffers)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_cb_buffer
|
||||
*/
|
||||
|
||||
@@ -208,7 +208,7 @@ TEST(RelayRemoteEvent, CbBuffer)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_cb_buffer_cleared
|
||||
*/
|
||||
|
||||
@@ -218,7 +218,7 @@ TEST(RelayRemoteEvent, CbBufferCleared)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_cb_buffer_closed
|
||||
*/
|
||||
|
||||
@@ -228,7 +228,7 @@ TEST(RelayRemoteEvent, CbBufferClosed)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_cb_vinput
|
||||
*/
|
||||
|
||||
@@ -238,7 +238,7 @@ TEST(RelayRemoteEvent, CbInput)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_clear_buffers
|
||||
*/
|
||||
|
||||
@@ -248,7 +248,7 @@ TEST(RelayRemoteEvent, ClearBuffers)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_sync_with_remote
|
||||
*/
|
||||
|
||||
@@ -258,7 +258,7 @@ TEST(RelayRemoteEvent, SyncWithRemote)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_cb_version
|
||||
*/
|
||||
|
||||
@@ -268,7 +268,7 @@ TEST(RelayRemoteEvent, CbVersion)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_cb_upgrade
|
||||
*/
|
||||
|
||||
@@ -278,7 +278,7 @@ TEST(RelayRemoteEvent, CbUpgrade)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_cb_quit
|
||||
*/
|
||||
|
||||
@@ -288,7 +288,7 @@ TEST(RelayRemoteEvent, CbQuit)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_event_recv
|
||||
*/
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@ TEST_GROUP(RelayRemoteNetworkWithRemote)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_network_get_url_resource
|
||||
*/
|
||||
|
||||
@@ -98,7 +98,7 @@ TEST(RelayRemoteNetworkWithRemote, GetUrlResource)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_network_close_connection
|
||||
*/
|
||||
|
||||
@@ -108,7 +108,7 @@ TEST(RelayRemoteNetwork, CloseConnection)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_network_disconnect
|
||||
*/
|
||||
|
||||
@@ -118,7 +118,7 @@ TEST(RelayRemoteNetwork, Disconnect)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_network_check_auth
|
||||
*/
|
||||
|
||||
@@ -128,7 +128,7 @@ TEST(RelayRemoteNetwork, CheckAuth)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_network_send_data
|
||||
*/
|
||||
|
||||
@@ -138,7 +138,7 @@ TEST(RelayRemoteNetwork, SendData)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_network_send
|
||||
*/
|
||||
|
||||
@@ -148,7 +148,7 @@ TEST(RelayRemoteNetwork, Send)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_network_send_json
|
||||
*/
|
||||
|
||||
@@ -158,7 +158,7 @@ TEST(RelayRemoteNetwork, SendJson)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_network_recv_text
|
||||
*/
|
||||
|
||||
@@ -168,7 +168,7 @@ TEST(RelayRemoteNetwork, RecvText)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_network_read_websocket_frames
|
||||
*/
|
||||
|
||||
@@ -178,7 +178,7 @@ TEST(RelayRemoteNetwork, ReadWebsocketFrames)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_network_recv_buffer
|
||||
*/
|
||||
|
||||
@@ -188,7 +188,7 @@ TEST(RelayRemoteNetwork, RecvBuffer)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_network_recv_cb
|
||||
*/
|
||||
|
||||
@@ -198,7 +198,7 @@ TEST(RelayRemoteNetwork, RecvCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_network_connect_ws_auth
|
||||
*/
|
||||
|
||||
@@ -208,7 +208,7 @@ TEST(RelayRemoteNetwork, ConnectWsAuth)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_network_connect_cb
|
||||
*/
|
||||
|
||||
@@ -218,7 +218,7 @@ TEST(RelayRemoteNetwork, ConnectCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_network_url_handshake_cb
|
||||
*/
|
||||
|
||||
@@ -228,7 +228,7 @@ TEST(RelayRemoteNetwork, UrlHandshakeCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_network_get_handshake_request
|
||||
*/
|
||||
|
||||
@@ -247,7 +247,7 @@ TEST(RelayRemoteNetwork, GetHandshakeRequest)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_network_connect
|
||||
*/
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@ TEST_GROUP(RelayApiMsg)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_msg_send_json_internal
|
||||
*/
|
||||
|
||||
@@ -83,7 +83,7 @@ TEST(RelayApiMsg, SendJsonInternal)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_msg_send_json
|
||||
*/
|
||||
|
||||
@@ -93,7 +93,7 @@ TEST(RelayApiMsg, SendJson)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_msg_send_error_json
|
||||
*/
|
||||
|
||||
@@ -103,7 +103,7 @@ TEST(RelayApiMsg, SendErrorJson)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_msg_send_event
|
||||
*/
|
||||
|
||||
@@ -113,7 +113,7 @@ TEST(RelayApiMsg, SendEvent)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_msg_buffer_add_local_vars_cb
|
||||
* relay_api_msg_buffer_to_json
|
||||
* relay_api_msg_nick_to_json
|
||||
@@ -383,7 +383,7 @@ TEST(RelayApiMsg, BufferToJson)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_msg_line_data_to_json
|
||||
* relay_api_msg_lines_to_json
|
||||
*/
|
||||
@@ -518,7 +518,7 @@ TEST(RelayApiMsg, LinesToJson)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_msg_completion_to_json
|
||||
*/
|
||||
|
||||
@@ -589,7 +589,7 @@ TEST(RelayApiMsg, CompletionToJson)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_msg_hotlist_to_json
|
||||
*/
|
||||
|
||||
|
||||
@@ -238,7 +238,7 @@ TEST_GROUP(RelayApiProtocolWithClient)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_protocol_signal_buffer_cb
|
||||
*/
|
||||
|
||||
@@ -248,7 +248,7 @@ TEST(RelayApiProtocol, SignalBufferCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_protocol_hsignal_nicklist_cb
|
||||
*/
|
||||
|
||||
@@ -258,7 +258,7 @@ TEST(RelayApiProtocol, HsignalNicklistCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_protocol_signal_upgrade_cb
|
||||
*/
|
||||
|
||||
@@ -268,7 +268,7 @@ TEST(RelayApiProtocol, SignalUpgradeCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_protocol_cb_options
|
||||
*/
|
||||
|
||||
@@ -288,7 +288,7 @@ TEST(RelayApiProtocolWithClient, CbOptions)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_protocol_cb_handshake
|
||||
*/
|
||||
|
||||
@@ -357,7 +357,7 @@ TEST(RelayApiProtocolWithClient, CbHandshake)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_protocol_cb_version
|
||||
*/
|
||||
|
||||
@@ -377,7 +377,7 @@ TEST(RelayApiProtocolWithClient, CbVersion)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_protocol_cb_buffers
|
||||
*/
|
||||
|
||||
@@ -550,7 +550,7 @@ TEST(RelayApiProtocolWithClient, CbBuffers)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_protocol_cb_hotlist
|
||||
*/
|
||||
|
||||
@@ -612,7 +612,7 @@ TEST(RelayApiProtocolWithClient, CbHotlist)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_protocol_cb_completion
|
||||
*/
|
||||
|
||||
@@ -691,7 +691,7 @@ TEST(RelayApiProtocolWithClient, CbCompletion)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_protocol_cb_input
|
||||
*/
|
||||
|
||||
@@ -764,7 +764,7 @@ TEST(RelayApiProtocolWithClient, CbInput)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_protocol_cb_ping
|
||||
*/
|
||||
|
||||
@@ -789,7 +789,7 @@ TEST(RelayApiProtocolWithClient, CbPing)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_protocol_cb_sync
|
||||
*/
|
||||
|
||||
@@ -807,7 +807,7 @@ TEST(RelayApiProtocolWithClient, CbSync)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_protocol_cb_sync (websocket)
|
||||
*/
|
||||
|
||||
@@ -870,7 +870,7 @@ TEST(RelayApiProtocolWithClient, CbSyncWebsocket)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_protocol_recv_json_request
|
||||
* relay_api_protocol_recv_json
|
||||
*/
|
||||
@@ -964,7 +964,7 @@ TEST(RelayApiProtocolWithClient, RecvJson)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_protocol_recv_http (error 404)
|
||||
*/
|
||||
|
||||
@@ -1022,7 +1022,7 @@ TEST(RelayApiProtocolWithClient, RecvHttp404)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_protocol_recv_http (missing password)
|
||||
*/
|
||||
|
||||
@@ -1041,7 +1041,7 @@ TEST(RelayApiProtocolWithClient, RecvHttpMissingPassword)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_protocol_recv_http (invalid password)
|
||||
*/
|
||||
|
||||
@@ -1061,7 +1061,7 @@ TEST(RelayApiProtocolWithClient, RecvHttpInvalidPassword)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_protocol_recv_http (method not allowed)
|
||||
*/
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ TEST_GROUP(RelayApi)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_search_colors
|
||||
*/
|
||||
|
||||
@@ -54,7 +54,7 @@ TEST(RelayApi, SearchColors)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_hook_signals
|
||||
*/
|
||||
|
||||
@@ -64,7 +64,7 @@ TEST(RelayApi, HookSignals)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_unhook_signals
|
||||
*/
|
||||
|
||||
@@ -74,7 +74,7 @@ TEST(RelayApi, UnhookSignals)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_recv_http
|
||||
*/
|
||||
|
||||
@@ -84,7 +84,7 @@ TEST(RelayApi, RecvHttp)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_recv_json
|
||||
*/
|
||||
|
||||
@@ -94,7 +94,7 @@ TEST(RelayApi, RecvJson)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_close_connection
|
||||
*/
|
||||
|
||||
@@ -104,7 +104,7 @@ TEST(RelayApi, CloseConnection)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_alloc
|
||||
*/
|
||||
|
||||
@@ -114,7 +114,7 @@ TEST(RelayApi, Alloc)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_alloc_with_infolist
|
||||
*/
|
||||
|
||||
@@ -124,7 +124,7 @@ TEST(RelayApi, AllocWithInfolist)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_get_initial_status
|
||||
*/
|
||||
|
||||
@@ -134,7 +134,7 @@ TEST(RelayApi, GetInitialStatus)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_free
|
||||
*/
|
||||
|
||||
@@ -144,7 +144,7 @@ TEST(RelayApi, Free)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_add_to_infolist
|
||||
*/
|
||||
|
||||
@@ -154,7 +154,7 @@ TEST(RelayApi, AddToInfolist)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_api_print_log
|
||||
*/
|
||||
|
||||
|
||||
@@ -356,7 +356,7 @@ TEST_GROUP(RelayIrcWithClient)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_command_relayed
|
||||
*/
|
||||
|
||||
@@ -373,7 +373,7 @@ TEST(RelayIrc, CommandRelayed)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_command_ignored
|
||||
*/
|
||||
|
||||
@@ -391,7 +391,7 @@ TEST(RelayIrc, CommandIgnored)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_search_backlog_commands_tags
|
||||
*/
|
||||
|
||||
@@ -407,7 +407,7 @@ TEST(RelayIrc, SearchBacklogCommandsTags)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_search_server_capability
|
||||
*/
|
||||
|
||||
@@ -422,7 +422,7 @@ TEST(RelayIrc, SearchServerCapability)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_message_parse
|
||||
*/
|
||||
|
||||
@@ -476,7 +476,7 @@ TEST(RelayIrc, MessageParse)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_sendf
|
||||
*/
|
||||
|
||||
@@ -494,7 +494,7 @@ TEST(RelayIrcWithClient, Sendf)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_parse_cap_message
|
||||
*/
|
||||
|
||||
@@ -530,7 +530,7 @@ TEST(RelayIrcWithClient, ParseCapMessage)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_signal_irc_in2_cb
|
||||
*/
|
||||
|
||||
@@ -540,7 +540,7 @@ TEST(RelayIrc, SignalIrcIn2Cb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_tag_relay_client_id
|
||||
*/
|
||||
|
||||
@@ -556,7 +556,7 @@ TEST(RelayIrc, TagRelayClientId)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_signal_irc_outtags_cb
|
||||
*/
|
||||
|
||||
@@ -566,7 +566,7 @@ TEST(RelayIrc, SignalIrcOuttagsCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_signal_irc_disc_cb
|
||||
*/
|
||||
|
||||
@@ -576,7 +576,7 @@ TEST(RelayIrc, SignalIrcDiscCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_hsignal_irc_redir_cb
|
||||
*/
|
||||
|
||||
@@ -586,7 +586,7 @@ TEST(RelayIrc, HsignalIrcRedirCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_get_line_info
|
||||
*/
|
||||
|
||||
@@ -596,7 +596,7 @@ TEST(RelayIrc, GetLineInfo)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_send_channel_backlog
|
||||
*/
|
||||
|
||||
@@ -606,7 +606,7 @@ TEST(RelayIrc, SendChannelBacklog)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_send_join
|
||||
*/
|
||||
|
||||
@@ -616,7 +616,7 @@ TEST(RelayIrc, SendJoin)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_send_join_channels
|
||||
*/
|
||||
|
||||
@@ -626,7 +626,7 @@ TEST(RelayIrc, SendJoinChannels)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_input_send
|
||||
*/
|
||||
|
||||
@@ -639,7 +639,7 @@ TEST(RelayIrcWithClient, InputSend)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_hook_signals
|
||||
*/
|
||||
|
||||
@@ -649,7 +649,7 @@ TEST(RelayIrc, HookSignals)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_capability_compare_cb
|
||||
*/
|
||||
|
||||
@@ -659,7 +659,7 @@ TEST(RelayIrc, CapabilityCompareCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_capability_free_db
|
||||
*/
|
||||
|
||||
@@ -669,7 +669,7 @@ TEST(RelayIrc, CapabilityFreeDb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_cap_enabled
|
||||
*/
|
||||
|
||||
@@ -690,7 +690,7 @@ TEST(RelayIrcWithClient, CapEnabled)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_get_supported_caps
|
||||
*/
|
||||
|
||||
@@ -710,7 +710,7 @@ TEST(RelayIrcWithClient, GetSupportedCaps)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_get_list_caps
|
||||
*/
|
||||
|
||||
@@ -735,7 +735,7 @@ TEST(RelayIrc, RelayGetListCaps)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_recv_command_capab
|
||||
*/
|
||||
|
||||
@@ -808,7 +808,7 @@ TEST(RelayIrcWithClient, RecvCommandCapab)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_parse_ctcp
|
||||
*/
|
||||
|
||||
@@ -874,7 +874,7 @@ TEST(RelayIrcWithClient, ParseCtcp)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_recv
|
||||
*/
|
||||
|
||||
@@ -953,7 +953,7 @@ TEST(RelayIrcWithClient, Recv)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_close_connection
|
||||
*/
|
||||
|
||||
@@ -963,7 +963,7 @@ TEST(RelayIrc, CloseConnection)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_alloc
|
||||
*/
|
||||
|
||||
@@ -973,7 +973,7 @@ TEST(RelayIrc, Alloc)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_alloc_with_infolist
|
||||
*/
|
||||
|
||||
@@ -983,7 +983,7 @@ TEST(RelayIrc, AllocWithInfolist)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_get_initial_status
|
||||
*/
|
||||
|
||||
@@ -993,7 +993,7 @@ TEST(RelayIrc, GetInitialStatus)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_free
|
||||
*/
|
||||
|
||||
@@ -1003,7 +1003,7 @@ TEST(RelayIrc, Free)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_add_to_infolist
|
||||
*/
|
||||
|
||||
@@ -1013,7 +1013,7 @@ TEST(RelayIrc, AddToInfolist)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_irc_print_log
|
||||
*/
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ TEST_GROUP(RelayAuth)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_auth_password_hash_algo_search
|
||||
*/
|
||||
|
||||
@@ -83,7 +83,7 @@ TEST(RelayAuth, PasswordHashAlgoSearch)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_auth_generate_nonce
|
||||
*/
|
||||
|
||||
@@ -110,7 +110,7 @@ TEST(RelayAuth, GenerateNonce)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_auth_check_password_plain
|
||||
*/
|
||||
|
||||
@@ -142,7 +142,7 @@ TEST(RelayAuth, CheckPasswordPlain)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_auth_parse_sha
|
||||
*/
|
||||
|
||||
@@ -199,7 +199,7 @@ TEST(RelayAuth, ParseSha)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_auth_parse_pbkdf2
|
||||
*/
|
||||
|
||||
@@ -283,7 +283,7 @@ TEST(RelayAuth, ParsePbkdf2)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_auth_check_salt
|
||||
*/
|
||||
|
||||
@@ -334,7 +334,7 @@ TEST(RelayAuth, CheckSalt)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_auth_check_hash_sha
|
||||
*/
|
||||
|
||||
@@ -402,7 +402,7 @@ TEST(RelayAuth, CheckHashSha)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_auth_check_hash_pbkdf2
|
||||
*/
|
||||
|
||||
@@ -478,7 +478,7 @@ TEST(RelayAuth, CheckHashPbkdf2)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_auth_password_hash
|
||||
*/
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ TEST_GROUP(RelayBarItem)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_bar_item_input_prompt
|
||||
*/
|
||||
|
||||
@@ -46,7 +46,7 @@ TEST(RelayBarItem, InputPrompt)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_bar_item_init
|
||||
*/
|
||||
|
||||
|
||||
@@ -76,7 +76,7 @@ TEST_GROUP(RelayHttp)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_request_alloc
|
||||
* relay_http_request_reinit
|
||||
* relay_http_request_free
|
||||
@@ -162,7 +162,7 @@ TEST(RelayHttp, RequestAllocReinitFree)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_url_decode
|
||||
*/
|
||||
|
||||
@@ -186,7 +186,7 @@ TEST(RelayHttp, UrlDecode)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_get_param_boolean
|
||||
*/
|
||||
|
||||
@@ -223,7 +223,7 @@ TEST(RelayHttp, GetParamBoolean)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_get_param_long
|
||||
*/
|
||||
|
||||
@@ -251,7 +251,7 @@ TEST(RelayHttp, GetParamLong)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_parse_path
|
||||
*/
|
||||
|
||||
@@ -366,7 +366,7 @@ TEST(RelayHttp, ParsePath)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_parse_method_path
|
||||
*/
|
||||
|
||||
@@ -493,7 +493,7 @@ TEST(RelayHttp, ParseMethodPath)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_parse_header
|
||||
*/
|
||||
|
||||
@@ -619,7 +619,7 @@ TEST(RelayHttp, ParseHeader)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_add_to_body
|
||||
*/
|
||||
|
||||
@@ -686,7 +686,7 @@ TEST(RelayHttp, AddToBody)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_get_auth_status
|
||||
*/
|
||||
|
||||
@@ -953,7 +953,7 @@ TEST(RelayHttp, GetAuthStatus)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_check_auth
|
||||
*/
|
||||
|
||||
@@ -963,7 +963,7 @@ TEST(RelayHttp, CheckAuth)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_process_websocket
|
||||
*/
|
||||
|
||||
@@ -973,7 +973,7 @@ TEST(RelayHttp, ProcessWebsocket)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_process_request
|
||||
*/
|
||||
|
||||
@@ -983,7 +983,7 @@ TEST(RelayHttp, ProcessRequest)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_recv
|
||||
*/
|
||||
|
||||
@@ -993,7 +993,7 @@ TEST(RelayHttp, Recv)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_compress
|
||||
*/
|
||||
|
||||
@@ -1064,7 +1064,7 @@ TEST(RelayHttp, Compress)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_send
|
||||
*/
|
||||
|
||||
@@ -1074,7 +1074,7 @@ TEST(RelayHttp, Send)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_send_json
|
||||
*/
|
||||
|
||||
@@ -1084,7 +1084,7 @@ TEST(RelayHttp, SendJson)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_send_error_json
|
||||
*/
|
||||
|
||||
@@ -1094,7 +1094,7 @@ TEST(RelayHttp, SendErrorJson)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_response_alloc
|
||||
* relay_http_response_free
|
||||
*/
|
||||
@@ -1123,7 +1123,7 @@ TEST(RelayHttp, ResponseAllocFree)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_parse_response_code
|
||||
*/
|
||||
|
||||
@@ -1233,7 +1233,7 @@ TEST(RelayHttp, ParseResponseCode)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_parse_response_header
|
||||
*/
|
||||
|
||||
@@ -1300,7 +1300,7 @@ TEST(RelayHttp, ParseResponseHeader)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_parse_response
|
||||
*/
|
||||
|
||||
@@ -1360,7 +1360,7 @@ TEST(RelayHttp, ParseResponse)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_print_log_request
|
||||
*/
|
||||
|
||||
@@ -1370,7 +1370,7 @@ TEST(RelayHttp, PrintLogRequest)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_http_print_log_response
|
||||
*/
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ TEST_GROUP(RelayRaw)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_raw_message_print
|
||||
*/
|
||||
|
||||
@@ -48,7 +48,7 @@ TEST(RelayRaw, MessagePrint)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_raw_open
|
||||
*/
|
||||
|
||||
@@ -58,7 +58,7 @@ TEST(RelayRaw, Open)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_raw_message_free
|
||||
*/
|
||||
|
||||
@@ -68,7 +68,7 @@ TEST(RelayRaw, MessageFree)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_raw_message_free_all
|
||||
*/
|
||||
|
||||
@@ -78,7 +78,7 @@ TEST(RelayRaw, MessageFreeAll)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_raw_message_remove_old
|
||||
*/
|
||||
|
||||
@@ -88,7 +88,7 @@ TEST(RelayRaw, MessageRemoveOld)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_raw_message_add_to_list
|
||||
*/
|
||||
|
||||
@@ -98,7 +98,7 @@ TEST(RelayRaw, MessageAddToList)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_raw_convert_binary_message
|
||||
*/
|
||||
|
||||
@@ -108,7 +108,7 @@ TEST(RelayRaw, ConvertBinaryMessage)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_raw_convert_text_message
|
||||
*/
|
||||
|
||||
@@ -118,7 +118,7 @@ TEST(RelayRaw, ConvertTextMessage)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_raw_message_add
|
||||
*/
|
||||
|
||||
@@ -128,7 +128,7 @@ TEST(RelayRaw, MessageAdd)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_raw_print_client
|
||||
*/
|
||||
|
||||
@@ -138,7 +138,7 @@ TEST(RelayRaw, PrintClient)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_raw_print_remote
|
||||
*/
|
||||
|
||||
@@ -148,7 +148,7 @@ TEST(RelayRaw, PrintRemote)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_raw_add_to_infolist
|
||||
*/
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ TEST_GROUP(RelayRemote)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_search_option
|
||||
*/
|
||||
|
||||
@@ -66,7 +66,7 @@ TEST(RelayRemote, SearchOption)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_valid
|
||||
*/
|
||||
|
||||
@@ -76,7 +76,7 @@ TEST(RelayRemote, Valid)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_search
|
||||
*/
|
||||
|
||||
@@ -86,7 +86,7 @@ TEST(RelayRemote, Search)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_search_by_number
|
||||
*/
|
||||
|
||||
@@ -96,7 +96,7 @@ TEST(RelayRemote, SearchByNumber)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_name_valid
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ TEST(RelayRemote, NameValid)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_parse_url
|
||||
*/
|
||||
|
||||
@@ -157,7 +157,7 @@ TEST(RelayRemote, ParseUrl)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_url_valid
|
||||
*/
|
||||
|
||||
@@ -167,7 +167,7 @@ TEST(RelayRemote, UrlValid)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_send_signal
|
||||
*/
|
||||
|
||||
@@ -177,7 +177,7 @@ TEST(RelayRemote, SendSignal)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_alloc
|
||||
*/
|
||||
|
||||
@@ -187,7 +187,7 @@ TEST(RelayRemote, Alloc)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_find_pos
|
||||
*/
|
||||
|
||||
@@ -197,7 +197,7 @@ TEST(RelayRemote, FindPos)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_add
|
||||
*/
|
||||
|
||||
@@ -207,7 +207,7 @@ TEST(RelayRemote, Add)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_new_with_options
|
||||
*/
|
||||
|
||||
@@ -217,7 +217,7 @@ TEST(RelayRemote, NewWithOptions)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_new
|
||||
*/
|
||||
|
||||
@@ -227,7 +227,7 @@ TEST(RelayRemote, New)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_new_with_infolist
|
||||
*/
|
||||
|
||||
@@ -237,7 +237,7 @@ TEST(RelayRemote, NewWithInfolist)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_set_status
|
||||
*/
|
||||
|
||||
@@ -247,7 +247,7 @@ TEST(RelayRemote, SetStatus)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_connect
|
||||
*/
|
||||
|
||||
@@ -257,7 +257,7 @@ TEST(RelayRemote, Connect)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_rename
|
||||
*/
|
||||
|
||||
@@ -267,7 +267,7 @@ TEST(RelayRemote, Rename)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_disconnect
|
||||
*/
|
||||
|
||||
@@ -277,7 +277,7 @@ TEST(RelayRemote, Disconnect)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_reconnect_schedule
|
||||
*/
|
||||
|
||||
@@ -287,7 +287,7 @@ TEST(RelayRemote, ReconnectSchedule)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_reconnect
|
||||
*/
|
||||
|
||||
@@ -297,7 +297,7 @@ TEST(RelayRemote, Reconnect)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_timer
|
||||
*/
|
||||
|
||||
@@ -307,7 +307,7 @@ TEST(RelayRemote, Timer)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_disconnect_all
|
||||
*/
|
||||
|
||||
@@ -317,7 +317,7 @@ TEST(RelayRemote, DisconnectAll)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_free
|
||||
*/
|
||||
|
||||
@@ -327,7 +327,7 @@ TEST(RelayRemote, Free)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_free_all
|
||||
*/
|
||||
|
||||
@@ -337,7 +337,7 @@ TEST(RelayRemote, FreeAll)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_add_to_infolist
|
||||
*/
|
||||
|
||||
@@ -347,7 +347,7 @@ TEST(RelayRemote, AddToInfolist)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_remote_print_log
|
||||
*/
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ TEST_GROUP(RelayWebsocket)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_websocket_deflate_alloc
|
||||
* relay_websocket_deflate_init_stream_deflate
|
||||
* relay_websocket_deflate_free_stream_deflate
|
||||
@@ -94,7 +94,7 @@ TEST(RelayWebsocket, DeflateAllocFree)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_websocket_is_valid_http_get
|
||||
*/
|
||||
|
||||
@@ -120,7 +120,7 @@ TEST(RelayWebsocket, IsValidHttpGet)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_websocket_client_handshake_valid
|
||||
* relay_websocket_build_handshake
|
||||
*/
|
||||
@@ -267,7 +267,7 @@ TEST(RelayWebsocket, ClientHandshakeValid)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_websocket_parse_extensions
|
||||
*/
|
||||
|
||||
@@ -413,7 +413,7 @@ TEST(RelayWebsocket, ParseExtensions)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_websocket_deflate
|
||||
* relay_websocket_inflate
|
||||
*/
|
||||
@@ -469,7 +469,7 @@ TEST(RelayWebsocket, Inflate)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_websocket_decode_frame
|
||||
*/
|
||||
|
||||
@@ -479,7 +479,7 @@ TEST(RelayWebsocket, DecodeFrame)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_websocket_encode_frame
|
||||
*/
|
||||
|
||||
@@ -489,7 +489,7 @@ TEST(RelayWebsocket, EncodeFrame)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* relay_websocket_deflate_print_log
|
||||
*/
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ TEST_GROUP(PluginApiInfo)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_version_cb
|
||||
*/
|
||||
|
||||
@@ -74,7 +74,7 @@ TEST(PluginApiInfo, VersionCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_version_number_cb
|
||||
*/
|
||||
|
||||
@@ -93,7 +93,7 @@ TEST(PluginApiInfo, VersionNumberCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_version_git_cb
|
||||
*/
|
||||
|
||||
@@ -107,7 +107,7 @@ TEST(PluginApiInfo, VersionGitCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_date_cb
|
||||
*/
|
||||
|
||||
@@ -121,7 +121,7 @@ TEST(PluginApiInfo, DateCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_pid_cb
|
||||
*/
|
||||
|
||||
@@ -134,7 +134,7 @@ TEST(PluginApiInfo, PidCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_dir_separator_cb
|
||||
*/
|
||||
|
||||
@@ -146,7 +146,7 @@ TEST(PluginApiInfo, DirSeparatorCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_absolute_path
|
||||
*/
|
||||
|
||||
@@ -162,7 +162,7 @@ TEST(PluginApiInfo, AbsolutePath)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_absolute_path
|
||||
* plugin_api_info_weechat_config_dir_cb
|
||||
* plugin_api_info_weechat_data_dir_cb
|
||||
@@ -212,7 +212,7 @@ TEST(PluginApiInfo, WeechatDir)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_weechat_libdir_cb
|
||||
*/
|
||||
|
||||
@@ -224,7 +224,7 @@ TEST(PluginApiInfo, WeechatLibdirCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_weechat_sharedir_cb
|
||||
*/
|
||||
|
||||
@@ -237,7 +237,7 @@ TEST(PluginApiInfo, WeechatSharedirCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_weechat_localedir_cb
|
||||
*/
|
||||
|
||||
@@ -249,7 +249,7 @@ TEST(PluginApiInfo, WeechatLocaledirCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_weechat_site_cb
|
||||
*/
|
||||
|
||||
@@ -261,7 +261,7 @@ TEST(PluginApiInfo, WeechatSiteCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_weechat_site_download_cb
|
||||
*/
|
||||
|
||||
@@ -274,7 +274,7 @@ TEST(PluginApiInfo, WeechatSiteDownloadCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_weechat_upgrading_cb
|
||||
*/
|
||||
|
||||
@@ -286,7 +286,7 @@ TEST(PluginApiInfo, WeechatUpgradingCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_weechat_headless_cb
|
||||
*/
|
||||
|
||||
@@ -298,7 +298,7 @@ TEST(PluginApiInfo, WeechatHeadlessCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_weechat_daemon_cb
|
||||
*/
|
||||
|
||||
@@ -310,7 +310,7 @@ TEST(PluginApiInfo, WeechatDaemonCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_auto_connect_cb
|
||||
*/
|
||||
|
||||
@@ -322,7 +322,7 @@ TEST(PluginApiInfo, AutoConnectCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_auto_load_scripts_cb
|
||||
*/
|
||||
|
||||
@@ -334,7 +334,7 @@ TEST(PluginApiInfo, AutoLoadScriptsCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_buffer_cb
|
||||
*/
|
||||
|
||||
@@ -352,7 +352,7 @@ TEST(PluginApiInfo, BufferCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_charset_terminal_cb
|
||||
*/
|
||||
|
||||
@@ -365,7 +365,7 @@ TEST(PluginApiInfo, CharsetTerminalCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_charset_internal_cb
|
||||
*/
|
||||
|
||||
@@ -378,7 +378,7 @@ TEST(PluginApiInfo, CharsetInternalCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_locale_cb
|
||||
*/
|
||||
|
||||
@@ -391,7 +391,7 @@ TEST(PluginApiInfo, LocaleCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_inactivity_cb
|
||||
*/
|
||||
|
||||
@@ -408,7 +408,7 @@ TEST(PluginApiInfo, InactivityCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_filters_enabled_cb
|
||||
*/
|
||||
|
||||
@@ -426,7 +426,7 @@ TEST(PluginApiInfo, FiltersEnabledCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_cursor_mode_cb
|
||||
*/
|
||||
|
||||
@@ -438,7 +438,7 @@ TEST(PluginApiInfo, CursorModeCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_mouse_cb
|
||||
*/
|
||||
|
||||
@@ -456,7 +456,7 @@ TEST(PluginApiInfo, MouseCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_term_width_cb
|
||||
*/
|
||||
|
||||
@@ -469,7 +469,7 @@ TEST(PluginApiInfo, TermWidthCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_term_height_cb
|
||||
*/
|
||||
|
||||
@@ -482,7 +482,7 @@ TEST(PluginApiInfo, TermHeightCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_term_colors_cb
|
||||
*/
|
||||
|
||||
@@ -496,7 +496,7 @@ TEST(PluginApiInfo, TermColorsCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_term_color_pairs_cb
|
||||
*/
|
||||
|
||||
@@ -510,7 +510,7 @@ TEST(PluginApiInfo, TermColorPairsCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_color_ansi_regex_cb
|
||||
*/
|
||||
|
||||
@@ -523,7 +523,7 @@ TEST(PluginApiInfo, ColorAnsiRegexCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_color_term2rgb_cb
|
||||
*/
|
||||
|
||||
@@ -539,7 +539,7 @@ TEST(PluginApiInfo, ColorTerm2rgbCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_color_rgb2term_cb
|
||||
*/
|
||||
|
||||
@@ -556,7 +556,7 @@ TEST(PluginApiInfo, ColorRgb2termCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_nick_color_cb
|
||||
* plugin_api_info_nick_color_name_cb
|
||||
* plugin_api_info_nick_color_ignore_case_cb
|
||||
@@ -599,7 +599,7 @@ TEST(PluginApiInfo, NickColor)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_build_uptime
|
||||
* plugin_api_info_uptime_cb
|
||||
* plugin_api_info_uptime_current_cb
|
||||
@@ -633,7 +633,7 @@ TEST(PluginApiInfo, Uptime)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_totp_generate_cb
|
||||
* plugin_api_info_totp_validate_cb
|
||||
*/
|
||||
@@ -674,7 +674,7 @@ TEST(PluginApiInfo, TotpGenerateCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_plugin_loaded_cb
|
||||
*/
|
||||
|
||||
@@ -692,7 +692,7 @@ TEST(PluginApiInfo, PluginLoadedCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_hashtable_secured_data_cb
|
||||
*/
|
||||
|
||||
@@ -715,7 +715,7 @@ TEST(PluginApiInfo, HashtableSecuredDataCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_infolist_bar_cb
|
||||
*/
|
||||
|
||||
@@ -754,7 +754,7 @@ TEST(PluginApiInfo, InfolistBarCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_infolist_bar_item_cb
|
||||
*/
|
||||
|
||||
@@ -793,7 +793,7 @@ TEST(PluginApiInfo, InfolistBarItemCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_infolist_bar_window_cb
|
||||
*/
|
||||
|
||||
@@ -831,7 +831,7 @@ TEST(PluginApiInfo, InfolistBarWindowCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_infolist_buffer_cb
|
||||
*/
|
||||
|
||||
@@ -868,7 +868,7 @@ TEST(PluginApiInfo, InfolistBufferCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_infolist_buffer_lines_cb
|
||||
*/
|
||||
|
||||
@@ -899,7 +899,7 @@ TEST(PluginApiInfo, InfolistBufferLinesCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_infolist_filter_cb
|
||||
*/
|
||||
|
||||
@@ -949,7 +949,7 @@ TEST(PluginApiInfo, InfolistFilterCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_infolist_history_cb
|
||||
*/
|
||||
|
||||
@@ -980,7 +980,7 @@ TEST(PluginApiInfo, InfolistHistoryCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_infolist_hook_cb
|
||||
*/
|
||||
|
||||
@@ -1037,7 +1037,7 @@ TEST(PluginApiInfo, InfolistHookCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_infolist_hotlist_cb
|
||||
*/
|
||||
|
||||
@@ -1067,7 +1067,7 @@ TEST(PluginApiInfo, InfolistHotlistCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_infolist_key_cb
|
||||
*/
|
||||
|
||||
@@ -1096,7 +1096,7 @@ TEST(PluginApiInfo, InfolistKeyCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_infolist_layout_cb
|
||||
*/
|
||||
|
||||
@@ -1128,7 +1128,7 @@ TEST(PluginApiInfo, InfolistLayoutCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_infolist_nicklist_cb
|
||||
*/
|
||||
|
||||
@@ -1153,7 +1153,7 @@ TEST(PluginApiInfo, InfolistNicklistCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_infolist_option_cb
|
||||
*/
|
||||
|
||||
@@ -1186,7 +1186,7 @@ TEST(PluginApiInfo, InfolistOptionCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_infolist_plugin_cb
|
||||
*/
|
||||
|
||||
@@ -1232,7 +1232,7 @@ TEST(PluginApiInfo, InfolistPluginCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_infolist_proxy_cb
|
||||
*/
|
||||
|
||||
@@ -1280,7 +1280,7 @@ TEST(PluginApiInfo, InfolistProxyCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_infolist_url_options_cb
|
||||
*/
|
||||
|
||||
@@ -1298,7 +1298,7 @@ TEST(PluginApiInfo, InfolistUrlOptionsCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_infolist_window_cb
|
||||
*/
|
||||
|
||||
@@ -1346,7 +1346,7 @@ TEST(PluginApiInfo, InfolistWindowCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_api_info_init
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ TEST_GROUP(PluginConfig)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_config_search
|
||||
* plugin_config_set_internal
|
||||
* plugin_config_set
|
||||
@@ -92,7 +92,7 @@ TEST(PluginConfig, Set)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_config_reload
|
||||
*/
|
||||
|
||||
@@ -102,7 +102,7 @@ TEST(PluginConfig, Reload)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_config_create_option
|
||||
*/
|
||||
|
||||
@@ -112,7 +112,7 @@ TEST(PluginConfig, CreateOption)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_config_create_desc
|
||||
*/
|
||||
|
||||
@@ -122,7 +122,7 @@ TEST(PluginConfig, CreateDesc)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_config_delete_desc
|
||||
*/
|
||||
|
||||
@@ -132,7 +132,7 @@ TEST(PluginConfig, DeleteDesc)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_config_init
|
||||
*/
|
||||
|
||||
@@ -142,7 +142,7 @@ TEST(PluginConfig, Init)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_config_read
|
||||
*/
|
||||
|
||||
@@ -152,7 +152,7 @@ TEST(PluginConfig, Read)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_config_write
|
||||
*/
|
||||
|
||||
@@ -162,7 +162,7 @@ TEST(PluginConfig, Write)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* plugin_config_end
|
||||
*/
|
||||
|
||||
|
||||
@@ -354,7 +354,7 @@ TEST(TriggerConfig, DefaultTriggerServerPass)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_config_change_enabled
|
||||
*/
|
||||
|
||||
@@ -364,7 +364,7 @@ TEST(TriggerConfig, ChangeEnabled)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_config_change_trigger_enabled
|
||||
*/
|
||||
|
||||
@@ -374,7 +374,7 @@ TEST(TriggerConfig, ChangeTriggerEnabled)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_config_change_trigger_hook
|
||||
*/
|
||||
|
||||
@@ -384,7 +384,7 @@ TEST(TriggerConfig, ChangeTriggerHook)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_config_change_trigger_arguments
|
||||
*/
|
||||
|
||||
@@ -394,7 +394,7 @@ TEST(TriggerConfig, ChangeTriggerArguments)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_config_change_trigger_regex
|
||||
*/
|
||||
|
||||
@@ -404,7 +404,7 @@ TEST(TriggerConfig, ChangeTriggerRegex)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_config_change_trigger_command
|
||||
*/
|
||||
|
||||
@@ -414,7 +414,7 @@ TEST(TriggerConfig, ChangeTriggerCommand)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_config_create_trigger_option
|
||||
*/
|
||||
|
||||
@@ -424,7 +424,7 @@ TEST(TriggerConfig, ChangeTriggerOption)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_config_create_option_temp
|
||||
*/
|
||||
|
||||
@@ -434,7 +434,7 @@ TEST(TriggerConfig, CreateOptionTemp)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_config_use_temp_triggers
|
||||
*/
|
||||
|
||||
@@ -444,7 +444,7 @@ TEST(TriggerConfig, UseTempTriggers)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_config_trigger_read_cb
|
||||
*/
|
||||
|
||||
@@ -454,7 +454,7 @@ TEST(TriggerConfig, TriggerReadCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_config_trigger_write_default_cb
|
||||
*/
|
||||
|
||||
@@ -464,7 +464,7 @@ TEST(TriggerConfig, TriggerWriteDefaultCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_config_reload_cb
|
||||
*/
|
||||
|
||||
@@ -474,7 +474,7 @@ TEST(TriggerConfig, ReloadCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_config_init
|
||||
*/
|
||||
|
||||
@@ -484,7 +484,7 @@ TEST(TriggerConfig, Init)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_config_read
|
||||
*/
|
||||
|
||||
@@ -494,7 +494,7 @@ TEST(TriggerConfig, Read)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_config_write
|
||||
*/
|
||||
|
||||
@@ -504,7 +504,7 @@ TEST(TriggerConfig, Write)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_config_free
|
||||
*/
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ TEST_GROUP(Trigger)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_search_option
|
||||
*/
|
||||
|
||||
@@ -74,7 +74,7 @@ TEST(Trigger, SearchOption)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_search_hook_type
|
||||
*/
|
||||
|
||||
@@ -94,7 +94,7 @@ TEST(Trigger, SearchHookType)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_search_regex_command
|
||||
*/
|
||||
|
||||
@@ -116,7 +116,7 @@ TEST(Trigger, SearchRegexCommand)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_search_return_code
|
||||
*/
|
||||
|
||||
@@ -136,7 +136,7 @@ TEST(Trigger, SearchReturnCode)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_search_post_action
|
||||
*/
|
||||
|
||||
@@ -156,7 +156,7 @@ TEST(Trigger, SearchPostAction)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_unhook
|
||||
*/
|
||||
|
||||
@@ -166,7 +166,7 @@ TEST(Trigger, Unhook)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_hook
|
||||
*/
|
||||
|
||||
@@ -176,7 +176,7 @@ TEST(Trigger, Hook)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_regex_split
|
||||
* trigger_regex_free
|
||||
*/
|
||||
@@ -392,7 +392,7 @@ TEST(Trigger, RegexSplit)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_split_command
|
||||
*/
|
||||
|
||||
@@ -444,7 +444,7 @@ TEST(Trigger, SplitCommand)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_name_valid
|
||||
*/
|
||||
|
||||
@@ -466,7 +466,7 @@ TEST(Trigger, NameValid)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_search
|
||||
* trigger_search_with_option
|
||||
* trigger_alloc
|
||||
@@ -636,7 +636,7 @@ TEST(Trigger, New)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_create_default
|
||||
*/
|
||||
|
||||
@@ -646,7 +646,7 @@ TEST(Trigger, CreateDefault)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_rename
|
||||
*/
|
||||
|
||||
@@ -670,7 +670,7 @@ TEST(Trigger, Rename)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_copy
|
||||
*/
|
||||
|
||||
@@ -698,7 +698,7 @@ TEST(Trigger, Copy)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_free_all
|
||||
*/
|
||||
|
||||
@@ -708,7 +708,7 @@ TEST(Trigger, FreeAll)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_print_log
|
||||
*/
|
||||
|
||||
@@ -718,7 +718,7 @@ TEST(Trigger, PrintLog)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* trigger_debug_dump_cb
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ TEST_GROUP(TypingStatus)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* typing_status_search_state
|
||||
*/
|
||||
|
||||
@@ -56,7 +56,7 @@ TEST(TypingStatus, SearchState)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* typing_status_self_free_value_cb
|
||||
* typing_status_self_add
|
||||
* typing_status_self_search
|
||||
@@ -90,7 +90,7 @@ TEST(TypingStatus, SelfAddSearch)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* typing_status_nicks_free_value_cb
|
||||
* typing_status_nick_free_value_cb
|
||||
* typing_status_nick_add
|
||||
|
||||
@@ -35,7 +35,7 @@ TEST_GROUP(Typing)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* typing_send_signal
|
||||
*/
|
||||
|
||||
@@ -45,7 +45,7 @@ TEST(Typing, SendSignal)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* typing_buffer_closing_signal_cb
|
||||
*/
|
||||
|
||||
@@ -55,7 +55,7 @@ TEST(Typing, BufferClosingSignalCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* typing_input_text_changed_signal_cb
|
||||
*/
|
||||
|
||||
@@ -65,7 +65,7 @@ TEST(Typing, InputTextChangedSignalCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* typing_input_text_for_buffer_modifier_cb
|
||||
*/
|
||||
|
||||
@@ -75,7 +75,7 @@ TEST(Typing, InputTextForBufferModifierCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* typing_status_self_status_map_cb
|
||||
*/
|
||||
|
||||
@@ -85,7 +85,7 @@ TEST(Typing, StatusSelfStatusMapCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* typing_status_nicks_status_map_cb
|
||||
*/
|
||||
|
||||
@@ -95,7 +95,7 @@ TEST(Typing, StatusNicksStatusMapCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* typing_status_nicks_hash_map_cb
|
||||
*/
|
||||
|
||||
@@ -105,7 +105,7 @@ TEST(Typing, StatusNicksHashMapCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* typing_timer_cb
|
||||
*/
|
||||
|
||||
@@ -115,7 +115,7 @@ TEST(Typing, TimerCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* typing_typing_set_nick_signal_cb
|
||||
*/
|
||||
|
||||
@@ -125,7 +125,7 @@ TEST(Typing, TypingSetNickSignalCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* typing_typing_reset_buffer_signal_cb
|
||||
*/
|
||||
|
||||
@@ -135,7 +135,7 @@ TEST(Typing, TypingResetBufferSignalCb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* typing_setup_hooks
|
||||
*/
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ TEST_GROUP(XferFile)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* xfer_file_search_crc32
|
||||
*/
|
||||
|
||||
@@ -55,7 +55,7 @@ TEST(XferFile, SearchCrc32)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* xfer_file_resume
|
||||
*/
|
||||
|
||||
@@ -65,7 +65,7 @@ TEST(XferFile, Resume)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* xfer_file_check_suffix
|
||||
*/
|
||||
|
||||
@@ -75,7 +75,7 @@ TEST(XferFile, CheckSuffix)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* xfer_file_find_suffix
|
||||
*/
|
||||
|
||||
@@ -85,7 +85,7 @@ TEST(XferFile, FindSuffix)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* xfer_file_find_filename
|
||||
*/
|
||||
|
||||
@@ -95,7 +95,7 @@ TEST(XferFile, FindFilename)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* xfer_file_calculate_speed
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ TEST_GROUP(XferNetwork)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* xfer_network_convert_integer_to_ipv4
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user