Skip to content

Instantly share code, notes, and snippets.

@monde
Created April 23, 2012 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monde/2468933 to your computer and use it in GitHub Desktop.
Save monde/2468933 to your computer and use it in GitHub Desktop.
test errors in mms2r sprint_json branch https://github.com/monde/mms2r/tree/sprint_json
Loaded suite -e
Started
..............................................................................................................................................................EEEEE.EEEEE.E...........................
Finished in 18.287103042 seconds.
1) Error:
test_body_should_return_empty_when_there_is_no_user_text(TestPmSprintCom):
NoMethodError: undefined method `attr' for nil:NilClass
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:114:in `sprint_process_text'
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:60:in `process'
/home/mike/projects/libs/mms2r/lib/mms2r/media.rb:219:in `initialize'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:202:in `new'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:202:in `test_body_should_return_empty_when_there_is_no_user_text'
/home/mike/.rvm/gems/ruby-1.9.2-p290/gems/mocha-0.10.2/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:22:in `run'
2) Error:
test_collect_image_using_block(TestPmSprintCom):
NoMethodError: undefined method `attr' for nil:NilClass
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:114:in `sprint_process_text'
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:60:in `process'
/home/mike/projects/libs/mms2r/lib/mms2r/media.rb:219:in `initialize'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:114:in `new'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:114:in `test_collect_image_using_block'
/home/mike/.rvm/gems/ruby-1.9.2-p290/gems/mocha-0.10.2/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:22:in `run'
3) Error:
test_image_should_be_missing(TestPmSprintCom):
NoMethodError: undefined method `attr' for nil:NilClass
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:114:in `sprint_process_text'
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:60:in `process'
/home/mike/projects/libs/mms2r/lib/mms2r/media.rb:219:in `initialize'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:179:in `new'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:179:in `test_image_should_be_missing'
/home/mike/.rvm/gems/ruby-1.9.2-p290/gems/mocha-0.10.2/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:22:in `run'
4) Error:
test_image_should_be_purged_from_content_server(TestPmSprintCom):
NoMethodError: undefined method `attr' for nil:NilClass
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:114:in `sprint_process_text'
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:60:in `process'
/home/mike/projects/libs/mms2r/lib/mms2r/media.rb:219:in `initialize'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:191:in `new'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:191:in `test_image_should_be_purged_from_content_server'
/home/mike/.rvm/gems/ruby-1.9.2-p290/gems/mocha-0.10.2/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:22:in `run'
5) Error:
test_mms_should_have_a_phone_number(TestPmSprintCom):
NoMethodError: undefined method `attr' for nil:NilClass
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:114:in `sprint_process_text'
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:60:in `process'
/home/mike/projects/libs/mms2r/lib/mms2r/media.rb:219:in `initialize'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:59:in `new'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:59:in `test_mms_should_have_a_phone_number'
/home/mike/.rvm/gems/ruby-1.9.2-p290/gems/mocha-0.10.2/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:22:in `run'
6) Error:
test_new_subject(TestPmSprintCom):
ArgumentError: connect not being handled in testing
/home/mike/projects/libs/mms2r/test/test_helper.rb:93:in `connect'
/home/mike/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/net/http.rb:637:in `do_start'
/home/mike/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/net/http.rb:626:in `start'
/home/mike/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/net/http.rb:393:in `get_response'
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:119:in `sprint_process_text'
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:60:in `process'
/home/mike/projects/libs/mms2r/lib/mms2r/media.rb:219:in `initialize'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:233:in `new'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:233:in `test_new_subject'
/home/mike/.rvm/gems/ruby-1.9.2-p290/gems/mocha-0.10.2/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:22:in `run'
7) Error:
test_process_internals_should_only_be_executed_once(TestPmSprintCom):
NoMethodError: undefined method `attr' for nil:NilClass
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:114:in `sprint_process_text'
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:60:in `process'
/home/mike/projects/libs/mms2r/lib/mms2r/media.rb:219:in `initialize'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:132:in `new'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:132:in `test_process_internals_should_only_be_executed_once'
/home/mike/.rvm/gems/ruby-1.9.2-p290/gems/mocha-0.10.2/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:22:in `run'
8) Error:
test_should_have_simple_image(TestPmSprintCom):
NoMethodError: undefined method `attr' for nil:NilClass
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:114:in `sprint_process_text'
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:60:in `process'
/home/mike/projects/libs/mms2r/lib/mms2r/media.rb:219:in `initialize'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:98:in `new'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:98:in `test_should_have_simple_image'
/home/mike/.rvm/gems/ruby-1.9.2-p290/gems/mocha-0.10.2/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:22:in `run'
9) Error:
test_should_have_simple_video(TestPmSprintCom):
NoMethodError: undefined method `attr' for nil:NilClass
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:114:in `sprint_process_text'
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:60:in `process'
/home/mike/projects/libs/mms2r/lib/mms2r/media.rb:219:in `initialize'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:81:in `new'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:81:in `test_should_have_simple_video'
/home/mike/.rvm/gems/ruby-1.9.2-p290/gems/mocha-0.10.2/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:22:in `run'
10) Error:
test_should_have_two_images(TestPmSprintCom):
NoMethodError: undefined method `attr' for nil:NilClass
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:114:in `sprint_process_text'
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:60:in `process'
/home/mike/projects/libs/mms2r/lib/mms2r/media.rb:219:in `initialize'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:160:in `new'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:160:in `test_should_have_two_images'
/home/mike/.rvm/gems/ruby-1.9.2-p290/gems/mocha-0.10.2/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:22:in `run'
11) Error:
test_subject(TestPmSprintCom):
NoMethodError: undefined method `attr' for nil:NilClass
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:114:in `sprint_process_text'
/home/mike/projects/libs/mms2r/lib/mms2r/media/sprint.rb:60:in `process'
/home/mike/projects/libs/mms2r/lib/mms2r/media.rb:219:in `initialize'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:225:in `new'
/home/mike/projects/libs/mms2r/test/test_pm_sprint_com.rb:225:in `test_subject'
/home/mike/.rvm/gems/ruby-1.9.2-p290/gems/mocha-0.10.2/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:22:in `run'
198 tests, 1028 assertions, 0 failures, 11 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment