- Timestamp:
- 2015-01-16T19:50:24Z (10 years ago)
- Branches:
- master
- Children:
- a6cd799
- Parents:
- 7549d00
- git-author:
- Jason Copenhaver <jcopenha@…> (16-01-15 19:50:24)
- git-committer:
- dequis <dx@…> (16-01-15 19:50:24)
- Location:
- tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/check_arc.c
r7549d00 r25c4c78 88 88 &decrypted, password ); 89 89 90 fail_if( len == -1, 91 "`%s' didn't decrypt properly", decrypt_tests[i].decrypted ); 90 92 fail_if( strcmp( decrypt_tests[i].decrypted, decrypted ) != 0, 91 93 "`%s' didn't decrypt properly", decrypt_tests[i].decrypted ); -
tests/check_irc.c
r7549d00 r25c4c78 28 28 GIOChannel *ch1, *ch2; 29 29 irc_t *irc; 30 GError *error = NULL;31 30 char *raw; 32 31 fail_unless(g_io_channel_pair(&ch1, &ch2)); -
tests/check_jabber_sasl.c
r7549d00 r25c4c78 87 87 tcase_fn_start( get_part_tests[i].key, __FILE__, i ); 88 88 char *res; 89 int len;90 89 91 90 res = sasl_get_part( get_part_tests[i].challenge,
Note: See TracChangeset
for help on using the changeset viewer.