In this specific case, I wonder if putting a .gitattributes file that specifies that *.data files are binary would work.
I just pushed a .gitattributes file. I THINK you need to reclone master, but I’m not really sure. It would be good if someone with Windows could check. Dan > On Mar 21, 2019, at 12:58 PM, Dennis Kieselhorst <[email protected]> wrote: > > The test is failing on Windows. I also had this when I once tried to build it > there. It's not the only one so better use Ubuntu or Mac. > > Dennis > > Am 21. März 2019 17:48:07 MEZ schrieb Daniel Kulp <[email protected]>: >> I’m not seeing this on my machine. Right now I’m using >> 1.8.0_181-b13, but I’ll update to 202 and see if I can reproduce it. >> >> Dan >> >> >> >>> On Mar 21, 2019, at 11:25 AM, Gary Gregory <[email protected]> >> wrote: >>> >>> Building master and the cxf-3.3.1 tag I get: >>> >>> [INFO] ------------------------------------------------------- >>> [INFO] T E S T S >>> [INFO] ------------------------------------------------------- >>> [INFO] Running org.apache.cxf.BusFactoryTest >>> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time >> elapsed: >>> 0.154 s - in org.apache.cxf.BusFactoryTest >>> [INFO] Running org.apache.cxf.attachment.AttachmentDeserializerTest >>> [ERROR] Tests run: 15, Failures: 1, Errors: 0, Skipped: 0, Time >> elapsed: >>> 0.387 s <<< FAILURE! - in >>> org.apache.cxf.attachment.AttachmentDeserializerTest >>> [ERROR] >> testCXF3383(org.apache.cxf.attachment.AttachmentDeserializerTest) >>> Time elapsed: 0.013 s <<< FAILURE! >>> java.lang.AssertionError: expected:<2> but was:<1> >>> at >>> >> org.apache.cxf.attachment.AttachmentDeserializerTest.testCXF3383(AttachmentDeserializerTest.java:534) >>> >>> Using: >>> >>> Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; >>> 2018-10-24T14:41:47-04:00) >>> Maven home: C:\Java\apache-maven-3.6.0\bin\.. >>> Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: >> C:\Program >>> Files\Java\jdk1.8.0_202\jre >>> Default locale: en_US, platform encoding: Cp1252 >>> OS name: "windows 10", version: "10.0", arch: "amd64", family: >> "windows" >>> >>> Microsoft Windows [Version 10.0.16299.904] >>> >>> Thoughts? >>> >>> Gary >> >> -- >> Daniel Kulp >> [email protected] <mailto:[email protected]> - http://dankulp.com/blog >> <http://dankulp.com/blog> >> Talend Community Coder - http://talend.com <http://coders.talend.com/> -- Daniel Kulp [email protected] <mailto:[email protected]> - http://dankulp.com/blog <http://dankulp.com/blog> Talend Community Coder - http://talend.com <http://coders.talend.com/>
