mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-17 08:34:36 -04:00
KOREAPOST missing from is_linear; tests update
This commit is contained in:
parent
6e1283ccd8
commit
433046abbf
17 changed files with 1057 additions and 316 deletions
|
@ -40,8 +40,8 @@ static void test_csv(void)
|
|||
{
|
||||
testStart("");
|
||||
|
||||
FILE* fd = fopen("../data/uspsIMbEncoderTestCases.csv", "r");
|
||||
assert_nonnull(fd, "open ../data/uspsIMbEncoderTestCases.csv");
|
||||
FILE* fd = fopen("../data/imail/usps/uspsIMbEncoderTestCases.csv", "r");
|
||||
assert_nonnull(fd, "open ../data/imail/usps/uspsIMbEncoderTestCases.csv");
|
||||
|
||||
char buffer[1024];
|
||||
char id[10];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue