create a more complex integration test for a unit that sails with a

ship (and sees more regions along the way).
This commit is contained in:
Enno Rehling 2015-09-07 16:11:58 +02:00
parent aa394feb80
commit 84aa0beee5
3 changed files with 7 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,4 @@
ERESSEA 6rLo "4jLm82"
EINHEIT 7Lgf
NACH NW NW
NAECHSTER

View File

@ -49,5 +49,8 @@ assert_grep_count reports/$CRFILE '^SCHIFF' 1
assert_grep_count reports/$CRFILE '^BURG' 1
assert_grep_count reports/$CRFILE '^EINHEIT' 2
assert_grep_count reports/$CRFILE '^GEGENSTAENDE' 2
assert_grep_count reports/185-6rLo.cr '^EINHEIT' 2
assert_grep_count reports/185-6rLo.cr '^REGION' 13
echo "integration tests: PASS"
cleanup