From d091bda690480d1494f41fa231e9de0fccbff730 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Tue, 21 Dec 2004 09:28:59 -0500 Subject: [svn-r9698] Purpose: Correct typo Description: Accidentally edited this file and removed a couple characters from a defined name, thus caused undefined error in daily test. Fixed! Platforms tested: SunOS 5.7 (arabica) --- c++/test/dsets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++/test/dsets.cpp b/c++/test/dsets.cpp index 7b3600f..c158844 100644 --- a/c++/test/dsets.cpp +++ b/c++/test/dsets.cpp @@ -47,7 +47,7 @@ const string DSET_DEFAULT_NAME("default"); const string DSET_CHUNKED_NAME("chunked"); const string DSET_SIMPLE_IO_NAME("simple_io"); const string DSET_TCONV_NAME ("tconv"); -const string DSET_COMPRESS_NA("compressed"); +const string DSET_COMPRESS_NAME("compressed"); const string DSET_BOGUS_NAME ("bogus"); const int H5Z_FILTER_BOGUS = 305; -- cgit v0.12