]> Creatis software - gdcm.git/blobdiff - Testing/TestUtil.cxx
ENH: * Huge cleanup:
[gdcm.git] / Testing / TestUtil.cxx
index fb9cb97c09203975999fb40d6060ce45e4a57137..9e0261dc431ec87b42de717d1b074e8895de240d 100644 (file)
@@ -1,10 +1,30 @@
+/*=========================================================================
+                                                                                
+  Program:   gdcm
+  Module:    $RCSfile: TestUtil.cxx,v $
+  Language:  C++
+  Date:      $Date: 2004/12/03 20:16:56 $
+  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
+  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details.
+                                                                                
+     This software is distributed WITHOUT ANY WARRANTY; without even
+     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+     PURPOSE.  See the above copyright notices for more information.
+                                                                                
+=========================================================================*/
 // This test should test everything in Util, since I didn't know any other 
 // way to test this class.
 
-#include "gdcm.h"
+#include "gdcmUtil.h"
+#include <iostream>
 
 int TestUtil(int , char * [])
 {
+   std::cout << gdcm::Util::CreateUniqueUID("") << std::endl;
+   
    const char ref[] = "MONOCHROME1";
    std::string a = "MONOCHROME1";
    a += '\0';