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

BOOST_AUTO_TEST_CASE ( TestSuiteCase   ) 

Definition at line 15 of file testMediaTable.h.

00015                                      {
00016     BOOST_TEST_MESSAGE( "So this is TestCase1");
00017         std::string str = "b";
00018     BOOST_TEST_CHECKPOINT( "str=" << str );
00019     BOOST_REQUIRE_EQUAL(str, "b");
00020     BOOST_TEST_PASSPOINT();
00021 
00022     unsigned long long tl;
00023     BOOST_CHECK_EQUAL(sizeof(tl), 8);
00024 }


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