"data.csv"
[inline]
Definition at line 27 of file testTableDataSourceCSV.h.
00028 { 00029 std::ifstream is(filename.c_str()); 00030 00031 BOOST_REQUIRE(is.good()); 00032 is.close(); 00033 00034 src = new TableDataSourceCSV(filename); 00035 }