sbmlteam / libsbml

LibSBML is a native library for reading, writing and manipulating files and data streams containing the Systems Biology Markup Language (SBML). It offers language bindings for C, C++, C#, Java, JavaScript, MATLAB, Perl, PHP, Python, R and Ruby.
https://sbml.org/software/libsbml
Other
41 stars 28 forks source link

Wrong Java imports in AutoTestRunner, version 5.19.7 #281

Closed pgrt closed 1 year ago

pgrt commented 1 year ago

Hello,

In version 5.19.7, in AutoTestRunner.java one sees import org.sbml.libsbml.test.*; However there is no class in this package, one should import the classes in the subdirectories instead, according to the attached patch which allows one to compile successfully.

wrong_import_in_AutoTestRunner.txt

Best, Pierre