deployer.deployServerside(policy, null);
xorAssertion.remove(andAssertion1);
try
{
deployer.deployServerside(policy, null);
fail("deployServerSide shouldn't be able to deploy this policy (no alternative supported)!");
}
catch (UnsupportedPolicy up)
{
//OK