From 3e013d193073dbba0d75ab6f92df99afdcb4253b Mon Sep 17 00:00:00 2001
From: Binh-Minh Ribler <bmribler@hdfgroup.org>
Date: Tue, 17 Jan 2006 20:37:52 -0500
Subject: [svn-r11883] Purpose: Fixed bug

Description:
    Removed the call to h5_test from dsets.cpp, since resetting
        the library made the C++ global constants become invalid.

Platforms tested:
    Linux 2.4 (heping)
    SunOS 5.8 64-bit (sol)
---
 c++/test/dsets.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/c++/test/dsets.cpp b/c++/test/dsets.cpp
index 0adbfca..f6eb35e 100644
--- a/c++/test/dsets.cpp
+++ b/c++/test/dsets.cpp
@@ -1009,8 +1009,6 @@ test_types(H5File& file)
 int
 main(void)
 {
-    h5_reset(); // in h5test.c, resets the library by closing it
-
     hid_t	fapl_id;
     fapl_id = h5_fileaccess(); // in h5test.c, returns a file access template
 
-- 
cgit v0.12