Commit e9307a83 authored by Jeannie Backer's avatar Jeannie Backer
Browse files

PROG: Improved test coverage for hidtmgen. References #801

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6637 41f8697f-d340-4b68-9986-7bafba869bb8
parent b4d7a6fd
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -157,6 +157,22 @@ commands:
	  true; \
	fi;

	# given ORTHOFROMLIST cube has invalid band size
	echo -e "\nError Test: given DTM has invalid band size" \
	  >> $(OUTPUT)/error_temp.txt;
	if [[ `$(APPNAME) \
	           DEFAULTNAMES=TRUE \
	           OUTPUTDIR=$(OUTPUT) \
	           DTM=$(INPUT)/DTM_2Bands.cub \
	           ORTHOFROMLIST=$(OUTPUT)/orthoInputList.txt \
	           PARAMSPVL=$(INPUT)/params.pvl \
	           ORTHOSEQUENCENUMBERLIST=$(INPUT)/sequenceNumbers1.txt \
	           2>> $(OUTPUT)/error_temp.txt \
	           > /dev/null` ]]; \
	then \
	  true; \
	fi;

	# given ORTHOFROMLIST cube has invalid band size
	$(LS) $(INPUT)/2Band*cub >> $(OUTPUT)/orthoInputList.txt;
	echo -e "\nError Test: given ORTHOFROMLIST cube has invalid band size" \