public void testFalse() throws FusionException {
RelationshipDelta startRels = new RelationshipDelta();
startRels.setRelationship(new Relationship(utils.getRelation(0), new ObjectLabel[]{utils.getLabel(0), utils.getLabel(2)}), SevenPointLattice.FAL);
RelationshipContext rels = new RelationshipContext(false).applyChangesFromDelta(startRels);
Pair<RelationshipDelta, Substitution> deltas = runFullyBound(new TestEnvironment(rels, variant), utils.getSub(1), cons);
assertEquals(utils.getSub(1), deltas.snd());
}