toxcore/auto_tests
Dubslow d8da9bf709
callback_file_request_chunk -> callback_file_chunk_request
A couple of minor reasons, combined warrant a PR imo:
a) fileChunkRequested is a better signal name than fileRequestChunkReceived, and I don't want to break consistency by reordering words for just this signal
b) "request chunk" is parsed by English speakers as a verb-object combination,
   implying sending the request, not receiving, whereas "chunk requested" is
   parsed (more correctly) as an adjective-noun combo (in particular, request is
   a noun not a verb), and thus reads far more like "hey heads up we just got a request"

For instance some tests/testing code had some callbacks to *receive* chunk requests, and they were called "tox_file_request_chunk"... to receive a chunk, not request it. Now they're called "tox_file_chunk_request".

So yeah...
2015-03-19 08:38:27 -05:00
..
assoc_test.c Properly free everything at the end of each test. 2015-02-07 22:57:04 -05:00
crypto_test.c Remove DEFTESTCASE and DEFTESTCASE_SLOW redefinitions 2014-08-09 11:33:20 +03:00
dht_test.c cs_set_video_encoder_resolution improvements. 2014-12-16 13:10:28 -05:00
encryptsave_test.c Properly fixed encryptsave_test.c 2015-03-01 20:31:55 -05:00
friends_test.c Friend request callback now contains the Tox object. 2014-03-16 13:24:39 -04:00
helpers.h Merge branch 'remove-sort_list' of https://github.com/pyruvate/toxcore 2014-08-09 17:35:23 -04:00
Makefile.inc encrypted save fully work with both libsodium and nacl 2014-09-12 21:15:05 -05:00
messenger_test.c Merged normal message function and send action function into one 2015-03-18 15:32:53 -04:00
network_test.c Removed now useless network sturct size tests. 2014-09-26 18:01:03 -04:00
onion_test.c Properly free everything at the end of each test. 2015-02-07 22:57:04 -05:00
skeleton_test.c Remove DEFTESTCASE and DEFTESTCASE_SLOW redefinitions 2014-08-09 11:33:20 +03:00
TCP_test.c Properly free everything at the end of each test. 2015-02-07 22:57:04 -05:00
tox_test.c callback_file_request_chunk -> callback_file_chunk_request 2015-03-19 08:38:27 -05:00
toxav_basic_test.c Merge branch 'one_more_rename' of https://github.com/dubslow/toxcore into new_api 2015-03-18 16:15:36 -04:00
toxav_many_test.c Move get_connection_status to self pseudonamespace, to contrast friend_get_connection_status 2015-03-18 14:18:36 -05:00