From 51655ad7bd3fb70d5d265c81bd5630b53b4ab1cf Mon Sep 17 00:00:00 2001 From: James Procter Date: Tue, 12 Dec 2023 12:36:51 +0000 Subject: [PATCH] JAL-4353 failing test --- test/jalview/bin/CommandsTest.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/test/jalview/bin/CommandsTest.java b/test/jalview/bin/CommandsTest.java index b47a68d..c4fbddb 100644 --- a/test/jalview/bin/CommandsTest.java +++ b/test/jalview/bin/CommandsTest.java @@ -286,6 +286,19 @@ public class CommandsTest { testfiles + "/structureimage1.png", testfiles + "/structureimage2.png", testfiles + "/structureimage3.png" } }, + { "--gui --nonews --nosplash --open examples/1gaq.txt --append ./examples/3W5V.pdb "+"--structure examples/1gaq.txt --seqid \"1GAQ|A\" "+"--structureimage "+testfiles+"/1gaq.png --structure examples/3W5V.pdb "+"--seqid \"3W5V|A\" --structureimage "+testfiles+"/3w5v.png --overwrite", + + new String[] { + testfiles+"/1gaq.png",testfiles+"/3w5v.png" + } + }, + { "--headless --noquit --open ./examples/1gaq.txt --append ./examples/3W5V.pdb "+"--structure examples/1gaq.txt --seqid \"1GAQ|A\" "+"--structureimage "+testfiles+"/1gaq.png --structure examples/3W5V.pdb "+"--seqid \"3W5V|A\" --structureimage "+testfiles+"/3w5v.png --overwrite", + + new String[] { + testfiles+"/1gaq.png",testfiles+"/3w5v.png" + } + } + /* */ // -- 1.7.10.2