Markus Jelsma created SOLR-7696:
-----------------------------------

             Summary: SolrTestCaseJ4.assertFailedU message not enforced
                 Key: SOLR-7696
                 URL: https://issues.apache.org/jira/browse/SOLR-7696
             Project: Solr
          Issue Type: Bug
          Components: Tests
    Affects Versions: 5.2.1
            Reporter: Markus Jelsma
             Fix For: 5.3


The message specified in this test method is not enforced in checkUpdateU().

{code}
  /** Validates an update XML String failed
   */
  public static void assertFailedU(String message, String update) {
    checkUpdateU(message, update, false);
  }
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to