Closed ryenus closed 12 years ago
oh, lord, why GBKEncoding.INSTANCE = new CP949Encoding() ?
GBKEncoding.INSTANCE = new CP949Encoding()
This caused the weird bug JRUBY-6267.
Is JUnit 4.10 necessary?
Yes, it's necessary. The test code needs to use org.junit.Assume.assumeTrue, which is only available in JUnit 4 (at least 4.4).
org.junit.Assume.assumeTrue
oh, lord, why
GBKEncoding.INSTANCE = new CP949Encoding()
?This caused the weird bug JRUBY-6267.