Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Reduce number of executions to keep test time manageable
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Apr 22, 2014
1 parent 52347cf commit 64f2b56
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -117,8 +117,10 @@ public void individualTest() {
.expectTransState(NeedReview));
}

// TODO most of these combinations should be tested in unit tests instead
@DataProvider(name = "CopyTrans")
// TODO move most of the cases into TranslationMemoryServiceImplTest
// FIXME cut down the number of executions, and remove the 'indices' param
// NB: Reduced because it otherwise takes about 25 minutes
@DataProvider(name = "CopyTrans", indices = {0,1,2,3,4,5,6,7,8})
protected Object[][] createCopyTransTestParams() {
Set<CopyTransExecution> expandedExecutions = generateAllExecutions();

Expand Down

0 comments on commit 64f2b56

Please sign in to comment.