# File test/test_ServerError.rb, line 174
    def test_has_document_errors_false
      @setup_document_error_list = []
      assert_equal(false, @ServerError.has_document_errors?)
      assert_equal(1, @setup_document_errors_call)
    end