From a2684be1a91eaa743a5b0efa8be66590d2a80cfb Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Mon, 7 May 2018 18:08:38 +0100 Subject: [PATCH] JAL-2321 patch test to ensure structures are actually annotated when loaded directly to desktop --- test/jalview/structure/Mapping.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/jalview/structure/Mapping.java b/test/jalview/structure/Mapping.java index 85aea40..4bee3f5 100644 --- a/test/jalview/structure/Mapping.java +++ b/test/jalview/structure/Mapping.java @@ -260,6 +260,8 @@ public class Mapping @Test(groups = { "Functional" }) public void compareTransferredToRefPDBAnnot() throws Exception { + StructureImportSettings.setProcessSecondaryStructure(true); + StructureImportSettings.setVisibleChainAnnotation(true); StructureImportSettings.setShowSeqFeatures(true); AlignFrame ref = new FileLoader(false) .LoadFileWaitTillLoaded("test/jalview/ext/jmol/1QCF.pdb", -- 1.7.10.2