Skip to content
Snippets Groups Projects

Resolve "provide possibility to export specific annotation when exporting to csv"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -396,7 +396,7 @@ public abstract class ControllerIntegrationTest extends TestUtils {
reaction.setZ(2);
reaction.setLine(new PolylineData(new Point2D.Double(0, 0), new Point2D.Double(10, 0)));
reaction.addMiriamData(new MiriamData(MiriamType.PUBMED, "28725475"));
reaction.addMiriamData(new MiriamData(MiriamType.PUBMED, "123"));
reaction.addMiriamData(new MiriamData(MiriamType.PUBMED, "invalid123"));
SbmlKinetics kinetics = new SbmlKinetics();
kinetics.setDefinition("<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><lambda>\n"
+ "<bvar>\n"
Loading