Commit 2eedd534 authored by Andrew Stebenne's avatar Andrew Stebenne
Browse files

PROG: Fix more errors in Pipeline's unitTest. Reference #898 and r6200

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6202 41f8697f-d340-4b68-9986-7bafba869bb8
parent 6f8e1d5c
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -458,12 +458,9 @@ lowpass FROM="$ISIS3DATA/mro/testData/PSP_001446_1790_BG12_0.cub" TO="./out.cub"
PIPELINE -------> unitTest6 <------- PIPELINE

unittest: unitTest6
0% Processedunittest: Running noisefilter
0% Processed**ERROR** Running Isis program [noisefilter] failed with return status [2].
**USER ERROR** Parameter [SAMPLES] must be greater than or equal to [1].
Continuing ......
unittest: Running lowpass
0% Processed
*** Application level continue option ***
PIPELINE -------> unitTest7 <------- PIPELINE
noisefilter FROM="$ISIS3DATA/mro/testData/PSP_001446_1790_BG12_0.cub" TO="./out.cub" SAMPLES="0" LINES="0"
@@ -471,9 +468,6 @@ lowpass FROM="$ISIS3DATA/mro/testData/PSP_001446_1790_BG12_0.cub" TO="./out.cub"
PIPELINE -------> unitTest7 <------- PIPELINE

unittest: unitTest7
0% Processedunittest: Running noisefilter
0% Processed**ERROR** Running Isis program [noisefilter] failed with return status [2].
**USER ERROR** Parameter [SAMPLES] must be greater than or equal to [1].
Continuing ......
unittest: Running lowpass
0% Processed
 No newline at end of file