Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:06:05 2011 for ImpalaSrc by  doxygen 1.5.1