mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
ACS-1587 Postsql DB Test Schema Differences Are Reported Fails (#464)
* Now only considering instances of a Difference.
This commit is contained in:
@@ -2004,6 +2004,11 @@ public class SchemaBootstrap extends AbstractLifecycleBean
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!(result instanceof Difference))
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
return differenceHelper.findPatchCausingDifference((Difference)result);
|
return differenceHelper.findPatchCausingDifference((Difference)result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user