A test case for SBT test covering actor objects.
SBT 0.12 test halts if there are object involved that are actors. Since these are started, but not stoped, "sbt test" will run forever.
Try it by doing
sbt test
There is also a sbt 0.7 build, that demonstrates it worked before. Change sbt-version in file project/build.properties to 0.7.4 and invoke tests with sbt 0.7