summaryrefslogtreecommitdiffstats
path: root/java/test/junit.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix regexAllen Byrne2019-01-091-37/+37
|
* Correct regex optionAllen Byrne2019-01-081-37/+37
|
* HDFFV-10674 handle time as natural numberAllen Byrne2019-01-071-37/+37
|
* Add reference file to listAllen Byrne2018-12-211-0/+1
|
* HDFFV-10664 Add new functions and constants to java interfaceAllen Byrne2018-12-191-0/+21
|
* Updated the Java tests so that they don't fail when theDana Robinson2018-11-121-45/+40
| | | | error stack changes.
* Correct name of test jarAllen Byrne2018-08-231-2/+2
|
* Only remove test jarsAllen Byrne2018-08-231-4/+33
|
* Remove obsolete varAllen Byrne2018-08-231-1/+1
|
* DT location incorrectAllen Byrne2018-08-231-75/+74
|
* Add installib path to test commandAllen Byrne2018-08-211-72/+72
|
* Fix OSX SIP for libsAllen Byrne2018-08-211-8/+4
|
* Add actual file names fo diffAllen Byrne2018-06-291-1/+71
|
* Update Java util lib, Refactor H5D write VL to match readAllen Byrne2018-06-271-3/+5
|
* Correct script namesAllen Byrne2018-05-241-2/+2
|
* HDFFV-9739 only executes H5E tests in productionAllen Byrne2018-05-231-38/+39
|
* HDFFV-9739 dup test file for concurrent testsAllen Byrne2018-05-201-1/+5
|
* HDFFV-9739 Fix autotools scriptAllen Byrne2018-05-201-65/+389
|
* HDFFV-9739 Change autotools test scriptsAllen Byrne2018-05-181-30/+399
|
* Fix Java test for DEBUG_APISAllen Byrne2018-04-091-4/+4
|
* Add chklog and chexe generation to Java autootools testsAllen Byrne2017-09-191-2/+6
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* tools/test/h5diff/testh5diff.sh.in:lrknox2017-01-131-0/+9
| | | | | | | | | | | | | | | | | Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build. tools/test/misc/testh5repart.sh.in: Change the name of the temporary test directory from "testfiles" which is also used for 2 h5mkgrp test files under source control to "testrepart" to avoid deleting source controlled files when running "make check" in the source directory. Fix test scripts that remove source-controlled files during "make check" when run in-source. Fix test scripts that don't remove test files because they add files to test directories but don't remove them if the build directories are the same as the source directory. Fix any test source file or Makefile.am files for tests that leave data files are removed by neither "make check" nor "make distclean".
* Add missing characterAllen Byrne2016-12-011-1/+1
|
* Change where test copies libs because of osx1011 SIPAllen Byrne2016-12-011-4/+31
|
* [svn-r30235] HDFFV-9730: Fix functions for delete to use a specific dir ↵Allen Byrne2016-08-011-1/+1
| | | | instead of a possibly uninitialized variable.
* [svn-r29601] Cleanup case of CMake commands in tools.Allen Byrne2016-03-311-6/+14
| | | | | Update CTestCustom file for new tests. Add connection from HDF5_ENABLE_USING_MEMCHECKER cmake option to library define USING_MEMCHECKER.
* [svn-r29520] rename java test file because test modifies original file.Allen Byrne2016-03-221-14/+7
| | | | Delete copy when test is finished.
* [svn-r29507] Add actual file name to delete functions to prevent accidental ↵Allen Byrne2016-03-221-2/+2
| | | | | | deletion of source files. (HDFFV-9730 created for tools scripts, which is the basis for the java scripts)
* [svn-r29480] Correct copy functions to test the directoryAllen Byrne2016-03-211-4/+4
|
* [svn-r29450] Separate error compare from output compareAllen Byrne2016-03-161-1/+0
|
* [svn-r29435] Remove char from var name.Allen Byrne2016-03-151-1/+2
|
* [svn-r29418] Add compare to expected to script to verify correct operation ↵Allen Byrne2016-03-151-1/+29
| | | | of test
* [svn-r29226] HDFFV-9552: merge in java code.Allen Byrne2016-02-291-0/+234