Fix non-overlap timeframe value
authorGeorgios Gousios <gousiosg@gmail.com>
Mon, 5 Dec 2011 15:45:09 +0000 (17:45 +0200)
committerGeorgios Gousios <gousiosg@gmail.com>
Mon, 5 Dec 2011 15:46:46 +0000 (17:46 +0200)
commit68d960f5b5e16ae209d0873ab9441308ff35bf2b
tree19563e8a57372f30e6c84cd650a4afb60cabdd6b
parent4777499d99b5297c414b30993ea78b61af5baccb
Fix non-overlap timeframe value

When a timeframe does not overlap with any timeframes in the provided
list, then return a list containing the timeframe, not an empty one.
logic/src/main/scala/gr/grnet/aquarium/logic/accounting/dsl/Timeslot.scala
logic/src/test/scala/gr/grnet/aquarium/logic/test/TimeslotTest.scala