Skip to content

Commit 13abec3

Browse files
committed
biojava#383 this unit test references code from the testing framework. Disabling for now.
1 parent dc5fa43 commit 13abec3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

biojava-structure-gui/src/main/java/demo/DemoMultipleAlignmentJmol.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import org.biojava.nbio.structure.StructureException;
2525
import org.biojava.nbio.structure.align.gui.MultipleAlignmentDisplay;
2626
import org.biojava.nbio.structure.align.multiple.MultipleAlignment;
27-
import org.biojava.nbio.structure.align.multiple.TestSampleGenerator;
27+
//import org.biojava.nbio.structure.align.multiple.TestSampleGenerator;
2828

2929
/**
3030
* Demo for visualizing the results of a Multiple Alignment,
@@ -39,9 +39,12 @@ public static void main(String[] args)
3939
throws StructureException, IOException{
4040

4141
//Obtain a sample MultipleAlignment from the tests
42-
MultipleAlignment msa = TestSampleGenerator.testAlignment2();
42+
43+
//TODO: this references a class from the testing section, needs to be fixed
44+
45+
//MultipleAlignment msa = TestSampleGenerator.testAlignment2();
4346

4447
//Displaying a MultipleAlignment is a one line code
45-
MultipleAlignmentDisplay.display(msa);
48+
//MultipleAlignmentDisplay.display(msa);
4649
}
4750
}

0 commit comments

Comments
 (0)