Skip to content

Commit

Permalink
Merge pull request #292 from sbmlteam/fix-java-testrunner
Browse files Browse the repository at this point in the history
fix Java Testrunner
  • Loading branch information
fbergmann committed Jan 12, 2023
2 parents 671f01e + 1e64b7a commit aa9e6e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/bindings/java/AutoTestRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@
import java.util.regex.Matcher;
import java.lang.reflect.*;

import org.sbml.libsbml.test.*;
import org.sbml.libsbml.test.annotation.*;
import org.sbml.libsbml.test.math.*;
import org.sbml.libsbml.test.sbml.*;
import org.sbml.libsbml.test.xml.*;
import org.sbml.libsbml.*;

public class AutoTestRunner
Expand Down

0 comments on commit aa9e6e7

Please sign in to comment.