add some lighthouse checks to integration tests.

This commit is contained in:
Enno Rehling 2016-09-17 20:34:06 +02:00
parent 196c3b7ac8
commit d3d9b097bc
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ 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-heg.nr 'vom Turm erblickt' 6
assert_grep_count reports/185-heg.cr '"lighthouse";visibility' 6
assert_grep_count reports/185-heg.cr '"neighbour";visibility' 11
assert_grep_count reports/185-6rLo.cr '^EINHEIT' 2
assert_grep_count reports/185-6rLo.cr '^REGION' 13
echo "integration tests: PASS"