forked from github/server
Merge branch 'exparse' of https://github.com/ennorehling/eressea.git
This commit is contained in:
commit
50839068e5
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ static void test_btype_defaults(CuTest *tc) {
|
||||||
CuAssertIntEquals(tc, 0, btype->magres.sa[0]);
|
CuAssertIntEquals(tc, 0, btype->magres.sa[0]);
|
||||||
CuAssertIntEquals(tc, 0, btype->magresbonus);
|
CuAssertIntEquals(tc, 0, btype->magresbonus);
|
||||||
CuAssertIntEquals(tc, 0, btype->fumblebonus);
|
CuAssertIntEquals(tc, 0, btype->fumblebonus);
|
||||||
CuAssertIntEquals(tc, 0, btype->flags);
|
CuAssertIntEquals(tc, BTF_DEFAULT, btype->flags);
|
||||||
test_teardown();
|
test_teardown();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue