]> Creatis software - gdcm.git/commitdiff
Typo
authorjpr <jpr>
Wed, 29 Aug 2007 15:56:41 +0000 (15:56 +0000)
committerjpr <jpr>
Wed, 29 Aug 2007 15:56:41 +0000 (15:56 +0000)
Testing/TestMakeIcon.cxx
Testing/TestReadWriteJPEGReadCompare.cxx
Testing/TestReadWriteReadCompare.cxx

index 3f88d4c9c7859b6a9f3492b7487bc51339f06251..e7aa034ce6b626b8019674b3548714d621cd8154 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: TestMakeIcon.cxx,v $
   Language:  C++
-  Date:      $Date: 2007/06/26 15:42:45 $
-  Version:   $Revision: 1.13 $
+  Date:      $Date: 2007/08/29 15:56:41 $
+  Version:   $Revision: 1.14 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -67,7 +67,7 @@ int TestMakeIcon (int argc, char *argv[])
    icon->AddSQItem(sqi, 1);
    sqi->Delete();
 
-   // icone is just define like the image
+   // icone is just defined like the image
    // The purpose is NOT to imagine an icon, 
    // just check the stuff works
 
index b3857928c085cb32c366fb4dfff65535c244f022..b89519a1456e48132cf4589deadba7193ffdd05a 100755 (executable)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: TestReadWriteJPEGReadCompare.cxx,v $
   Language:  C++
-  Date:      $Date: 2007/08/29 08:26:54 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2007/08/29 15:56:41 $
+  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
@@ -79,7 +79,7 @@ static int CompareInternalJPEG(std::string const &filename, std::string const &o
    if( !fileout->IsReadable() )
    {
       std::cout << "Failed" << std::endl
-                << "Test::TestReadWriteReadCompare: Could not parse the newly "
+                << "Test::TestReadWriteJPEGReadCompare: Could not parse the newly "
                 << "written image:" << filename << std::endl;
       file->Delete();
       filehelper->Delete();
index 49658d12b49c0458298db806474c799149d56ca9..71d7d2946c424b5473717a65f48628d091542045 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: TestReadWriteReadCompare.cxx,v $
   Language:  C++
-  Date:      $Date: 2007/07/25 16:14:33 $
-  Version:   $Revision: 1.31 $
+  Date:      $Date: 2007/08/29 15:56:41 $
+  Version:   $Revision: 1.32 $
 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -47,7 +47,7 @@ int CompareInternal(std::string const &filename, std::string const &output)
    uint8_t *imageData = filehelper->GetImageData(); //EXTREMELY IMPORTANT
           // Sure, it is : It's up to the user to decide if he wants to
           // GetImageData or if he wants to GetImageDataRaw
-          // (even if we do it by setting a flag, he will have to decide)
+          // (even if we do it by setting a flag, *he* will have to decide)
 
    //filehelper->SetImageData(imageData, dataSize);