You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Markus Jelsma (JIRA)" <ji...@apache.org> on 2015/06/17 17:33:00 UTC

[jira] [Created] (SOLR-7696) SolrTestCaseJ4.assertFailedU message not enforced

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org