Forum Discussion
ptaylor
6 years agoEmployee
Hi @rpatrick00. I’m testing the 4.22 archetype right now and those failures are not happening on my system. Note that the stack traces in the output should happen, but those tests are designed to expect those errors, so they should succeed. I’m wondering if this is could be a Windows issue. I’ve been testing on a Mac. Let me take a closer look to see if I can spot what’s happening. Stay tuned.
- ptaylor6 years agoEmployee
What version of java are you using?
- rpatrick006 years agoContributor
d:\src\snaplogic-poc\snap-dev\odyssey-api-snappack>java -version openjdk version "1.8.0_212" OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_212-b03) OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.212-b03, mixed mode)
- ptaylor6 years agoEmployee
My first instinct was right. It’s a Windows vs Mac thing. Line endings! It’s right there in your output:
org.junit.ComparisonFailure: expected:<…valid count value -2"
} ]
}> but was:<…valid count value -2[\r]"
} ]
}>