From d2e94cb263ab933103e1968c0f3da638f35f5983 Mon Sep 17 00:00:00 2001 From: Benedict Date: Fri, 4 Mar 2016 10:54:20 +0100 Subject: added task 1 agian in new infrastrucre also added a test for task1 --- test.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'test.sh') diff --git a/test.sh b/test.sh index db65f09..a728fa0 100644 --- a/test.sh +++ b/test.sh @@ -6,11 +6,12 @@ test_compare_string() { then echo "test ok" else - echo "test broken" + echo "test failed" fi } test_set1_challenge5() { +echo "test: set1, challenge 5:" OUTPUT=$(./task5) EXCEPTED="0b3637272a2b2e63622c2e69692a23693a2a3c6324202d623d63343c2a26226324272765272a282b2f20430a652e2c652a3124333a653e2b2027630c692b20283165286326302e27282f" @@ -19,4 +20,13 @@ test_compare_string "$OUTPUT" "$EXCEPTED" } +test_set1_challenge1() { +echo "test: set1, challenge 1:" +OUTPUT=$(./task1 49276d206b696c6c696e6720796f757220627261696e206c696b65206120706f69736f6e6f7573206d757368726f6f6d) +EXCEPTED="SSdtIGtpbGxpbmcgeW91ciBicmFpbiBsaWtlIGEgcG9pc29ub3VzIG11c2hyb29t" + +test_compare_string "$OUTPUT" "$EXCEPTED" +} + +test_set1_challenge1 test_set1_challenge5 -- cgit v1.2.3-70-g09d2