summaryrefslogtreecommitdiffstats
path: root/hl/c++/test/ptableTest.cpp
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-10-17 21:19:11 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-10-17 21:19:11 (GMT)
commitce30ee9b28e9b68de817845aa5bc965d35ca8967 (patch)
treee2b60196c77f8fbb1f0213bf07ca5e0e90817102 /hl/c++/test/ptableTest.cpp
parent2d586abc2773635199351a80897fbcd7381c223b (diff)
downloadhdf5-ce30ee9b28e9b68de817845aa5bc965d35ca8967.zip
hdf5-ce30ee9b28e9b68de817845aa5bc965d35ca8967.tar.gz
hdf5-ce30ee9b28e9b68de817845aa5bc965d35ca8967.tar.bz2
[svn-r12773] Removed Variable-length packet tables from the HL libraries.
This is a quick change to make sure nothing breaks; VL functions in the header files have been #ifdef'd out. Tested on mir.
Diffstat (limited to 'hl/c++/test/ptableTest.cpp')
-rw-r--r--hl/c++/test/ptableTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/hl/c++/test/ptableTest.cpp b/hl/c++/test/ptableTest.cpp
index d25c2ba..41f647d 100644
--- a/hl/c++/test/ptableTest.cpp
+++ b/hl/c++/test/ptableTest.cpp
@@ -49,7 +49,9 @@ int main(void)
num_errors += SystemTest();
+#ifdef VLPT_REMOVED
num_errors += VariableLengthTest();
+#endif /* VLPT_REMOVED */
/* Terminate access to the file. */
err = H5Fclose(fileID);