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.

Home Page:https://sbml.org/software/libsbml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong Java imports in AutoTestRunner, version 5.19.7

pgrt opened this issue · comments

commented

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