Searched refs:set_post_return (Results 1 - 8 of 8) sorted by relevance

/lucene-3.6.0/solr/client/ruby/solr-ruby/test/unit/
H A Dadd_document_test.rb19 set_post_return('<?xml version="1.0" encoding="UTF-8"?><response><lst name="responseHeader"><int name="status">0</int><int name="QTime">2</int></lst></response>')
27 set_post_return('<?xml version="1.0" encoding="UTF-8"?><response><lst name="responseHeader"><int name="status">1</int><int name="QTime">2</int></lst></response>')
35 set_post_return('<?xml version="1.0" encoding="UTF-8"?><response><lst name="responseHeader"><int name="status">0</int><int name="QTime">2</int></lst></response>')
H A Dcommit_test.rb20 set_post_return(xml)
32 # set_post_return(xml)
H A Dsolr_mock_base.rb28 def set_post_return(value) method in class:SolrMockBaseTestCase
H A Dspellcheck_response_test.rb19 set_post_return(ruby_code)
H A Dping_test.rb30 set_post_return(xml)
42 set_post_return(xml)
H A Dconnection_test.rb20 set_post_return("foo")
44 set_post_return "<bogus/>"
51 set_post_return "{'responseHeader' => {}, 'response' => {}}"
H A Dstandard_response_test.rb44 set_post_return(ruby_code)
116 set_post_return(ruby_code)
165 set_post_return(ruby_code)
H A Ddelete_test.rb29 set_post_return('<?xml version="1.0" encoding="UTF-8"?><response><lst name="responseHeader"><int name="status">0</int><int name="QTime">2</int></lst></response>')
46 set_post_return('<result status="400">uhoh</result>')

Completed in 2631 milliseconds