Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

BOOST_FIXTURE_TEST_CASE ( ImageLoaderTest  ,
ImageLoaderFixture   
)

Definition at line 49 of file testImageLoader.h.

00049                                                              {
00050     BOOST_REQUIRE(mImageLoader);
00051 
00052     for(int i=0; i < 1000; i++) {
00053                 OGLIMAGE* img = mImageLoader->GetOglImageById(i);
00054                 BOOST_CHECK(img);
00055     }
00056 }


Generated on Fri Mar 19 09:38:33 2010 for ImpalaSrc by  doxygen 1.5.1