X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.runtime%2Fsrc%2Forg%2Fargeo%2Fslc%2Fruntime%2Ftest%2FContextUtils.java;fp=org.argeo.slc.runtime%2Fsrc%2Forg%2Fargeo%2Fslc%2Fruntime%2Ftest%2FContextUtils.java;h=f3c52fad4787335ef23aaf9718f10fc02ead2a04;hb=d07cf3c7dfdeafa2b1efafe547b54d56a8b52ced;hp=96ce5e1bfb8fbfcc7d247470fa1bc3bef78f8ce7;hpb=8596685647867307b862b8a89742b6a62ba75fcd;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.runtime/src/org/argeo/slc/runtime/test/ContextUtils.java b/org.argeo.slc.runtime/src/org/argeo/slc/runtime/test/ContextUtils.java index 96ce5e1bf..f3c52fad4 100644 --- a/org.argeo.slc.runtime/src/org/argeo/slc/runtime/test/ContextUtils.java +++ b/org.argeo.slc.runtime/src/org/argeo/slc/runtime/test/ContextUtils.java @@ -3,10 +3,10 @@ package org.argeo.slc.runtime.test; import java.util.Map; import java.util.TreeMap; -import org.argeo.slc.test.TestResult; -import org.argeo.slc.test.TestStatus; -import org.argeo.slc.test.context.ContextAware; -import org.argeo.slc.test.context.ParentContextAware; +import org.argeo.api.slc.test.TestResult; +import org.argeo.api.slc.test.TestStatus; +import org.argeo.api.slc.test.context.ContextAware; +import org.argeo.api.slc.test.context.ParentContextAware; /** Utilities for comparing and synchronising contexts. */ public class ContextUtils {