vendor.makeLocation("filename1", 5, 5, 0), null).equals(intDef2));
}
public void testEqualsWithDifferentLocations() {
InterfaceDefImpl intDef2 = vendor.makeInterfaceDefWithNulls(vendor
.makeInterfaceDefDescriptor("aura:testinterfacechild"), null, null, new Location("filename1", 4, 4,
1000), null, null);
assertFalse(
"InterfacesDefs with different locations shouldn't have been equal",
vendor.makeInterfaceDef(vendor.makeInterfaceDefDescriptor("aura:testinterfacechild"), null, null,
vendor.makeLocation("filename1", 5, 5, 0), null).equals(intDef2));