twa: do not set prop_state_acc in set_acceptance
Reported by Juraj Major. * spot/twa/twa.hh: check num_sets() in prop_state_acc() so we do not have to set it in set_acceptance(), causing trouble if set_acceptance() is called multiple times. * tests/python/setacc.py: New test case. * tests/Makefile.am: Add it. * THANKS: Add Juraj. * NEWS: Mention the bug.
This commit is contained in:
parent
a70589fe13
commit
dd706d7847
5 changed files with 34 additions and 7 deletions
|
|
@ -341,6 +341,7 @@ TESTS_python = \
|
|||
python/relabel.py \
|
||||
python/remfin.py \
|
||||
python/satmin.py \
|
||||
python/setacc.py \
|
||||
python/setxor.py \
|
||||
python/trival.py \
|
||||
$(TESTS_ipython)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue