Improve ChatMsg and fix LoginRespMessage

This commit is contained in:
Chord 2016-08-06 11:23:28 -04:00
parent 38715c0d04
commit cb2507360e
4 changed files with 36 additions and 12 deletions

View file

@ -5,7 +5,7 @@ import net.psforever.crypto.CryptoInterface
import net.psforever.crypto.CryptoInterface.CryptoDHState
import scodec.bits._
class CryptoInterfaceTest extends Specification {
class CryptoInterfaceTest extends Specification { args(stopOnFail = true)
"Crypto interface" should {
"correctly initialize" in {
CryptoInterface.initialize()