JAL-1953 2.11.2 with Archeopteryx!
[jalview.git] / test / jalview / gui / FreeUpMemoryTest.java
index 8a6d688..56f8652 100644 (file)
@@ -255,7 +255,14 @@ public class FreeUpMemoryTest
     af.openTreePcaDialog();
     CalculationChooser dialog = af.alignPanel.getCalculationDialog();
     dialog.openPcaPanel("BLOSUM62", dialog.getSimilarityParameters(true));
-    dialog.createTree("BLOSUM62",dialog.getSimilarityParameters(false));
+    try
+    {
+      dialog.createTree("BLOSUM62", dialog.getSimilarityParameters(false));
+    } catch (IOException e)
+    {
+      // TODO Auto-generated catch block
+      e.printStackTrace();
+    }
 
     /*
      * wait until Tree and PCA have been computed