Commit b248f3d9 authored by David Dollar's avatar David Dollar

remove unused asserts

parent 46145a97
...@@ -118,21 +118,6 @@ assertCapturedError() ...@@ -118,21 +118,6 @@ assertCapturedError()
fi fi
} }
assertAppDetected()
{
expectedAppType=${1?"Must provide app type"}
assertCapturedSuccess
assertEquals "${expectedAppType}" "$(cat ${STD_OUT})"
}
assertNoAppDetected()
{
assertEquals "1" "${RETURN}"
assertEquals "no" "$(cat ${STD_OUT})"
assertEquals "" "$(cat ${STD_ERR})"
}
_assertContains() _assertContains()
{ {
if [ 5 -eq $# ]; then if [ 5 -eq $# ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment