From b94dad35d1804beeebb218200d36f8d668727990 Mon Sep 17 00:00:00 2001 From: tcofoegbu Date: Wed, 15 Jul 2015 11:31:47 +0100 Subject: [PATCH] JAL-1769 updated test data --- test/jalview/bin/CommandLineOperations.java | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/test/jalview/bin/CommandLineOperations.java b/test/jalview/bin/CommandLineOperations.java index 991d856..8bd484a 100644 --- a/test/jalview/bin/CommandLineOperations.java +++ b/test/jalview/bin/CommandLineOperations.java @@ -140,7 +140,7 @@ public class CommandLineOperations { String cmds = "nodisplay -open examples/uniref50.fa -sortbytree -props FILE -colour zappo " + "-jabaws http://www.compbio.dundee.ac.uk/jabaws -nosortbytree -dasserver nickname=www.test.com " - + "-features uniref50_test_features -annotations uniref50_test_annot -tree uniref50_test_tree"; + + "-features examples/uniref50_test_features -annotations examples/uniref50_test_annot -tree examples/uniref50_test_tree"; Worker worker = jalviewDesktopRunner(true, cmds, 9000); String ln = null; while ((ln = worker.getOutputReader().readLine()) != null) @@ -231,12 +231,14 @@ public class CommandLineOperations "Failed command : -nosortbytree" }, { "CMD [-dasserver nickname=www.test.com] executed successfully!", "Failed command : -dasserver nickname=www.test.com" }, - { "CMD [-features uniref50_test_features] executed successfully!", - "Failed command : -features uniref50_test_features" }, - { "CMD [-annotations uniref50_test_annot] executed successfully!", - "Failed command : -annotations uniref50_test_annot" }, - { "CMD [-tree uniref50_test_tree] executed successfully!", - "Failed command : -tree uniref50_test_tree" }, + { + "CMD [-features examples/uniref50_test_features] executed successfully!", + "Failed command : -features examples/uniref50_test_features" }, + { + "CMD [-annotations examples/uniref50_test_annot] executed successfully!", + "Failed command : -annotations examples/uniref50_test_annot" }, + { "CMD [-tree examples/uniref50_test_tree] executed successfully!", + "Failed command : -tree examples/uniref50_test_tree" }, // non headless mode input operations { "CMD [-nousagestats] executed successfully!", "Failed command : -nousagestats" }, -- 1.7.10.2