From 04c9c16e55c53fc12c2eed43e3d7e42f78fe7005 Mon Sep 17 00:00:00 2001 From: Ramsay Jones Date: Tue, 3 Feb 2009 18:16:11 +0000 Subject: [PATCH] Correct some comments in readloose tests Signed-off-by: Ramsay Jones Signed-off-by: Shawn O. Pearce --- tests/t0201-readloose.c | 2 +- tests/t0202-readloose.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/t0201-readloose.c b/tests/t0201-readloose.c index 4f6eadeb0..37e46f491 100644 --- a/tests/t0201-readloose.c +++ b/tests/t0201-readloose.c @@ -6,7 +6,7 @@ /* * read loose objects from the object directory. The objects are * written using the current object encoding, using an zlib - * compression level of Z_DEFAULT_COMPRESSION (6). See also + * compression level of Z_BEST_SPEED (1). See also * t0202-readloose.c. */ diff --git a/tests/t0202-readloose.c b/tests/t0202-readloose.c index ae31ebb70..744e1c78f 100644 --- a/tests/t0202-readloose.c +++ b/tests/t0202-readloose.c @@ -6,7 +6,7 @@ /* * read loose objects from the object directory. The objects are * written using the "in-pack" object encoding, using an zlib - * compression level of Z_BEST_SPEED (1). See also + * compression level of Z_DEFAULT_COMPRESSION (6). See also * t0201-readloose.c. * * Note that the tree and tag objects are not actually stored in