From c07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 15:43:52 +0200 Subject: Imported Upstream version 1.6.3 --- icc/icctest.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'icc/icctest.c') diff --git a/icc/icctest.c b/icc/icctest.c index 97a3f62..e7534fb 100644 --- a/icc/icctest.c +++ b/icc/icctest.c @@ -111,6 +111,7 @@ main( if (md5_test() != 0) error ("MD5 checksum routine is faulty"); + /* Outer loop does a number of file write/reads, */ /* in order to exercise random tests, and to test file offsets. */ @@ -199,8 +200,6 @@ main( offset = rand_int(0,72789); } - printf("\nTest completed OK\n"); - return 0; } @@ -325,9 +324,9 @@ int doit( /* Values that are not normally set. Set them to non-defaults for testing */ wh->cmmId = str2tag("tst3"); - wh->majv = 3; /* Default version 2.1.0 */ - wh->minv = 2; - wh->bfv = 1; + wh->majv = 2; /* Default version 2.1.0 */ + wh->minv = 1; + wh->bfv = 0; wh->date.year = rand_int(1900,3000); /* Defaults to current date */ wh->date.month = rand_int(1,12); wh->date.day = rand_int(1,31); -- cgit v1.2.3