Sometimes md5s can be null
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5867 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
e6396062c0
commit
1bd1404aa9
|
|
@ -230,7 +230,7 @@ public class WalkerTest extends BaseTest {
|
||||||
* @return a pair of file and string lists
|
* @return a pair of file and string lists
|
||||||
*/
|
*/
|
||||||
private Pair<List<File>, List<String>> executeTest(String name, File outputFileLocation, List<String> md5s, List<File> tmpFiles, String args, Class expectedException) {
|
private Pair<List<File>, List<String>> executeTest(String name, File outputFileLocation, List<String> md5s, List<File> tmpFiles, String args, Class expectedException) {
|
||||||
qcMD5s(name, md5s);
|
if ( md5s != null ) qcMD5s(name, md5s);
|
||||||
|
|
||||||
if (outputFileLocation != null)
|
if (outputFileLocation != null)
|
||||||
args += " -o " + outputFileLocation.getAbsolutePath();
|
args += " -o " + outputFileLocation.getAbsolutePath();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue