]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/tests/org/simantics/graph/compiler/tests/GraphCompilerTests.java
Removed org.simantics.ltk[.antlr] bundles, exact import for antlr
[simantics/platform.git] / bundles / org.simantics.graph.compiler / tests / org / simantics / graph / compiler / tests / GraphCompilerTests.java
index c0e328d04a0e6dda87000fb351a2bb6426fd462b..7f004a5fe97c866527db0ede094c91f013d9beb6 100644 (file)
@@ -4,17 +4,17 @@ import java.io.FileNotFoundException;
 import java.io.IOException;
 import java.util.ArrayList;
 
-import junit.framework.Assert;
-
 import org.junit.Before;
 import org.junit.Test;
 import org.simantics.graph.compiler.CompilationResult;
 import org.simantics.graph.compiler.ExternalFileLoader;
 import org.simantics.graph.compiler.GraphCompiler;
 import org.simantics.graph.compiler.GraphCompilerPreferences;
+import org.simantics.graph.compiler.internal.ltk.ISource;
+import org.simantics.graph.compiler.internal.ltk.LocalResourceSource;
 import org.simantics.graph.representation.TransferableGraph1;
-import org.simantics.ltk.ISource;
-import org.simantics.ltk.LocalResourceSource;
+
+import junit.framework.Assert;
 
 public class GraphCompilerTests {