scala-ide / scala-worksheet

A Scala IDE plugin for a multi-line REPL (called worksheet)
96 stars 24 forks source link

Makes eval test correctly clean up eval engine #151

Closed skyluc closed 11 years ago

skyluc commented 11 years ago

After the switch to org.junit, I was getting some strange timing issues when running the tests, with the timeout test (infiniteLoop_is_cut). The change makes sure that the previous evaluation has been terminated before the next test can start.

ghprb-bot commented 11 years ago

Can one of the admins verify this patch?

dragos commented 11 years ago

ok to test

dragos commented 11 years ago

add to whitelist