Myrna van Lunteren wrote:
Kathey Marsden commented on DERBY-2656:
---------------------------------------
Adding these tests to CollationTest adds about 10 minutes to suites.All
suite.addTest(BatchUpdateTest.suite());
suite.addTest(GroupByExpressionTest.suite());
suite.addTest(UpdatableResultSetTest.suite());
Would it make more sense for these tests to have a
suiteForCollation() that is a subset of tests (the ones that failed)
and run embedded only?
Kathey
I am confused, why would you add this to CollationTest, isn't
FullCollationTests already a suite for collation?
Dan suggested we add some tests to CollationTest so they run as part of
suites.All.
FullCollationTests is more of a one off kind of thing.