- Timestamp:
- 2008-02-16T12:20:03Z (17 years ago)
- Branches:
- master
- Children:
- af97b23
- Parents:
- eeb85a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/check_arc.c
reeb85a8 r2799ff9 62 62 0x73, 0x6d, 0xb3, 0x0a, 0x6f, 0x0a, 0x2b, 0x43, 0x57, 0xe9, 0x3e, 0x63 63 63 }, 24, "OSCAR is creepy..." 64 } 64 }, 65 { "", 0, NULL } 65 66 }; 66 67 … … 69 70 int i; 70 71 71 for( i = 0; clear_tests[i]; i++ )72 for( i = 0; decrypt_tests[i].len; i++ ) 72 73 { 73 74 tcase_fn_start (decrypt_tests[i].decrypted, __FILE__, __LINE__);
Note: See TracChangeset
for help on using the changeset viewer.