TeStereo report

@Test public void UDDI_764SORT_BY_NAME_DESCSortBinding() throws Exception { Assume.assumeTrue(TckPublisher.isEnabled()); try { findbinding(UDDIConstants.SORT_BY_NAME_DESC); Assert.fail("Unexpected success"); } catch ( Exception ex) { logger.info("Expected failure: " + ex.getMessage()); } }