issues
search
DATx02-16-14
/
Hastings
A project evaluating Haste.App and the suitability of Haskell for the web.
BSD 3-Clause "New" or "Revised" License
4
stars
1
forks
source link
Bug in tests: Tests fail if SessionID's aren't unique
#87
Open
Kalior
opened
8 years ago
Kalior
commented
8 years ago
This can be fixed in two ways:
Discarding tests were SessionID's aren't unique
running
nub
on all lists with clients before running tests on them.
This can be fixed in two ways:
nub
on all lists with clients before running tests on them.