Commit Graph

4 Commits

Author SHA1 Message Date
Binh-Minh Ribler
0f985ebb0a [svn-r8894] Purpose: Fixing platform specific problem
Description:
    Some platforms don't support std, and I missed handling that
    situation in my last change for these files.

Solution:
    Added 'using' statement where appropriate.

Platforms tested:
    HPUX 11.00 (kelgia)
    Linux 2.4 (eirene)
2004-07-17 00:24:58 -05:00
Binh-Minh Ribler
b67740452b [svn-r8873] Purpose: Adding test for new wrappers
Description:
    Added test_file_name for new wrappers
        H5File::getFileName
        H5Object::getFileName
    Also, replaced macro VERIFY with template function verify_val to
    verify read data/info and did some minor cleanup.

Platforms tested:
    SunOS 5.7 (arabica)
    Linux 2.4 (eirene)
    Windows XP
2004-07-14 00:16:16 -05:00
Binh-Minh Ribler
ee38b91d18 [svn-r7012] Purpose:
Text cleanup

Description:
    Re-worded some informative and error messages.
    Remove/Updated outdated comments.

Platforms:
    Linux 2.4 (eirene)
    IRIX 6.5.11 (modi4)
2003-06-09 23:03:58 -05:00
Binh-Minh Ribler
01f726e305 [svn-r6997]
Purpose:
    Code cleanup

Description:
    Moved a utility function out so other tests can use the same
    function and avoid code duplication.  Future utility functions
    can also benefit from this move.

Platforms tested:
    SunOS 5.7 (arabica)
    Linux 2.4 (eirene)
    IRIX 6.5.11 (modi4)
    HPUX 11.00 (kelgia)
2003-06-09 12:42:02 -05:00