X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestVR.cxx;h=1087e1bb6815bbffd2ebe43736f781e8c13d99c9;hb=b4750ec0ee79bf5d2456cea586516dc9f1bd8413;hp=8fa9348d4696ec3c3b6940f78052bbfd60897cc1;hpb=5ce83ba7ad93f458923e5f3b7aa406651db90637;p=gdcm.git diff --git a/Testing/TestVR.cxx b/Testing/TestVR.cxx index 8fa9348d..1087e1bb 100644 --- a/Testing/TestVR.cxx +++ b/Testing/TestVR.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestVR.cxx,v $ Language: C++ - Date: $Date: 2004/11/16 04:28:20 $ - Version: $Revision: 1.2 $ + Date: $Date: 2005/01/06 17:16:15 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -22,8 +22,9 @@ int TestVR(int , char *[]) gdcm::VR vr; // There should be 16 entries vr.Print( std::cout ); - vr.IsVROfGdcmStringRepresentable( "" ); - vr.IsVROfGdcmBinaryRepresentable( "" ); + vr.IsVROfStringRepresentable( "" ); + vr.IsVROfBinaryRepresentable( "" ); + vr.IsVROfSequence( "" ); return 0; }