Re: [tcljava-dev] Re: [tcljava-user] Tcl/Java 1.3.0 release is online.
Brought to you by:
mdejong
From: Tom P. <tpo...@ny...> - 2003-03-18 21:49:37
|
On Tue, Mar 18, 2003 at 09:54:17AM -0800, Mo DeJong wrote: > On Tue, 18 Mar 2003 09:07:38 -0800 > "Rob Ratcliff" <rr...@fu...> wrote: > > > Hi Mo, > > Hi Rob. > > > ==== unicode-3.2 convert to encoded string FAILED > > ==== Contents of test case: > > > > set str "\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\" > > set enc [encoding convertto jis0208 $str] > > string compare $enc "!)!)!)!)!)!)!)!)!)!)!)!)!)!)!)" > > > > ---- Result was: > > 1 > > ---- Result should have been: > > 0 > > ==== unicode-3.2 FAILED > Yeah, I get this too. > > tcljava/JavaDefineClassCmd.test > > > https://lists.sourceforge.net/lists/listinfo/tcljava-dev I'm also failing on this test, but it is dependent on the value of the LANG environment variable: Running with: LANG=en_US.iso885915 make test_jacl.exec fails on: ==== java::defineclass-2.1 loading a class FAILED .. ---- Result was: 1 ---- Result should have been: 0 ==== java::defineclass-2.1 FAILED However, running with: LANG=en_US.iso885915 make test_jacl.exec passes. As I reported earlier, I believe it has to do with various .toString() methods. -- Tom Poindexter tpo...@ny... http://www.nyx.net/~tpoindex/ |