diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-03-22 19:45:33 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-03-22 19:45:33 (GMT) |
commit | 00f32db756d2f11f9fddb8edc67850944aa5ee1d (patch) | |
tree | fdcd60ac5606bf1b255d466c023b40738664695b /c++ | |
parent | eeaf1d185eb2ace64aaccbb17bf6d0dc33e97bf2 (diff) | |
download | hdf5-00f32db756d2f11f9fddb8edc67850944aa5ee1d.zip hdf5-00f32db756d2f11f9fddb8edc67850944aa5ee1d.tar.gz hdf5-00f32db756d2f11f9fddb8edc67850944aa5ee1d.tar.bz2 |
[svn-r13536] Added source files to Windows C++ test project files. Both testhdf5_cpp.dsp and testhdf5_cppdll.dsp received:
./c++/test/tcompound.cpp
./c++/test/ttypes.cpp
./c++/test/tfilter.cpp
./c++/test/tvlstr.cpp
Also, fixed a declaration in ttypes.cpp that was causing a compile error in MSVS6.0.
Tested:
Visual Studio 6.0 on WinXP
kagiso
too minor for h5committest
Diffstat (limited to 'c++')
-rw-r--r-- | c++/test/ttypes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/ttypes.cpp b/c++/test/ttypes.cpp index bdebcf7..ac468c4 100644 --- a/c++/test/ttypes.cpp +++ b/c++/test/ttypes.cpp @@ -307,7 +307,7 @@ static void test_query() * *------------------------------------------------------------------------- */ -const char* filename1("dtypes1.h5"); +const char* filename1 = "dtypes1.h5"; static void test_transient () { static hsize_t ds_size[2] = {10, 20}; |