This mr adds a test to run the bug regarding the repeating of labs throwing a JpaSystemException
. The bug was afterwards fixed.
In order to fix the bug, we needed to do a deep copy of the list of rooms we used for the next lab. This is because 2 labs cannot have the same
list of rooms according to the database.