PPSS passess the test case...

This commit is contained in:
Louwrentius 2010-07-17 20:32:02 +00:00
parent c220353e7e
commit d18102ba58
1 changed files with 2 additions and 2 deletions

View File

@ -245,8 +245,8 @@ testUserInputFile () {
init_vars > /dev/null 2>&1
get_all_items
RESULT=`return_all_items`
echo "- $RESULT"
ORIGINAL=`cat $INPUT_FILE`
assertEquals "User input processing not ok." "$RESULT" "$ORIGINAL"
rename-ppss-dir $FUNCNAME
}