File: wrong_import_in_AutoTestRunner.patch

package info (click to toggle)
libsbml 5.19.7%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 115,608 kB
  • sloc: cpp: 460,814; xml: 340,122; ansic: 53,825; python: 12,463; makefile: 9,744; sh: 8,893; cs: 8,586; java: 8,151; perl: 6,133; ruby: 4,760; javascript: 1,605; php: 202; csh: 3
file content (20 lines) | stat: -rw-r--r-- 637 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: there is no class in org/sbml/libsbml/test, looking in its
 subdirectories instead
Author: Pierre Gruet <pgt@debian.org>
Forwarded: https://github.com/sbmlteam/libsbml/issues/281
Last-Update: 2022-11-26

--- a/src/bindings/java/AutoTestRunner.java
+++ b/src/bindings/java/AutoTestRunner.java
@@ -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