Fix failing Eventstore test
authorGeorgios Gousios <gousiosg@gmail.com>
Wed, 21 Dec 2011 14:00:28 +0000 (16:00 +0200)
committerGeorgios Gousios <gousiosg@gmail.com>
Wed, 21 Dec 2011 14:00:28 +0000 (16:00 +0200)
commit5fd65d34686fc57e86253389aa785536acbaa9d7
tree8cf618dd626893dd6c90f886540c6c18a52dcdca
parentdac689cc57d24ea89837193f77e2c095235af205
Fix failing Eventstore test

Calling assumeTrue in after method after assumeTrue in main test
method led Junit to believe that the after method was failing.
src/test/scala/gr/grnet/aquarium/store/mongodb/EventStoreTest.scala