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:

  1. Discarding tests were SessionID's aren't unique
  2. running nub on all lists with clients before running tests on them.