mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 18:37:07 +00:00
KOREAPOST missing from is_linear; tests update
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user