libcvd-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libcvd-members] libcvd/test test_images.cxx


From: Edward Rosten
Subject: [libcvd-members] libcvd/test test_images.cxx
Date: Wed, 06 Aug 2008 00:02:10 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Edward Rosten <edrosten>        08/08/06 00:02:10

Modified files:
        test           : test_images.cxx 

Log message:
        Test for BMP

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/test/test_images.cxx?cvsroot=libcvd&r1=1.13&r2=1.14

Patches:
Index: test_images.cxx
===================================================================
RCS file: /cvsroot/libcvd/libcvd/test/test_images.cxx,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- test_images.cxx     5 Aug 2008 23:03:47 -0000       1.13
+++ test_images.cxx     6 Aug 2008 00:02:10 -0000       1.14
@@ -268,6 +268,12 @@
                loadsave_safe<CVD::Rgba<unsigned int> >(av[i]);
        }
        
+       cerr << "Testing BMP (type " << ImageType::BMP << ")\n";
+       randtest<
+                         TypeList<byte,
+                         TypeList<Rgb<byte>,
+                                      Head> > >::exec(ImageType::BMP);
+       
        cerr << "Testing PNM (type " << ImageType::PNM << ")\n";
        randtest<
                          TypeList<byte,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]