forked from github/server
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:
parent
aa394feb80
commit
84aa0beee5
Binary file not shown.
|
@ -0,0 +1,4 @@
|
||||||
|
ERESSEA 6rLo "4jLm82"
|
||||||
|
EINHEIT 7Lgf
|
||||||
|
NACH NW NW
|
||||||
|
NAECHSTER
|
|
@ -49,5 +49,8 @@ assert_grep_count reports/$CRFILE '^SCHIFF' 1
|
||||||
assert_grep_count reports/$CRFILE '^BURG' 1
|
assert_grep_count reports/$CRFILE '^BURG' 1
|
||||||
assert_grep_count reports/$CRFILE '^EINHEIT' 2
|
assert_grep_count reports/$CRFILE '^EINHEIT' 2
|
||||||
assert_grep_count reports/$CRFILE '^GEGENSTAENDE' 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"
|
echo "integration tests: PASS"
|
||||||
cleanup
|
cleanup
|
||||||
|
|
Loading…
Reference in New Issue