use of org.teiid.query.sql.lang.Create in project teiid by teiid.
the class TestCreate method testSelfEquivalence.
public void testSelfEquivalence() {
Create c1 = sample1();
int equals = 0;
UnitTestUtil.helpTestEquivalence(equals, c1, c1);
}
Aggregations