From 5e35484179697c729b8f26836a4b3d6ec0c5105c Mon Sep 17 00:00:00 2001 From: pvtroshin Date: Fri, 1 Jul 2011 09:42:12 +0000 Subject: [PATCH] Limits are optional so correct tests git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@4379 e3abac25-378b-4346-85de-24260fe3988d --- testsrc/compbio/engine/conf/PropertyHelperManagerTester.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testsrc/compbio/engine/conf/PropertyHelperManagerTester.java b/testsrc/compbio/engine/conf/PropertyHelperManagerTester.java index ea4c887..ab3aa42 100644 --- a/testsrc/compbio/engine/conf/PropertyHelperManagerTester.java +++ b/testsrc/compbio/engine/conf/PropertyHelperManagerTester.java @@ -81,7 +81,7 @@ public class PropertyHelperManagerTester { assertNotNull("cluster.clustalw.bin"); validateFileProp("clustalw.presets.file"); validateFileProp("clustalw.parameters.file"); - validateFileProp("clustalw.limits.file"); + //validateFileProp("clustalw.limits.file"); } @Test @@ -91,7 +91,7 @@ public class PropertyHelperManagerTester { assertNotNull("cluster.muscle.bin"); validateFileProp("muscle.presets.file"); validateFileProp("muscle.parameters.file"); - validateFileProp("muscle.limits.file"); + //validateFileProp("muscle.limits.file"); } @Test @@ -101,7 +101,7 @@ public class PropertyHelperManagerTester { assertNotNull("cluster.tcoffee.bin"); validateFileProp("tcoffee.presets.file"); validateFileProp("tcoffee.parameters.file"); - validateFileProp("tcoffee.limits.file"); + //validateFileProp("tcoffee.limits.file"); } @Test @@ -111,6 +111,6 @@ public class PropertyHelperManagerTester { assertNotNull("cluster.mafft.bin"); validateFileProp("mafft.presets.file"); validateFileProp("mafft.parameters.file"); - validateFileProp("mafft.limits.file"); + //validateFileProp("mafft.limits.file"); } } -- 1.7.10.2