You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Daniel John Debrunner (JIRA)" <ji...@apache.org> on 2007/05/18 02:29:16 UTC

[jira] Assigned: (DERBY-2434) HarnessJavaTest fails on UTF-8 locale.

     [ https://issues.apache.org/jira/browse/DERBY-2434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel John Debrunner reassigned DERBY-2434:
--------------------------------------------

    Assignee: Daniel John Debrunner

> HarnessJavaTest fails on UTF-8 locale.
> --------------------------------------
>
>                 Key: DERBY-2434
>                 URL: https://issues.apache.org/jira/browse/DERBY-2434
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.3.0.0
>         Environment: Solaris Nevada - build 56, Sun JDK1.6
>            Reporter: Julius Stroffek
>         Assigned To: Daniel John Debrunner
>
> The HarnessJavaTest fails to me all the time with the following error:
> statementJdbc20(org.apache.derbyTesting.functionTests.tests.jdbcapi.JDBCHarnessJavaTest)junit.framework.ComparisonFailure: Output at line 3 expected:<... parameter value '-1[,]000' for Statement.s...> but was:<... parameter value '-1[��]000' for Statement.s...>
>         at org.apache.derbyTesting.functionTests.util.CanonTestCase.compareCanon(CanonTestCase.java:100)
>         at org.apache.derbyTesting.functionTests.util.HarnessJavaTest.runTest(HarnessJavaTest.java:91)
>         at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:76)
>         at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
>         at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
>         at junit.extensions.TestSetup.run(TestSetup.java:25)
>         at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
>         at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
>         at junit.extensions.TestSetup.run(TestSetup.java:25)
>         at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
>         at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
>         at junit.extensions.TestSetup.run(TestSetup.java:25)
> There is only a difference in encoding a comma in statementJdbc20.out file on 3 lines.
> I have the following locale setup:
> LANG=en_US.UTF-8
> LC_CTYPE=sk_SK.UTF-8
> LC_NUMERIC="en_US.UTF-8"
> LC_TIME="en_US.UTF-8"
> LC_COLLATE="en_US.UTF-8"
> LC_MONETARY="en_US.UTF-8"
> LC_MESSAGES=en_US.UTF-8
> LC_ALL=
> I think It has something to do with my locale setup but I have not checked this yet.
> On my output, instead of comma, there are 2 bytes - C2 A0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.