Use testimgflt.ppm in Windows tests


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@233 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/win/Makefile b/win/Makefile
index 381203e..9101c79 100755
--- a/win/Makefile
+++ b/win/Makefile
@@ -243,7 +243,6 @@
 		-DPLATFORM="Visual C++" release/libjpeg-turbo.nsi
 endif
 
-
 test: testclean $(ODIR)/cjpeg.exe $(ODIR)/djpeg.exe $(ODIR)/jpegtran.exe \
 	$(ODIR)/jpegut.exe
 	cd $(ODIR);	./jpegut
@@ -258,7 +257,7 @@
 	$(ODIR)/djpeg -dct float -ppm -outfile $(ODIR)/testoutflt.ppm testorig.jpg
 	cmp testimgint.ppm $(ODIR)/testoutint.ppm
 	cmp testimgfst.ppm $(ODIR)/testoutfst.ppm
-	cmp testorig.ppm $(ODIR)/testoutflt.ppm
+	cmp testimgflt.ppm $(ODIR)/testoutflt.ppm
 	$(ODIR)/djpeg -dct int -bmp -colors 256 -outfile $(ODIR)/testout.bmp  testorig.jpg
 	cmp testimg.bmp $(ODIR)/testout.bmp
 	$(ODIR)/cjpeg -dct int -progressive -outfile $(ODIR)/testoutp.jpg testorig.ppm