]> Creatis software - gdcm.git/blobdiff - Testing/TestVR.cxx
2005-01-13 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
[gdcm.git] / Testing / TestVR.cxx
index 8fa9348d4696ec3c3b6940f78052bbfd60897cc1..6801c655f3c2c3436660abc2052dc669b134b6e9 100644 (file)
@@ -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 20:03:26 $
+  Version:   $Revision: 1.4 $
                                                                                 
   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,10 @@ 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;
 }