X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestVR.cxx;h=36710c63685b81c70ea15c84e227f1b1330b577a;hb=3e82e8b67eddf5d4b95b6aa2a2e2615aced4c452;hp=ddcee2d31cb35c8a4408417910b4f5863f4110fb;hpb=0408b1aa8aaf0d1e17391984490ad2bbe89a922b;p=gdcm.git diff --git a/Testing/TestVR.cxx b/Testing/TestVR.cxx index ddcee2d3..36710c63 100644 --- a/Testing/TestVR.cxx +++ b/Testing/TestVR.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestVR.cxx,v $ Language: C++ - Date: $Date: 2005/01/28 09:31:51 $ - Version: $Revision: 1.6 $ + Date: $Date: 2005/02/02 10:05:26 $ + Version: $Revision: 1.7 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -31,7 +31,7 @@ int TestVR(int , char *[]) gdcm::VR *vr = new gdcm::VR(); - // There should be 16 entries + // There should be 16 entries ... vr->Print( std::cout ); vr->IsVROfStringRepresentable( "PN" ); @@ -41,7 +41,7 @@ int TestVR(int , char *[]) vr->IsVROfBinaryRepresentable( "PN" ); vr->IsVROfSequence( "" ); - + vr->IsVROfSequence( "SQ" ); delete vr; return 0; }