]> Creatis software - gdcm.git/blob - Testing/TestTS.cxx
BUG: Moving gdcmCommon to gdcm namespace broke some examples, fix those
[gdcm.git] / Testing / TestTS.cxx
1 #include "gdcmTS.h"
2
3 int TestTS(int , char *[])
4 {
5    gdcm::TS ts;
6    // There should be 150 entries
7    ts.Print( std::cout );
8
9    return ts.GetValue( "" ) != gdcm::GDCM_UNFOUND;
10 }