Search in sources :

Example 6 with DiffContext

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);
}
Also used : DiffContext(org.alfresco.util.schemacomp.DiffContext) Before(org.junit.Before)

Aggregations

DiffContext (org.alfresco.util.schemacomp.DiffContext)6 Before (org.junit.Before)6 Results (org.alfresco.util.schemacomp.Results)4 Oracle9Dialect (org.alfresco.repo.domain.dialect.Oracle9Dialect)2 SQLServerDialect (org.alfresco.repo.domain.dialect.SQLServerDialect)1