]> Creatis software - gdcm.git/blobdiff - Testing/TestBug.cxx
* gdcmHeader is now aggregating gdcmFile, and not derived into. Thus, we
[gdcm.git] / Testing / TestBug.cxx
index 0d67a97da26b5bd5a7f8e04bca433246405645e5..51383677f11b4af22c42d47c2e3beaa7325b7169 100644 (file)
@@ -9,8 +9,9 @@ int main(int argc, char* argv[])
                e1 = new gdcmHeader(argv[1]);
        else
                e1 = new gdcmHeader("test.acr");
-       e1->LoadElements();
        e1->PrintPubDict();
+
+  return 0;
 }