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 }