And we`re back!

This commit is contained in:
Viktor Klang 2010-03-25 21:50:27 +01:00
parent 2cd144817a
commit 5104b5b44b
16 changed files with 40 additions and 99 deletions

View file

@ -144,7 +144,7 @@ class RedisPersistentSortedSetSpec extends
qa !! REMOVE(h7)
}
catch {
case e: Predef.NoSuchElementException =>
case e: NoSuchElementException =>
e.getMessage should endWith("not present")
}
}