Changeset 2799ff9


Ignore:
Timestamp:
2008-02-16T12:20:03Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
af97b23
Parents:
eeb85a8
Message:

Fixed broken check in check_arc.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/check_arc.c

    reeb85a8 r2799ff9  
    6262                        0x73, 0x6d, 0xb3, 0x0a, 0x6f, 0x0a, 0x2b, 0x43, 0x57, 0xe9, 0x3e, 0x63
    6363                }, 24, "OSCAR is creepy..."
    64         }
     64        },
     65        { "", 0, NULL }
    6566};
    6667
     
    6970        int i;
    7071       
    71         for( i = 0; clear_tests[i]; i++ )
     72        for( i = 0; decrypt_tests[i].len; i++ )
    7273        {
    7374                tcase_fn_start (decrypt_tests[i].decrypted, __FILE__, __LINE__);
Note: See TracChangeset for help on using the changeset viewer.