X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.graph.compiler%2Ftests%2Forg%2Fsimantics%2Fgraph%2Fcompiler%2Ftests%2FGraphCompilerTests.java;h=7f004a5fe97c866527db0ede094c91f013d9beb6;hp=c0e328d04a0e6dda87000fb351a2bb6426fd462b;hb=6b5821ad728bf2f127091cb36d57b87749a6532f;hpb=c2ab38c94029486a379c79a7b38604f1c03afa44 diff --git a/bundles/org.simantics.graph.compiler/tests/org/simantics/graph/compiler/tests/GraphCompilerTests.java b/bundles/org.simantics.graph.compiler/tests/org/simantics/graph/compiler/tests/GraphCompilerTests.java index c0e328d04..7f004a5fe 100644 --- a/bundles/org.simantics.graph.compiler/tests/org/simantics/graph/compiler/tests/GraphCompilerTests.java +++ b/bundles/org.simantics.graph.compiler/tests/org/simantics/graph/compiler/tests/GraphCompilerTests.java @@ -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 {