[ https://issues.apache.org/jira/browse/DERBY-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13068379#comment-13068379 ]
Knut Anders Hatlen commented on DERBY-1903: ------------------------------------------- I think adding this line to AllPackages.getTestClasses() should do the trick: classes.add(org.apache.derbyTesting.functionTests.tests.largedata.LobLimitsLiteTest.class); This will use the suite() method in LobLimitsLiteTest, which is (currently) the same as calling _Suite.suiteLite(). Alternatively, if we want to prepare the lite suite for adding more largedata tests in the future, we could add a new class (_SuiteLite for example) with a suite() method and add LobLimitsLiteTest there. > Convert largedata/LobLimits.java to junit > ------------------------------------------ > > Key: DERBY-1903 > URL: https://issues.apache.org/jira/browse/DERBY-1903 > Project: Derby > Issue Type: Sub-task > Components: Test > Reporter: V.Narayanan > Assignee: Kathey Marsden > Priority: Minor > Labels: LOB > Attachments: derby-1903_addsuites_diff.txt, > derby-1903_client_diff.txt, derby-1903_embeddedp1_diff.txt > > -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira