Made FreeUpMemoryTest compatible with modified CalculationChooser
[jalview.git] / test / jalview / gui / FreeUpMemoryTest.java
index 3f8e792..1534f3e 100644 (file)
@@ -161,8 +161,7 @@ public class FreeUpMemoryTest
     af.openTreePcaDialog();
     CalculationChooser dialog = af.alignPanel.getCalculationDialog();
     dialog.openPcaPanel("BLOSUM62", dialog.getSimilarityParameters(true));
-    // dialog.openTreePanel("BLOSUM62", dialog.getSimilarityParameters(false));
-    // to be adapted
+    dialog.createTree("BLOSUM62",dialog.getSimilarityParameters(false));
 
     /*
      * wait until Tree and PCA have been computed