Forum Discussion
ptaylor
6 years agoEmployee
What version of java are you using?
rpatrick00
6 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]"
} ]
}>