CORDA-553 - Plumb the transform schema into the AMQP serialisation framework

This change doesn't enable anything, it just changes the code to pass
around both relevant schemas instead of a single one from the AMQP
envelope. The actual evolver will build ontop of this
This commit is contained in:
Katelyn Baker 2017-11-27 13:43:30 +00:00
parent 286ff65e60
commit e8822ce391

View File

@ -40,4 +40,4 @@ class EnumEvolveTests {
File(EvolvabilityTests::class.java.getResource(resource).toURI()).readBytes()))
}.isInstanceOf(NotSerializableException::class.java)
}
}
}