Windows 2008 x86_64 EC2 build
Build: #362 was successful
Job: Default Job was successful
Code commits
Git
-
Artem Bilan e4b163e942911b54947bd82d32463fc08bf0bc7e
Make the `MessageConverterTests` Win compatible
https://build.spring.io/browse/XD-WIN-JOB1-353
We should change constant in the the code
`ØØØØØØØØ`
into its Unicode representation:
`\u00d8\u00d8\u00d8\u00d8\u00d8\u00d8\u00d8\u00d8`
With that we have the same `byte[]`.
The thought is Java uses `file.encoding` to read similar compiled constant from its classes in the classpath.- spring-xd-messagebus-spi/src/test/java/org/springframework/xd/dirt/integration/bus/MessageConverterTests.java (version e4b163e942911b54947bd82d32463fc08bf0bc7e)