Skip to content
Snippets Groups Projects
Commit 931918db authored by tcarver's avatar tcarver
Browse files

change parameter for TransferAnnotationTool.transferAnnotation()

parent 067c5bbd
Branches
Tags
No related merge requests found
......@@ -113,7 +113,7 @@ public class TransferAnnotationToolTest
{
// append product
TransferAnnotationTool.transferAnnotation(qPanel.getQualifierCheckBoxes(),
genesToTransferTo, originatingFeature, entryGroup, true, false,
genesToTransferTo, originatingFeature, entryGroup, true, false, false,
new StringBuffer(), new StringBuffer());
testTransferResult(entryGroup, 2, productStr);
......@@ -137,7 +137,7 @@ public class TransferAnnotationToolTest
{
// check it overwrites product
TransferAnnotationTool.transferAnnotation(qPanel.getQualifierCheckBoxes(),
genesToTransferTo, originatingFeature, entryGroup, true, true,
genesToTransferTo, originatingFeature, entryGroup, true, true, false,
new StringBuffer(), new StringBuffer());
testTransferResult(entryGroup, 1, productStr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment