summaryrefslogtreecommitdiffstats
path: root/hl/c++/test
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2008-07-25 21:56:34 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2008-07-25 21:56:34 (GMT)
commit05a9cc4c140ff5ac18d49b3d94ae199e4d8018a4 (patch)
tree895d83e36b66c4694cc2790e440790af4eaf13b3 /hl/c++/test
parent18fb7d1a78ff488c23ed5e3bec583034176f3bb4 (diff)
downloadhdf5-05a9cc4c140ff5ac18d49b3d94ae199e4d8018a4.zip
hdf5-05a9cc4c140ff5ac18d49b3d94ae199e4d8018a4.tar.gz
hdf5-05a9cc4c140ff5ac18d49b3d94ae199e4d8018a4.tar.bz2
[svn-r15408] Purpose: Enable test
Description: The daily test failure caused by the C++ API was fixed, so put the packet table test back. Platforms tested: SunOS 5.10 (linew) Linux 2.6 (kagiso) FreeBSD (duty)
Diffstat (limited to 'hl/c++/test')
-rw-r--r--hl/c++/test/ptableTest.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/hl/c++/test/ptableTest.cpp b/hl/c++/test/ptableTest.cpp
index f878e07..77edce4 100644
--- a/hl/c++/test/ptableTest.cpp
+++ b/hl/c++/test/ptableTest.cpp
@@ -22,13 +22,6 @@ using namespace H5;
#define TEST_FILE "packettest.h5"
/* Main test function */
-#ifndef TMP
-int main(void)
-{
- printf("Test skipped because of some error - remember to fix it\n");
- return 0;
-}
-#else
int main(void)
{
herr_t err;
@@ -80,7 +73,6 @@ int main(void)
/* ERRORS */
return -1;
}
-#endif
int BasicTest()
{