From c517d82c9717438f9c7869a95a3165a9a26b97a2 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Sat, 14 Aug 2004 00:08:10 -0500 Subject: [svn-r9083] Purpose: Fix minor problem Description: Added an argument to the call to TestParseCmdLine because its prototype has just been changed. Platforms tested: SunOS 5.7 (arabica) Linux 2.4 (eirene) Misc. update: --- c++/test/testhdf5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++/test/testhdf5.cpp b/c++/test/testhdf5.cpp index 5e5f329..df97485 100644 --- a/c++/test/testhdf5.cpp +++ b/c++/test/testhdf5.cpp @@ -74,7 +74,7 @@ Comment out tests that are not done yet */ TestInfo(argv[0]); /* Parse command line arguments */ - TestParseCmdLine(argc,argv,&Summary,&CleanUp); + TestParseCmdLine(argc,argv,&Summary,&CleanUp,NULL); /* Perform requested testing */ PerformTests(); -- cgit v0.12