use of org.alfresco.util.schemacomp.DiffContext in project alfresco-repository by Alfresco.
the class AbstractDbObjectTest method setUp.
/**
* @throws java.lang.Exception
*/
@Before
public void setUp() throws Exception {
dbObject = new ConcreteDbObject("the_object");
ctx = new DiffContext(dialect, differences, null, null);
}
Aggregations