[ 
https://issues.apache.org/jira/browse/DERBY-3554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581901#action_12581901
 ] 

Kathey Marsden commented on DERBY-3554:
---------------------------------------

I don't think this patch is quite what we want. We still want to run the base 
fixture for each locale, but only omit   the following for all but one locale.

suite.addTest(DatabaseMetaDataTest.suite());
      suite.addTest(BatchUpdateTest.embeddedSuite());
      suite.addTest(GroupByExpressionTest.suite());
      suite.addTest(UpdatableResultSetTest.suite());
      return Decorator.territoryCollatedDatabase(suite, locale);

I think your patch omits the base fixture for non-english languages.


> Change Collation test to run DatabaseMetaDataTest, 
> BatchUpdateTest,GroupByExpressionTest, and UpdateableResultSetTest for only 
> one locale
> -----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3554
>                 URL: https://issues.apache.org/jira/browse/DERBY-3554
>             Project: Derby
>          Issue Type: Improvement
>          Components: Newcomer, Test
>    Affects Versions: 10.5.0.0
>            Reporter: Kathey Marsden
>            Priority: Minor
>         Attachments: derby-3554.patch
>
>
> Currently CollationTest runs DatabaseMetaDataTest, 
> BatchUpdateTest,GroupByExpressionTest, and UpdateableResultSetTest for 
> multiple locales and territory based collation.  It would be sufficient for 
> these to run with a single locale and would save some time running tests.

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

Reply via email to